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 |
||
|---|---|---|
| .. | ||
| copy_assign.pass.cpp | ||
| copy_ctor.pass.cpp | ||
| ctor_future.pass.cpp | ||
| default.pass.cpp | ||
| dtor.pass.cpp | ||
| get.pass.cpp | ||
| move_assign.pass.cpp | ||
| move_ctor.pass.cpp | ||
| wait.pass.cpp | ||
| wait_for.pass.cpp | ||
| wait_until.pass.cpp | ||