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/vector/vector.modifiers
Louis Dionne 5beaebf500 [libcxx] Fix incorrect iterator type in vector container test
The iterator types for different specializations of containers with the
same element type but different allocators are not required to be
convertible. This patch makes the test to take the iterator type from
the same container specialization as the created container.

Reviewed as https://reviews.llvm.org/D54806.
Thanks to Andrey Maksimov for the patch.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@347423 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 Fix debug mode for vector/list and cleanup tests 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_extra.pass.cpp Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in vector. 8 years ago
erase_iter.pass.cpp Sigh. Once again forgot about the 'no exceptions' bots. 8 years ago
erase_iter_iter.pass.cpp Sigh. Once again forgot about the 'no exceptions' bots. 8 years ago
insert_iter_initializer_list.pass.cpp Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in vector. 8 years ago
insert_iter_iter_iter.pass.cpp [libcxx] Fix incorrect iterator type in vector container test 6 years ago
insert_iter_rvalue.pass.cpp Fix debug mode for vector/list and cleanup tests 8 years ago
insert_iter_size_value.pass.cpp Fix debug mode for vector/list and cleanup tests 8 years ago
insert_iter_value.pass.cpp Fix debug mode for vector/list and cleanup tests 8 years ago
pop_back.pass.cpp Fix debug mode for vector/list and cleanup tests 8 years ago
push_back.pass.cpp [libcxx] [test] D27014: Fix MSVC warning C4018 "signed/unsigned mismatch", part 2/12. 8 years ago
push_back_exception_safety.pass.cpp Protect sequences test under libcpp-no-exceptions 8 years ago
push_back_rvalue.pass.cpp Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in vector. 8 years ago