cxx/test/containers/sequences/vector
2013-03-25 19:29:35 +00:00
..
vector.capacity license change 2010-11-16 22:09:02 +00:00
vector.cons Move common header files into a 'support' directory; make 'testit' include -I to that directory; rename 'iterators.h' to 'iterator_test.h'; remove hard-coded paths to include files from more than 350 source files 2013-01-05 03:21:01 +00:00
vector.data license change 2010-11-16 22:09:02 +00:00
vector.modifiers Fix exception safety bug in vector::push_back 2013-01-11 20:36:59 +00:00
vector.special The vector test suite now passes for no-debug, debug-lite and debug-regular 2011-09-16 18:41:29 +00:00
db_iterators_1.pass.cpp Debug mode: learning to crawl. I need to set up some tests that actually test that the debug mode is working, but that won't cause problems when debug mode isn't on. This is my first prototype of such a test. It should call std::terminate() because it's comparing iterators from different containers. And std::terminate() is rigged up to exit normally. If debug mode fails, and doesn't call terminate, then the program asserts. The test is a no-op if _LIBCPP_DEBUG2 is not defined or is defined to be 0. 2013-03-25 19:29:35 +00:00
iterators.pass.cpp Bug 9096 - list::iterator not default constructible 2011-01-28 23:46:28 +00:00
types.pass.cpp license change 2010-11-16 22:09:02 +00:00
version.pass.cpp license change 2010-11-16 22:09:02 +00:00