llvm-project/libcxx/test/std/thread
Roger Ferrer Ibanez e8623b90ae 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

llvm-svn: 291550
2017-01-10 08:48:48 +00:00
..
futures Mark tests as unsupported under libcpp-no-exceptions 2017-01-10 08:48:48 +00:00
thread.condition fix newly failing c++03 tests 2016-12-24 00:40:45 +00:00
thread.general
thread.mutex Fix unused parameters and variables 2016-12-23 23:37:52 +00:00
thread.req
thread.threads Fix unused parameters and variables 2016-12-23 23:37:52 +00:00
macro.pass.cpp