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/containers/sequences/vector
Howard Hinnant b4e67cfd42 After years of telling people: 'If you ever find any of my code that self-move-assigns, send me a bug report.' Somebody finally took me up on it. vector::erase(begin(), begin()) does a self-move-assign of every element in the vector, leaving all of those elements in an unspecified state. I checked the other containers for this same bug and did not find it. Added test case.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@179760 91177308-0d34-0410-b5e6-96231b3b80d8
13 years ago
..
vector.capacity The 3rd test in shrink_to_fit.pass.cpp can't possibly pass if exceptions are disabled, so #ifdef'ing out the test. 13 years ago
vector.cons Revert r178075, "Tighten up the iterator requirements ...", it breaks LLVM 13 years ago
vector.data license change 15 years ago
vector.modifiers After years of telling people: 'If you ever find any of my code that self-move-assigns, send me a bug report.' Somebody finally took me up on it. vector::erase(begin(), begin()) does a self-move-assign of every element in the vector, leaving all of those elements in an unspecified state. I checked the other containers for this same bug and did not find it. Added test case. 13 years ago
vector.special More vector debug tests. 13 years ago
db_back.pass.cpp Simply debug mode tests per Dmitri Gribenko's suggestion. 13 years ago
db_cback.pass.cpp Simply debug mode tests per Dmitri Gribenko's suggestion. 13 years ago
db_cfront.pass.cpp Simply debug mode tests per Dmitri Gribenko's suggestion. 13 years ago
db_cindex.pass.cpp Simply debug mode tests per Dmitri Gribenko's suggestion. 13 years ago
db_front.pass.cpp Simply debug mode tests per Dmitri Gribenko's suggestion. 13 years ago
db_index.pass.cpp Simply debug mode tests per Dmitri Gribenko's suggestion. 13 years ago
db_iterators_1.pass.cpp Simply debug mode tests per Dmitri Gribenko's suggestion. 13 years ago
db_iterators_2.pass.cpp Simply debug mode tests per Dmitri Gribenko's suggestion. 13 years ago
db_iterators_3.pass.cpp Simply debug mode tests per Dmitri Gribenko's suggestion. 13 years ago
db_iterators_4.pass.cpp Simply debug mode tests per Dmitri Gribenko's suggestion. 13 years ago
db_iterators_5.pass.cpp Simply debug mode tests per Dmitri Gribenko's suggestion. 13 years ago
db_iterators_6.pass.cpp Simply debug mode tests per Dmitri Gribenko's suggestion. 13 years ago
db_iterators_7.pass.cpp Simply debug mode tests per Dmitri Gribenko's suggestion. 13 years ago
db_iterators_8.pass.cpp Simply debug mode tests per Dmitri Gribenko's suggestion. 13 years ago
iterators.pass.cpp Bug 9096 - list::iterator not default constructible 15 years ago
types.pass.cpp license change 15 years ago
version.pass.cpp license change 15 years ago