llvm-project/libcxx/test/std/containers/sequences/list
Eric Fiselier b530a2591b Fix some non-standard parts of our test suite. Reported by STL
llvm-svn: 267131
2016-04-22 10:33:56 +00:00
..
list.capacity
list.cons 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
list.modifiers Make it possible to build a no-exceptions variant of libcxx. 2015-11-10 11:41:22 +00:00
list.ops
list.special Fix some non-standard parts of our test suite. Reported by STL 2016-04-22 10:33:56 +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
db_back.pass.cpp
db_cback.pass.cpp
db_cfront.pass.cpp
db_front.pass.cpp
db_iterators_6.pass.cpp
db_iterators_7.pass.cpp
db_iterators_8.pass.cpp
db_iterators_9.pass.cpp
incomplete_type.pass.cpp Recommit rL245802: Cleanup fancy pointer rebinding in list using __rebind_pointer. 2015-08-23 02:56:05 +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