llvm-project/libcxx/test/std/thread/futures/futures.shared_future
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
..
copy_assign.pass.cpp Implement P0516: 'Clarify That shared_future’s Copy Operations have Wide Contracts' which was adopted last week in Issaquah 2016-11-14 19:58:05 +00:00
copy_ctor.pass.cpp Implement P0516: 'Clarify That shared_future’s Copy Operations have Wide Contracts' which was adopted last week in Issaquah 2016-11-14 19:58:05 +00:00
ctor_future.pass.cpp [libcxx] Mark most test/std/future tests as UNSUPPORTED in C++03 2015-08-28 05:06:04 +00:00
default.pass.cpp
dtor.pass.cpp Mark tests as unsupported under libcpp-no-exceptions 2017-01-10 08:48:48 +00:00
get.pass.cpp [libcxx] Recover no-exceptions XFAILs - I 2016-10-06 11:15:41 +00:00
move_assign.pass.cpp [libcxx] Mark most test/std/future tests as UNSUPPORTED in C++03 2015-08-28 05:06:04 +00:00
move_ctor.pass.cpp [libcxx] Mark most test/std/future tests as UNSUPPORTED in C++03 2015-08-28 05:06:04 +00:00
wait.pass.cpp [libcxx] Mark most test/std/future tests as UNSUPPORTED in C++03 2015-08-28 05:06:04 +00:00
wait_for.pass.cpp [libcxx] Mark most test/std/future tests as UNSUPPORTED in C++03 2015-08-28 05:06:04 +00:00
wait_until.pass.cpp [libcxx] Mark most test/std/future tests as UNSUPPORTED in C++03 2015-08-28 05:06:04 +00:00