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/thread/futures/futures.tas/futures.task.members
Howard Hinnant 932209b344 A bunch of future tests got invalidated with the latest updates to thread. Fixed the tests.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@131509 91177308-0d34-0410-b5e6-96231b3b80d8
15 years ago
..
assign_copy.fail.cpp Implemented N3194 15 years ago
assign_move.pass.cpp Implemented N3194 15 years ago
ctor_copy.fail.cpp Implemented N3194 15 years ago
ctor_default.pass.cpp Implemented N3194 15 years ago
ctor_func.pass.cpp Clean up a bunch of warnings in the tests, 3 of which actually turned out to be test bugs. 15 years ago
ctor_func_alloc.pass.cpp Clean up a bunch of warnings in the tests, 3 of which actually turned out to be test bugs. 15 years ago
ctor_move.pass.cpp Implemented N3194 15 years ago
dtor.pass.cpp A bunch of future tests got invalidated with the latest updates to thread. Fixed the tests. 15 years ago
get_future.pass.cpp license change 15 years ago
make_ready_at_thread_exit.pass.cpp A bunch of future tests got invalidated with the latest updates to thread. Fixed the tests. 15 years ago
operator.pass.cpp A bunch of future tests got invalidated with the latest updates to thread. Fixed the tests. 15 years ago
reset.pass.cpp license change 15 years ago
swap.pass.cpp Implemented N3194 15 years ago