llvm-project/libcxx/test/std/thread/futures
Eric Fiselier eb5cfb02d6 Cleanup non-standard tests as reported by STL@microsoft.com. NFC.
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.

llvm-svn: 271430
2016-06-01 21:05:53 +00:00
..
futures.async Replace one more occurrence of non-standard std:launch::any. Patch from STL@microsoft.com 2016-04-30 02:30:18 +00:00
futures.errors
futures.future_error Rename system_lib -> system_cxx_lib. NFC 2015-01-14 23:38:12 +00:00
futures.overview Fix or move various non-standard tests. 2016-04-29 04:07:45 +00:00
futures.promise [libcxx] Improve tests to use the UNSUPPORTED lit directive 2016-05-28 08:57:35 +00:00
futures.shared_future Make it possible to build a no-exceptions variant of libcxx. 2015-11-10 11:41:22 +00:00
futures.state
futures.task Cleanup non-standard tests as reported by STL@microsoft.com. NFC. 2016-06-01 21:05:53 +00:00
futures.unique_future Guard a number of tests relying on threads support when built in 2016-03-23 21:04:11 +00:00