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/futures
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.async Enable -Wunreachable-code and fix duplicate warning flags 9 years ago
futures.errors Move test into test/std subdirectory. 11 years ago
futures.future_error [libcxx] [test] D26625: future_error::what() is implementation-defined. 9 years ago
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. 9 years ago
futures.promise Fix unused parameters and variables 9 years ago
futures.shared_future Mark tests as unsupported under libcpp-no-exceptions 9 years ago
futures.state Move test into test/std subdirectory. 11 years ago
futures.task Fix unused parameters and variables 9 years ago
futures.unique_future Mark tests as unsupported under libcpp-no-exceptions 9 years ago