diff options
| author | Asiri Rathnayake <asiri.rathnayake@arm.com> | 2016-10-06 11:15:41 +0000 |
|---|---|---|
| committer | Asiri Rathnayake <asiri.rathnayake@arm.com> | 2016-10-06 11:15:41 +0000 |
| commit | 08eb2148ffe8b627c83a3a14ac24d1dd4e418690 (patch) | |
| tree | 15364e3a90bdffc0ab52373efa8a5849dd997296 /libcxx/test/std/thread/futures/futures.promise/set_value_void.pass.cpp | |
| parent | 47faf3be89e303ee8ca4029e8b1cf4f5ea969217 (diff) | |
| download | bcm5719-llvm-08eb2148ffe8b627c83a3a14ac24d1dd4e418690.tar.gz bcm5719-llvm-08eb2148ffe8b627c83a3a14ac24d1dd4e418690.zip | |
[libcxx] Recover no-exceptions XFAILs - I
First batch of changes to get some of these XFAILs working in the
no-exceptions libc++ variant.
Changed some XFAILs to UNSUPPORTED where the test is all about exception
handling. In other cases, used the test macros TEST_THROW and
TEST_HAS_NO_EXCEPTIONS to conditionally exclude those parts of the test
that concerns exception handling behaviour.
Reviewers: EricWF, mclow.lists
Differential revision: https://reviews.llvm.org/D24562
llvm-svn: 283441
Diffstat (limited to 'libcxx/test/std/thread/futures/futures.promise/set_value_void.pass.cpp')
| -rw-r--r-- | libcxx/test/std/thread/futures/futures.promise/set_value_void.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/std/thread/futures/futures.promise/set_value_void.pass.cpp b/libcxx/test/std/thread/futures/futures.promise/set_value_void.pass.cpp index 87be8cd60a5..30c6853c973 100644 --- a/libcxx/test/std/thread/futures/futures.promise/set_value_void.pass.cpp +++ b/libcxx/test/std/thread/futures/futures.promise/set_value_void.pass.cpp @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// // -// XFAIL: libcpp-no-exceptions +// UNSUPPORTED: libcpp-no-exceptions // UNSUPPORTED: libcpp-has-no-threads // UNSUPPORTED: c++98, c++03 |

