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 |
||
|---|---|---|
| .. | ||
| alloc_ctor.pass.cpp | ||
| copy_assign.fail.cpp | ||
| copy_ctor.fail.cpp | ||
| default.pass.cpp | ||
| dtor.pass.cpp | ||
| get_future.pass.cpp | ||
| move_assign.pass.cpp | ||
| move_ctor.pass.cpp | ||
| set_exception.pass.cpp | ||
| set_exception_at_thread_exit.pass.cpp | ||
| set_lvalue.pass.cpp | ||
| set_lvalue_at_thread_exit.pass.cpp | ||
| set_rvalue.pass.cpp | ||
| 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 | ||
| set_value_void.pass.cpp | ||
| swap.pass.cpp | ||
| uses_allocator.pass.cpp | ||