llvm-project/libcxx/test/std/containers/unord/unord.map
Eric Fiselier 6a470bcb6d Cleanup _LIBCPP_HAS_NO_<c++11-feature> in std::unordered_map and std::unordered_multimap
This completes the cleanup of the containers, at least within the tests.

llvm-svn: 300620
2017-04-18 22:50:56 +00:00
..
unord.map.cnstr Cleanup _LIBCPP_HAS_NO_<c++11-feature> in std::unordered_map and std::unordered_multimap 2017-04-18 22:50:56 +00:00
unord.map.elem Update all bug URL's to point to https://bugs.llvm.org/... 2017-02-17 08:37:03 +00:00
unord.map.modifiers Cleanup _LIBCPP_HAS_NO_<c++11-feature> in std::unordered_map and std::unordered_multimap 2017-04-18 22:50:56 +00:00
unord.map.swap Fix test failures due to bad test hasher 2017-03-01 02:34:27 +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 Mark bucket() assertions as non-portable. Patch from STL@microsoft.com 2016-07-24 23:34:18 +00:00
bucket_count.pass.cpp Mark bucket_count() assertions as non-portable. Patch from STL@microsoft.com 2016-07-25 00:26:41 +00:00
bucket_size.pass.cpp Mark bucket_size() assertions as non-portible. Patch from STL@microsoft.com 2016-07-24 23:13:36 +00:00
compare.pass.cpp Update all bug URL's to point to https://bugs.llvm.org/... 2017-02-17 08:37:03 +00:00
count.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
eq.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
equal_range_const.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
equal_range_non_const.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
find_const.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
find_non_const.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
incomplete_type.pass.cpp [libcxx] [test] Fix comment typos, strip trailing whitespace. 2017-01-18 20:10:25 +00:00
iterators.pass.cpp [libcxx] [test] D27021: Fix MSVC warning C4389 "signed/unsigned mismatch", part 8/12. 2016-12-06 01:12:34 +00:00
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 Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
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 [libcxx] Fix max_size() across all containers 2016-11-23 01:18:56 +00:00
rehash.pass.cpp Mark bucket_count() assertions as non-portable. Patch from STL@microsoft.com 2016-07-25 00:26:41 +00:00
reserve.pass.cpp Mark bucket_count() assertions as non-portable. Patch from STL@microsoft.com 2016-07-25 00:26:41 +00:00
swap_member.pass.cpp Fix undefined behavior in container swap tests. 2016-12-11 03:41:12 +00:00
types.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00