llvm-project/libcxx/test/std/containers/sequences/deque/deque.cons
Marshall Clow 2a10c960fa Support allocators with explicit conversion constructors. Fixes bug #29000
llvm-svn: 278904
2016-08-17 05:58:40 +00:00
..
alloc.pass.cpp Support allocators with explicit conversion constructors. Fixes bug #29000 2016-08-17 05:58:40 +00:00
assign_initializer_list.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
assign_iter_iter.pass.cpp Fix warnings in deque tests 2015-07-19 00:31:54 +00:00
assign_size_value.pass.cpp Fix warnings in deque tests 2015-07-19 00:31:54 +00:00
copy.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
copy_alloc.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
default.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
default_noexcept.pass.cpp Make default_noexcept.pass.cpp container tests more portable. Patch from STL@microsoft.com 2016-06-26 20:21:22 +00:00
dtor_noexcept.pass.cpp Make dtor_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com 2016-07-25 00:50:32 +00:00
initializer_list.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
initializer_list_alloc.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
iter_iter.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
iter_iter_alloc.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
move.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
move_alloc.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
move_assign.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
move_assign_noexcept.pass.cpp Make move_assign_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com 2016-07-25 00:18:12 +00:00
move_noexcept.pass.cpp Make move_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com 2016-07-24 23:19:51 +00:00
op_equal.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
op_equal_initializer_list.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
size.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
size_value.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
size_value_alloc.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00