llvm-project/libcxx/test/std/thread/futures/futures.promise
Asiri Rathnayake 08eb2148ff [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
2016-10-06 11:15:41 +00:00
..
alloc_ctor.pass.cpp
copy_assign.fail.cpp Guard a number of tests relying on threads support when built in 2016-03-23 21:04:11 +00:00
copy_ctor.fail.cpp Guard a number of tests relying on threads support when built in 2016-03-23 21:04:11 +00:00
default.pass.cpp
dtor.pass.cpp [libcxx] Recover no-exceptions XFAILs - I 2016-10-06 11:15:41 +00:00
get_future.pass.cpp [libcxx] Recover no-exceptions XFAILs - I 2016-10-06 11:15:41 +00:00
move_assign.pass.cpp Make it possible to build a no-exceptions variant of libcxx. 2015-11-10 11:41:22 +00:00
move_ctor.pass.cpp [libcxx] Recover no-exceptions XFAILs - I 2016-10-06 11:15:41 +00:00
set_exception.pass.cpp [libcxx] Recover no-exceptions XFAILs - I 2016-10-06 11:15:41 +00:00
set_exception_at_thread_exit.pass.cpp [libcxx] Recover no-exceptions XFAILs - I 2016-10-06 11:15:41 +00:00
set_lvalue.pass.cpp [libcxx] Recover no-exceptions XFAILs - I 2016-10-06 11:15:41 +00:00
set_lvalue_at_thread_exit.pass.cpp
set_rvalue.pass.cpp [libcxx] Improve tests to use the UNSUPPORTED lit directive 2016-05-28 08:57:35 +00:00
set_rvalue_at_thread_exit.pass.cpp
set_value_at_thread_exit_const.pass.cpp
set_value_at_thread_exit_void.pass.cpp
set_value_const.pass.cpp [libcxx] Recover no-exceptions XFAILs - I 2016-10-06 11:15:41 +00:00
set_value_void.pass.cpp [libcxx] Recover no-exceptions XFAILs - I 2016-10-06 11:15:41 +00:00
swap.pass.cpp
uses_allocator.pass.cpp