summaryrefslogtreecommitdiff
path: root/libcxx/test/containers
AgeCommit message (Expand)Author
2014-12-20Move test into test/std subdirectory.Eric Fiselier
2014-12-11Add 'REQUIERS: long_tests' to a few more long testsJonathan Roelofs
2014-11-11Added vector<T>::insert tests suggested by code coverage resultsMarshall Clow
2014-11-11EricQWF's code coverage work showed that none of the libc++ tests were exerci...Marshall Clow
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-27[libcxx] Fix use of operator comma where the types can be user definedEric Fiselier
2014-10-19Fix unused variables in tests to placate scan-build. Patch from Steve MacKenzie.Eric Fiselier
2014-10-18Whitespace maintenance. Remove a bunch of tabs that snuck in. No functionalit...Marshall Clow
2014-09-02[asan] Make vector asan annotations exception-friendlyKostya Serebryany
2014-08-24Fix bug 20740 - std::set/std::map don't support heterogeneous lookup for coun...Marshall Clow
2014-08-09Revert "Add some extra checks to the MoveOnly test class to ensure it is not ...David Blaikie
2014-08-09Add some extra checks to the MoveOnly test class to ensure it is not construc...David Blaikie
2014-08-08Apply a similar fix to <forward_list> as I did for <list> in r215210. Again, ...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-07-08Fix some failing tests for the standard containers. The tests were failing in...Marshall Clow
2014-05-15Fix typo 'fourty' in testsAlp Toker
2014-05-08Add Address Sanitizer support to std::vectorMarshall Clow
2014-05-06Fix PR 19663. Some calls to find(vector<bool>) were returning iterators that ...Marshall Clow
2014-03-11Patch from Steve MacKenzie to make the libc++ tests play nicely with MSVC's S...Marshall Clow
2014-03-10Add tests for LWG issue #2356. Stability of erasure in unordered associative ...Marshall Clow
2014-03-10More tests for LWG Issue #2263; this time to the associative and unordered co...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
2014-03-04LWG issue #2252: Add more tests for exception safety. No changes needed in th...Marshall Clow
2014-02-13Add a test to make sure that vector supports incomplete typesMarshall Clow
2014-02-08Fix for PR18735 - self-assignment for map/multimap gives incorrect results in...Marshall Clow
2014-02-05Support forward_list<Incomplete Type>. Patch by Zhihao Yuan!Peter Collingbourne
2014-01-16Add license headers to a bunch of libc++ files that were missing them. No fun...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-12-02Fix for PRPR17934; based on a fix suggested by Peter SommerladMarshall Clow
2013-11-26There were two identical files named 'min_allocator.h'. Move one of them to /...Marshall Clow
2013-11-13Move <dynarray> into include/experimental, and into the std::experimental nam...Marshall Clow
2013-09-30Part 8 of LWG Issue 2210' unordered_set and unordered multiset; this got miss...Marshall Clow
2013-09-30SCARY/N2913 iterator support between the multi and non-multi versions of the ...Howard Hinnant
2013-09-21Peter Collingbourne: If a pointer is passed as the third argument of the (ite...Howard Hinnant
2013-09-14LWG Issue 2210 (Part #7): vector and vector<bool>Marshall Clow
2013-09-13Initial implementation of <dynarray>. No allocator support pending resolution...Marshall Clow
2013-09-12LWG Issue 2210 (Part #6): unordered_map and unordered_multimapMarshall Clow
2013-09-12A collection of minor type-o fixes. The first two aren't testable, but all t...Howard Hinnant
2013-09-11LWG Issue #2210 Part 5 - map/multimap; no, really - the last one was set/mult...Marshall Clow
2013-09-11LWG Issue #2210 Part 4 - map/multimapMarshall 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-09-07LWG Issue 2210 (Part #1): dequeMarshall Clow
2013-08-23Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG.Howard Hinnant
2013-08-13Implement LWG Issue #2187 (emplace_back and emplace for vector<bool>)Marshall Clow