llvm-project/libcxx/test/std/containers/associative/multimap/multimap.cons
Marshall Clow e0312a3047 Remove undefined behavior from tests; specifically, ensure that the value type of the allocators match the value type of the containers
llvm-svn: 254030
2015-11-24 22:10:51 +00:00
..
alloc.pass.cpp
assign_initializer_list.pass.cpp
compare.pass.cpp
compare_alloc.pass.cpp
copy.pass.cpp
copy_alloc.pass.cpp
copy_assign.pass.cpp
default.pass.cpp
default_noexcept.pass.cpp Remove undefined behavior from tests; specifically, ensure that the value type of the allocators match the value type of the containers 2015-11-24 22:10:51 +00:00
default_recursive.pass.cpp Allow declaration of map and multimap iterator with incomplete mapped type. Patch from eugenis 2015-03-03 20:10:01 +00:00
dtor_noexcept.pass.cpp Remove undefined behavior from tests; specifically, ensure that the value type of the allocators match the value type of the containers 2015-11-24 22:10:51 +00:00
initializer_list.pass.cpp
initializer_list_compare.pass.cpp
initializer_list_compare_alloc.pass.cpp
iter_iter.pass.cpp
iter_iter_comp.pass.cpp
iter_iter_comp_alloc.pass.cpp
move.pass.cpp
move_alloc.pass.cpp 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
move_assign.pass.cpp 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
move_assign_noexcept.pass.cpp Remove undefined behavior from tests; specifically, ensure that the value type of the allocators match the value type of the containers 2015-11-24 22:10:51 +00:00
move_noexcept.pass.cpp Remove undefined behavior from tests; specifically, ensure that the value type of the allocators match the value type of the containers 2015-11-24 22:10:51 +00:00