llvm-project/libcxx/test/std/thread/thread.threads/thread.thread.class
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
..
thread.thread.algorithm Fix race conditions in test class used throughout the std::thread tests. 2015-04-02 21:12:17 +00:00
thread.thread.assign Remove sanitizer XFAILs on a test. 2015-07-28 23:27:03 +00:00
thread.thread.constr [libcxx] Recover no-exceptions XFAILs - I 2016-10-06 11:15:41 +00:00
thread.thread.destr [libcxx] Add Atomic test helper and fix TSAN failures. 2015-08-18 23:29:59 +00:00
thread.thread.id
thread.thread.member Move native_handle thread tests to test/libcxx 2016-06-22 00:21:50 +00:00
thread.thread.static