llvm-project/libcxx/test/std/containers/sequences/vector/vector.modifiers
Louis Dionne 91614db033 [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.

llvm-svn: 347423
2018-11-21 20:53:07 +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 Fix debug mode for vector/list and cleanup tests 2016-12-28 06:06:09 +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_extra.pass.cpp Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in vector. 2017-04-16 02:40:45 +00:00
erase_iter.pass.cpp Sigh. Once again forgot about the 'no exceptions' bots. 2017-04-17 14:18:44 +00:00
erase_iter_iter.pass.cpp Sigh. Once again forgot about the 'no exceptions' bots. 2017-04-17 14:18:44 +00:00
insert_iter_initializer_list.pass.cpp Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in vector. 2017-04-16 02:40:45 +00:00
insert_iter_iter_iter.pass.cpp [libcxx] Fix incorrect iterator type in vector container test 2018-11-21 20:53:07 +00:00
insert_iter_rvalue.pass.cpp Fix debug mode for vector/list and cleanup tests 2016-12-28 06:06:09 +00:00
insert_iter_size_value.pass.cpp Fix debug mode for vector/list and cleanup tests 2016-12-28 06:06:09 +00:00
insert_iter_value.pass.cpp Fix debug mode for vector/list and cleanup tests 2016-12-28 06:06:09 +00:00
pop_back.pass.cpp Fix debug mode for vector/list and cleanup tests 2016-12-28 06:06:09 +00:00
push_back.pass.cpp [libcxx] [test] D27014: Fix MSVC warning C4018 "signed/unsigned mismatch", part 2/12. 2016-11-23 22:01:58 +00:00
push_back_exception_safety.pass.cpp Protect sequences test under libcpp-no-exceptions 2016-12-01 17:36:41 +00:00
push_back_rvalue.pass.cpp Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in vector. 2017-04-16 02:40:45 +00:00