llvm-project/libcxx/test/thread
Eric Fiselier 3fe611e508 Split thread test into two parts. Mark one as XFAIL with ASAN.
The second part of the test checks that std::terminate is called when a running
thread is move assigned to. Calling std::terminate prevents some of the destructors
to be called and ASAN fires on this.

llvm-svn: 222076
2014-11-15 01:58:45 +00:00
..
futures Add support for "fancy" pointers to promise and packaged_task. 2014-10-23 06:24:45 +00:00
thread.condition Allow libc++ to be built on systems without POSIX threads 2014-09-05 19:45:05 +00:00
thread.general license change 2010-11-16 22:09:02 +00:00
thread.mutex Allow libc++ to be built on systems without POSIX threads 2014-09-05 19:45:05 +00:00
thread.req Update testsuite strucuture to latest draft 2010-11-23 22:13:07 +00:00
thread.threads Split thread test into two parts. Mark one as XFAIL with ASAN. 2014-11-15 01:58:45 +00:00
macro.pass.cpp Allow libc++ to be built on systems without POSIX threads 2014-09-05 19:45:05 +00:00