llvm-project/libcxx/test/std/containers/sequences/vector
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
..
vector.capacity We had two identical files named 'MoveOnly.h' in the test suite. Move one to support/, remove the other, and update all the tests that included them. No functionality change. 2015-01-28 21:22:53 +00:00
vector.cons Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros 2016-04-28 22:28:23 +00:00
vector.data
vector.modifiers Make it possible to build a no-exceptions variant of libcxx. 2015-11-10 11:41:22 +00:00
vector.special Complete LWG issue #2016. Allocators must be nothrow swappable 2016-04-22 00:15:18 +00:00
allocator_mismatch.fail.cpp Add static_assert to set/multiset/map/multimap/forward_list/deque that the allocator's value_type match the container's value_type. vector/unordered/list/string already do this. Add tests for all the containers to verify this. 2015-11-26 01:24:04 +00:00
contiguous.pass.cpp Fix broken test I just added 2015-05-26 19:17:09 +00:00
iterators.pass.cpp
types.pass.cpp Add some more tests for the containers type requirements 2016-03-09 17:19:07 +00:00
version.pass.cpp