llvm-project/libcxx/test/std/containers/unord/unord.set
Eric Fiselier d513ad88d5 Complete LWG issue #2016. Allocators must be nothrow swappable
llvm-svn: 267085
2016-04-22 00:15:18 +00:00
..
unord.set.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.set.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
bucket_size.pass.cpp
clear.pass.cpp
count.pass.cpp
db_iterators_7.pass.cpp
db_iterators_8.pass.cpp
db_local_iterators_7.pass.cpp
db_local_iterators_8.pass.cpp
emplace.pass.cpp
emplace_hint.pass.cpp
eq.pass.cpp
equal_range_const.pass.cpp
equal_range_non_const.pass.cpp
erase_const_iter.pass.cpp Fix for LWG Issue 2059: C++0x ambiguity problem with map::erase 2015-05-10 13:35:00 +00:00
erase_iter_db1.pass.cpp
erase_iter_db2.pass.cpp
erase_iter_iter_db1.pass.cpp
erase_iter_iter_db2.pass.cpp
erase_iter_iter_db3.pass.cpp
erase_iter_iter_db4.pass.cpp
erase_key.pass.cpp
erase_range.pass.cpp
find_const.pass.cpp
find_non_const.pass.cpp
incomplete.pass.cpp Recommit r260012 - Cleanup node-type handling in the unordered containers. 2016-02-10 20:46:23 +00:00
insert_and_emplace_allocator_requirements.pass.cpp Extract key to avoid preemptive mallocs in insert/emplace in associative containers 2016-04-15 23:27:27 +00:00
insert_const_lvalue.pass.cpp
insert_hint_const_lvalue.pass.cpp
insert_hint_rvalue.pass.cpp
insert_init.pass.cpp
insert_range.pass.cpp
insert_rvalue.pass.cpp
iterators.fail.cpp
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.fail.cpp
local_iterators.pass.cpp
max_bucket_count.pass.cpp
max_load_factor.pass.cpp
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
types.pass.cpp
version.pass.cpp