summaryrefslogtreecommitdiff
path: root/libcxx/test/containers/sequences/list
AgeCommit message (Expand)Author
2014-12-20Move test into test/std subdirectory.Eric Fiselier
2014-11-04Actually mark the tests an unsupported with MSAN (not just ASAN)Eric Fiselier
2014-11-04Mark tests that replace operator new/delete as UNSUPPORTED with ASAN and MSAN.Eric Fiselier
2014-10-18Whitespace maintenance. Remove a bunch of tabs that snuck in. No functionalit...Marshall Clow
2014-08-08While reading LWG#526, Ion GaztaƱaga noticed that libc++ didn't correctly ha...Marshall Clow
2014-08-04Fix PR#202520 - predicate called too many times in list::remove_if. Add tests...Marshall Clow
2014-03-10Added tests to the sequence containers for for LWG Issue #2263. Comparing ite...Marshall Clow
2014-03-05Implement LWG 2193. Default constructors for standard library containers are ...Marshall Clow
2013-12-03Found six (nmostly) identical files named 'test_allocator.h' in the libcxx te...Marshall Clow
2013-12-02Found two identical files named 'DefaultOnly.h' in the libcxx test suite. Mov...Marshall Clow
2013-11-26There were two identical files named 'min_allocator.h'. Move one of them to /...Marshall Clow
2013-09-08Remove a tab that snuck inMarshall Clow
2013-09-08Fix minor type-o in tests.Howard Hinnant
2013-09-08LWG Issue 2210 (Part #2 & #3): list and forward_listMarshall Clow
2013-08-23Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG.Howard Hinnant
2013-08-07War on tabsHoward Hinnant
2013-08-05Implement NULL iterators for <list> re: N3644Marshall Clow
2013-08-02Ok, 3 major changes for debug mode in one commit:Howard Hinnant
2013-07-23Debug mode for unordered_set. I believe this to be fairly complete forHoward Hinnant
2013-07-08War on tabs.Howard Hinnant
2013-06-25Implement full support for non-pointer pointers in custom allocators for list.Howard Hinnant
2013-04-16I believe this finishes up debug mode for list. The testing is a little weak...Howard Hinnant
2013-04-05Fix bug in __libcpp_db::__iterator_copy. Add debug test for swaping lists.Howard Hinnant
2013-04-05More list debug mode tests.Howard Hinnant
2013-04-05More work on debug mode for list.Howard Hinnant
2013-04-02Some debug test cases for list.Howard Hinnant
2013-01-11Fix exception safety bug in vector::push_backHoward Hinnant
2013-01-05Move common header files into a 'support' directory; make 'testit' include -I...Marshall Clow
2013-01-03Removed several more different 'iterators.h' files in libcxx/testMarshall Clow
2011-09-27Another installment on debug mode. This addresses list. However this should...Howard Hinnant
2011-08-12Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574Howard Hinnant
2011-06-03noexcept for <list>.Howard Hinnant
2011-01-28Bug 9096 - list::iterator not default constructibleHoward Hinnant
2010-11-16license changeHoward Hinnant
2010-09-04Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant
2010-08-22Fixing whitespace problemsHoward Hinnant
2010-05-11Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant
2010-05-11libcxx initial importHoward Hinnant