llvm-project/libcxx/test/std/containers/unord/unord.map
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
..
unord.map.cnstr Add a bunch of missing includes in the test suite to make it more portable. Fixes bugs #26120 and #26121. Thanks to Jonathan Wakely for the reports and the patches. 2016-01-12 14:51:04 +00:00
unord.map.elem Update container_test_types.h and cleanup the related tests 2016-03-31 02:13:14 +00:00
unord.map.modifiers Fix some non-standard parts of our test suite. Reported by STL 2016-04-22 10:33:56 +00:00
unord.map.swap 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
bucket.pass.cpp
bucket_count.pass.cpp Fix warnings in unordered_map 2015-07-19 03:16:47 +00:00
bucket_size.pass.cpp
compare.pass.cpp Fix warnings in unordered_map 2015-07-19 03:16:47 +00:00
count.pass.cpp
eq.pass.cpp
equal_range_const.pass.cpp
equal_range_non_const.pass.cpp
find_const.pass.cpp
find_non_const.pass.cpp
incomplete_type.pass.cpp Recommit r260012 - Cleanup node-type handling in the unordered containers. 2016-02-10 20:46:23 +00:00
iterators.pass.cpp
load_factor.pass.cpp Add a bunch of missing includes in the test suite to make it more portable. Fixes bugs #26120 and #26121. Thanks to Jonathan Wakely for the reports and the patches. 2016-01-12 14:51:04 +00:00
local_iterators.pass.cpp
max_bucket_count.pass.cpp Fix warnings in unordered_map 2015-07-19 03:16:47 +00:00
max_load_factor.pass.cpp Update container_test_types.h and cleanup the related tests 2016-03-31 02:13:14 +00:00
max_size.pass.cpp
rehash.pass.cpp LWG#2156 loosened the requirements on unordered containers 'rehash' calls. Add tests to make sure we meet these requirements. Since we met the stricter ones, no code change needed to meet the looser ones. 2015-11-16 16:42:16 +00:00
reserve.pass.cpp More tests for LWG#2156 2015-11-16 22:18:36 +00:00
swap_member.pass.cpp Fix warnings in unordered_map 2015-07-19 03:16:47 +00:00
types.pass.cpp
version.pass.cpp