summaryrefslogtreecommitdiffstats
path: root/libcxx/test/containers
Commit message (Expand)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-20953-87700/+0
* Add 'REQUIERS: long_tests' to a few more long testsJonathan Roelofs2014-12-114-0/+8
* Added vector<T>::insert tests suggested by code coverage resultsMarshall Clow2014-11-115-0/+130
* EricQWF's code coverage work showed that none of the libc++ tests were exerci...Marshall Clow2014-11-114-7/+81
* Actually mark the tests an unsupported with MSAN (not just ASAN)Eric Fiselier2014-11-043-3/+3
* Mark tests that replace operator new/delete as UNSUPPORTED with ASAN and MSAN.Eric Fiselier2014-11-043-0/+6
* [libcxx] Fix use of operator comma where the types can be user definedEric Fiselier2014-10-271-1/+1
* Fix unused variables in tests to placate scan-build. Patch from Steve MacKenzie.Eric Fiselier2014-10-193-0/+4
* Whitespace maintenance. Remove a bunch of tabs that snuck in. No functionalit...Marshall Clow2014-10-182-22/+22
* [asan] Make vector asan annotations exception-friendlyKostya Serebryany2014-09-021-0/+198
* Fix bug 20740 - std::set/std::map don't support heterogeneous lookup for coun...Marshall Clow2014-08-244-0/+281
* Revert "Add some extra checks to the MoveOnly test class to ensure it is not ...David Blaikie2014-08-091-11/+5
* Add some extra checks to the MoveOnly test class to ensure it is not construc...David Blaikie2014-08-091-5/+11
* Apply a similar fix to <forward_list> as I did for <list> in r215210. Again, ...Marshall Clow2014-08-081-0/+37
* While reading LWG#526, Ion GaztaƱaga noticed that libc++ didn't correctly ha...Marshall Clow2014-08-081-0/+32
* Fix PR#202520 - predicate called too many times in list::remove_if. Add tests...Marshall Clow2014-08-042-12/+65
* Fix some failing tests for the standard containers. The tests were failing in...Marshall Clow2014-07-0812-111/+135
* Fix typo 'fourty' in testsAlp Toker2014-05-1520-87/+87
* Add Address Sanitizer support to std::vectorMarshall Clow2014-05-0838-0/+376
* Fix PR 19663. Some calls to find(vector<bool>) were returning iterators that ...Marshall Clow2014-05-061-0/+2
* Patch from Steve MacKenzie to make the libc++ tests play nicely with MSVC's S...Marshall Clow2014-03-114-0/+4
* Add tests for LWG issue #2356. Stability of erasure in unordered associative ...Marshall Clow2014-03-104-0/+143
* More tests for LWG Issue #2263; this time to the associative and unordered co...Marshall Clow2014-03-108-24/+48
* Added tests to the sequence containers for for LWG Issue #2263. Comparing ite...Marshall Clow2014-03-106-18/+78
* Implement LWG 2193. Default constructors for standard library containers are ...Marshall Clow2014-03-0514-1/+84
* LWG issue #2252: Add more tests for exception safety. No changes needed in th...Marshall Clow2014-03-043-24/+48
* Add a test to make sure that vector supports incomplete typesMarshall Clow2014-02-131-0/+23
* Fix for PR18735 - self-assignment for map/multimap gives incorrect results in...Marshall Clow2014-02-088-0/+143
* Support forward_list<Incomplete Type>. Patch by Zhihao Yuan!Peter Collingbourne2014-02-051-0/+25
* Add license headers to a bunch of libc++ files that were missing them. No fun...Marshall Clow2014-01-167-0/+63
* Found six (nmostly) identical files named 'test_allocator.h' in the libcxx te...Marshall Clow2013-12-03285-401/+284
* Found two identical files named 'DefaultOnly.h' in the libcxx test suite. Mov...Marshall Clow2013-12-0222-47/+21
* Fix for PRPR17934; based on a fix suggested by Peter SommerladMarshall Clow2013-12-021-10/+28
* There were two identical files named 'min_allocator.h'. Move one of them to /...Marshall Clow2013-11-26642-893/+641
* Move <dynarray> into include/experimental, and into the std::experimental nam...Marshall Clow2013-11-1311-41/+60
* Part 8 of LWG Issue 2210' unordered_set and unordered multiset; this got miss...Marshall Clow2013-09-306-0/+369
* SCARY/N2913 iterator support between the multi and non-multi versions of the ...Howard Hinnant2013-09-304-0/+96
* Peter Collingbourne: If a pointer is passed as the third argument of the (ite...Howard Hinnant2013-09-211-2/+14
* LWG Issue 2210 (Part #7): vector and vector<bool>Marshall Clow2013-09-142-2/+54
* Initial implementation of <dynarray>. No allocator support pending resolution...Marshall Clow2013-09-1312-0/+768
* LWG Issue 2210 (Part #6): unordered_map and unordered_multimapMarshall Clow2013-09-126-0/+451
* A collection of minor type-o fixes. The first two aren't testable, but all t...Howard Hinnant2013-09-121-1/+1
* LWG Issue #2210 Part 5 - map/multimap; no, really - the last one was set/mult...Marshall Clow2013-09-114-0/+120
* LWG Issue #2210 Part 4 - map/multimapMarshall Clow2013-09-114-0/+106
* Remove a tab that snuck inMarshall Clow2013-09-081-1/+1
* Fix minor type-o in tests.Howard Hinnant2013-09-082-2/+2
* LWG Issue 2210 (Part #2 & #3): list and forward_listMarshall Clow2013-09-082-0/+46
* LWG Issue 2210 (Part #1): dequeMarshall Clow2013-09-071-2/+56
* Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG.Howard Hinnant2013-08-23127-176/+176
* Implement LWG Issue #2187 (emplace_back and emplace for vector<bool>)Marshall Clow2013-08-132-0/+125
OpenPOWER on IntegriCloud