llvm-project/libcxx/test/std/containers/sequences
Eric Fiselier 382e91792b Fix or move various non-standard tests.
This patch does the following:

* Remove <__config> includes from some container tests.
* Guards uses of std::launch::any in async tests because it's an extension.
* Move "test/std/extensions" to "test/libcxx/extensions"
* Moves various non-standard tests including those in "sequences/vector",
  "std/localization" and "utilities/meta".

llvm-svn: 267981
2016-04-29 04:07:45 +00:00
..
array Fix C++03 build breakage 2016-04-22 00:47:15 +00:00
deque Fix some non-standard parts of our test suite. Reported by STL 2016-04-22 10:33:56 +00:00
forwardlist Complete LWG issue #2016. Allocators must be nothrow swappable 2016-04-22 00:15:18 +00:00
list Fix some non-standard parts of our test suite. Reported by STL 2016-04-22 10:33:56 +00:00
vector Fix or move various non-standard tests. 2016-04-29 04:07:45 +00:00
vector.bool Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros 2016-04-28 22:28:23 +00:00
nothing_to_do.pass.cpp