llvm-project/libcxx/test/std/thread/futures
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.async Enable -Wunreachable-code and fix duplicate warning flags 2016-12-24 04:34:33 +00:00
futures.errors
futures.future_error [libcxx] [test] D26625: future_error::what() is implementation-defined. 2016-11-15 17:00:32 +00:00
futures.overview Implement is_error_code_v and is_error_condition_v for c++17. Rework the tests for is_error_code and is_error_condition, since they were really lacking. Thanks to Alisdair for the heads-up that we were missing these. 2016-09-24 17:36:14 +00:00
futures.promise Fix unused parameters and variables 2016-12-23 23:37:52 +00:00
futures.shared_future Mark tests as unsupported under libcpp-no-exceptions 2017-01-10 08:48:48 +00:00
futures.state
futures.task Fix unused parameters and variables 2016-12-23 23:37:52 +00:00
futures.unique_future Mark tests as unsupported under libcpp-no-exceptions 2017-01-10 08:48:48 +00:00