You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/std/containers/sequences/deque/deque.modifiers
Stephan T. Lavavej 439de45011 [libcxx] [test] Strip trailing whitespace. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@346826 91177308-0d34-0410-b5e6-96231b3b80d8
6 years ago
..
clear.pass.cpp Fix Bug 38644: multimap::clear() missing exception specifier. Add noexcept tests for all the containers that have clear(). 6 years ago
emplace.pass.cpp [libcxx] [test] D27021: Fix MSVC warning C4389 "signed/unsigned mismatch", part 8/12. 8 years ago
emplace_back.pass.cpp Change the return type of emplace_[front|back] back to void when building with C++14 or before. Resolves PR31680. 8 years ago
emplace_front.pass.cpp Change the return type of emplace_[front|back] back to void when building with C++14 or before. Resolves PR31680. 8 years ago
erase_iter.invalidation.pass.cpp Remove trailing whitespace in test suite. Approved by Marshall Clow. 9 years ago
erase_iter.pass.cpp [libcxx] [test] Strip trailing whitespace. NFC. 6 years ago
erase_iter_iter.invalidation.pass.cpp Remove trailing whitespace in test suite. Approved by Marshall Clow. 9 years ago
erase_iter_iter.pass.cpp [libcxx] [test] Strip trailing whitespace. NFC. 6 years ago
insert_iter_initializer_list.pass.cpp Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in deque 8 years ago
insert_iter_iter.pass.cpp [libcxx] [test] D27021: Fix MSVC warning C4389 "signed/unsigned mismatch", part 8/12. 8 years ago
insert_rvalue.pass.cpp [libcxx] [test] D27021: Fix MSVC warning C4389 "signed/unsigned mismatch", part 8/12. 8 years ago
insert_size_value.pass.cpp [libcxx] [test] D27021: Fix MSVC warning C4389 "signed/unsigned mismatch", part 8/12. 8 years ago
insert_value.pass.cpp [libcxx] [test] D27021: Fix MSVC warning C4389 "signed/unsigned mismatch", part 8/12. 8 years ago
pop_back.invalidation.pass.cpp Remove trailing whitespace in test suite. Approved by Marshall Clow. 9 years ago
pop_back.pass.cpp [libcxx] [test] D27021: Fix MSVC warning C4389 "signed/unsigned mismatch", part 8/12. 8 years ago
pop_front.invalidation.pass.cpp Remove trailing whitespace in test suite. Approved by Marshall Clow. 9 years ago
pop_front.pass.cpp [libcxx] [test] D27021: Fix MSVC warning C4389 "signed/unsigned mismatch", part 8/12. 8 years ago
push_back.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 9 years ago
push_back_exception_safety.pass.cpp [libcxx] [test] Untabify, NFC. 7 years ago
push_back_rvalue.pass.cpp Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in deque 8 years ago
push_front.pass.cpp [libcxx] [test] D27021: Fix MSVC warning C4389 "signed/unsigned mismatch", part 8/12. 8 years ago
push_front_exception_safety.pass.cpp [libcxx] [test] Untabify, NFC. 7 years ago
push_front_rvalue.pass.cpp Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in deque 8 years ago