llvm-project/libcxx/test/std/containers/sequences/vector.bool
Eric Fiselier 1f4231f8cf Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros
llvm-svn: 267947
2016-04-28 22:28:23 +00:00
..
assign_copy.pass.cpp
assign_initializer_list.pass.cpp
assign_move.pass.cpp
capacity.pass.cpp
construct_default.pass.cpp Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros 2016-04-28 22:28:23 +00:00
construct_iter_iter.pass.cpp Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros 2016-04-28 22:28:23 +00:00
construct_iter_iter_alloc.pass.cpp Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros 2016-04-28 22:28:23 +00:00
construct_size.pass.cpp Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros 2016-04-28 22:28:23 +00:00
construct_size_value.pass.cpp Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros 2016-04-28 22:28:23 +00:00
construct_size_value_alloc.pass.cpp Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros 2016-04-28 22:28:23 +00:00
copy.pass.cpp Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros 2016-04-28 22:28:23 +00:00
copy_alloc.pass.cpp Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros 2016-04-28 22:28:23 +00:00
default_noexcept.pass.cpp While applying N4258, I forgot about LWG#2455, which modified the modifications. Correct those - h/t: Howard 2015-06-04 02:05:41 +00:00
dtor_noexcept.pass.cpp
emplace.pass.cpp
emplace_back.pass.cpp
erase_iter.pass.cpp
erase_iter_iter.pass.cpp
find.pass.cpp Add a bunch of missing includes in the test suite to make it more portable. Fixes bugs #26120 and #26121. Thanks to Jonathan Wakely for the reports and the patches. 2016-01-12 14:51:04 +00:00
initializer_list.pass.cpp
initializer_list_alloc.pass.cpp
insert_iter_initializer_list.pass.cpp
insert_iter_iter_iter.pass.cpp
insert_iter_size_value.pass.cpp
insert_iter_value.pass.cpp
iterators.pass.cpp
move.pass.cpp
move_alloc.pass.cpp
move_assign_noexcept.pass.cpp implement more of N4258 - Cleaning up noexcept in the standard library. Specifically add new noexcept stuff to vector and string's move-assignment operations 2015-08-18 18:57:00 +00:00
move_noexcept.pass.cpp Move bits from N4258. Mark vector's move-constructor unconditionally noexcept in C++1z 2015-07-14 14:46:32 +00:00
op_equal_initializer_list.pass.cpp
push_back.pass.cpp
reference.swap.pass.cpp Added a noexcept test 2016-04-07 14:24:16 +00:00
reserve.pass.cpp
resize_size.pass.cpp
resize_size_value.pass.cpp
shrink_to_fit.pass.cpp
swap.pass.cpp
swap_noexcept.pass.cpp Complete LWG issue #2016. Allocators must be nothrow swappable 2016-04-22 00:15:18 +00:00
types.pass.cpp Add some more tests for the containers type requirements 2016-03-09 17:19:07 +00:00
vector_bool.pass.cpp