summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/wait_terminates.sh.cpp
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/thread/thread.condition/thread.condition.condvarany/wait_terminates.sh.cpp
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/thread/thread.condition/thread.condition.condvarany/wait_terminates.sh.cpp')
-rw-r--r--libcxx/test/std/thread/thread.condition/thread.condition.condvarany/wait_terminates.sh.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/wait_terminates.sh.cpp b/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/wait_terminates.sh.cpp
index f9a35cc905c..a2b7061c254 100644
--- a/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/wait_terminates.sh.cpp
+++ b/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/wait_terminates.sh.cpp
@@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
-// XFAIL: libcpp-no-exceptions
+// UNSUPPORTED: libcpp-no-exceptions
// UNSUPPORTED: libcpp-has-no-threads
// <condition_variable>
OpenPOWER on IntegriCloud