mirror of https://github.com/llvm-mirror/libcxx
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.
This patch addresses the following issues in the test suite: 1. Move "std::bad_array_length" test from std/ to libcxx/ test directory since the feature is not a part of the standard. 2. Rename "futures.tas" test directory to "futures.task" since that is the correct stable name. 3. Move tests for "packaged_task<T>::result_type" from std/ to libcxx/ test directory since the typedef is a libc++ extension. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@271430 91177308-0d34-0410-b5e6-96231b3b80d8 |
10 years ago | |
|---|---|---|
| .. | ||
| assign_copy.fail.cpp | 10 years ago | |
| assign_move.pass.cpp | 10 years ago | |
| ctor1.fail.cpp | 10 years ago | |
| ctor2.fail.cpp | 10 years ago | |
| ctor_copy.fail.cpp | 10 years ago | |
| ctor_default.pass.cpp | 10 years ago | |
| ctor_func.pass.cpp | 10 years ago | |
| ctor_func_alloc.pass.cpp | 10 years ago | |
| ctor_move.pass.cpp | 10 years ago | |
| dtor.pass.cpp | 10 years ago | |
| get_future.pass.cpp | 10 years ago | |
| make_ready_at_thread_exit.pass.cpp | 10 years ago | |
| operator.pass.cpp | 10 years ago | |
| reset.pass.cpp | 10 years ago | |
| swap.pass.cpp | 10 years ago | |