summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/memory/default.allocator
diff options
context:
space:
mode:
authorRoger Ferrer Ibanez <roger.ferreribanez@arm.com>2016-10-31 08:47:53 +0000
committerRoger Ferrer Ibanez <roger.ferreribanez@arm.com>2016-10-31 08:47:53 +0000
commit3565c96d865438c34bc6dfe85622171e62bb29d7 (patch)
tree99536c01c26e34220634f1e3e255388cdb0e0fab /libcxx/test/std/utilities/memory/default.allocator
parent8393cb01913265af3fab80e8e93c3ea4e3eed6c9 (diff)
downloadbcm5719-llvm-3565c96d865438c34bc6dfe85622171e62bb29d7.tar.gz
bcm5719-llvm-3565c96d865438c34bc6dfe85622171e62bb29d7.zip
Change from "XFAIL: libcpp-no-exceptions" to "UNSUPPORTED: libcpp-no-exceptions" tests that only check exceptions and nothing else
This is a follow up of D24562. These tests do not check anything but exceptions, so it makes sense to mark them as UNSUPPORTED under a library built without exceptions. Differential Revision: https://reviews.llvm.org/D26075 llvm-svn: 285550
Diffstat (limited to 'libcxx/test/std/utilities/memory/default.allocator')
-rw-r--r--libcxx/test/std/utilities/memory/default.allocator/allocator.members/allocate.size.pass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/std/utilities/memory/default.allocator/allocator.members/allocate.size.pass.cpp b/libcxx/test/std/utilities/memory/default.allocator/allocator.members/allocate.size.pass.cpp
index dc0bdd047c6..4f0c439f9a6 100644
--- a/libcxx/test/std/utilities/memory/default.allocator/allocator.members/allocate.size.pass.cpp
+++ b/libcxx/test/std/utilities/memory/default.allocator/allocator.members/allocate.size.pass.cpp
@@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
-// XFAIL: libcpp-no-exceptions
+// UNSUPPORTED: libcpp-no-exceptions
// <memory>
// allocator:
OpenPOWER on IntegriCloud