llvm-project/libcxx/test/std/containers/sequences/list/list.modifiers
Marshall Clow 934e9a3976 Fix Bug 38644: multimap::clear() missing exception specifier. Add noexcept tests for all the containers that have clear().
llvm-svn: 340385
2018-08-22 04:28:43 +00:00
..
clear.pass.cpp Fix Bug 38644: multimap::clear() missing exception specifier. Add noexcept tests for all the containers that have clear(). 2018-08-22 04:28:43 +00:00
emplace.pass.cpp Cleanup _LIBCPP_DEBUG tests in std::list. More to come. 2016-06-22 08:01:27 +00:00
emplace_back.pass.cpp Change the return type of emplace_[front|back] back to void when building with C++14 or before. Resolves PR31680. 2017-01-24 23:09:12 +00:00
emplace_front.pass.cpp Change the return type of emplace_[front|back] back to void when building with C++14 or before. Resolves PR31680. 2017-01-24 23:09:12 +00:00
erase_iter.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
erase_iter_iter.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
insert_iter_initializer_list.pass.cpp Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in <list> 2017-04-16 03:45:35 +00:00
insert_iter_iter_iter.pass.cpp Cleanup [list.modifiers] tests. 2016-06-22 03:46:32 +00:00
insert_iter_rvalue.pass.cpp Cleanup _LIBCPP_DEBUG tests in std::list. More to come. 2016-06-22 08:01:27 +00:00
insert_iter_size_value.pass.cpp Protect sequences test under libcpp-no-exceptions 2016-12-01 17:36:41 +00:00
insert_iter_value.pass.cpp Cleanup [list.modifiers] tests. 2016-06-22 03:46:32 +00:00
pop_back.pass.cpp Cleanup _LIBCPP_DEBUG tests in std::list. More to come. 2016-06-22 08:01:27 +00:00
pop_front.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
push_back.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
push_back_exception_safety.pass.cpp Change from "XFAIL: libcpp-no-exceptions" to "UNSUPPORTED: libcpp-no-exceptions" tests that only check exceptions and nothing else 2016-10-31 08:47:53 +00:00
push_back_rvalue.pass.cpp Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in <list> 2017-04-16 03:45:35 +00:00
push_front.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
push_front_exception_safety.pass.cpp Change from "XFAIL: libcpp-no-exceptions" to "UNSUPPORTED: libcpp-no-exceptions" tests that only check exceptions and nothing else 2016-10-31 08:47:53 +00:00
push_front_rvalue.pass.cpp Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in <list> 2017-04-16 03:45:35 +00:00