llvm-project/libcxx/test/std/containers
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
..
associative Fix or move various non-standard tests. 2016-04-29 04:07:45 +00:00
container.adaptors Add failing tests that I forgot to add to the last commit 2016-03-14 17:58:54 +00:00
container.requirements
containers.general
sequences Fix or move various non-standard tests. 2016-04-29 04:07:45 +00:00
unord Fix some non-standard parts of our test suite. Reported by STL 2016-04-22 10:33:56 +00:00
Copyable.h
Emplaceable.h
NotConstructible.h
map_allocator_requirement_test_templates.h Fix LWG issue 2345 - Add insert(value_type&&) 2016-04-18 01:40:45 +00:00
nothing_to_do.pass.cpp
set_allocator_requirement_test_templates.h Teach map/unordered_map how to optimize 'emplace(Key, T)'. 2016-04-16 00:23:12 +00:00
stack_allocator.h
test_compare.h
test_hash.h