You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/std/thread
Roger Ferrer Ibanez 47b1cefa76 Mark tests as unsupported under libcpp-no-exceptions
The destructor of std::promise needs to construct a std::future_error
exception so it calls std::make_exception_ptr. But under
libcpp-no-exceptions this will trigger an abort.

Differential Revision: https://reviews.llvm.org/D27614



git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@291550 91177308-0d34-0410-b5e6-96231b3b80d8
9 years ago
..
futures Mark tests as unsupported under libcpp-no-exceptions 9 years ago
thread.condition fix newly failing c++03 tests 9 years ago
thread.general Move test into test/std subdirectory. 11 years ago
thread.mutex Fix unused parameters and variables 9 years ago
thread.req Move test into test/std subdirectory. 11 years ago
thread.threads Fix unused parameters and variables 9 years ago
macro.pass.cpp Move test into test/std subdirectory. 11 years ago