summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/containers/sequences
Commit message (Expand)AuthorAgeFilesLines
* Remove some debugging printout lines. No functionality change.Marshall Clow2015-05-101-2/+0
* Make the new tests better; make sure that we're testing the case where no rea...Marshall Clow2015-03-302-4/+11
* While testing Erik's code coverage scripts, I found a hole in the test suite ...Marshall Clow2015-03-302-16/+74
* [libcxx] Move tuple_size and tuple_element overloads for pair and array out o...Eric Fiselier2015-03-172-18/+53
* Use generic feature name for sanitizers that replace new and deleteEric Fiselier2015-03-103-3/+3
* [libcxx] Fix __RAII_IncreaseAnnotator for increases >= 1Eric Fiselier2015-03-101-0/+34
* Move test to use correct suffixEric Fiselier2015-03-091-0/+0
* Fix an exception-safety bug in <deque>. Reference: PR#22650. Not closing the ...Marshall Clow2015-03-092-1/+41
* Move the <dynarray> tests out of the std/ hierarchy, since it's not really pa...Marshall Clow2015-03-0412-787/+0
* Fix more issues exposed by -pedantic-errors in c++03 modeEric Fiselier2015-02-1026-26/+26
* We had two identical files named 'MoveOnly.h' in the test suite. Move one to ...Marshall Clow2015-01-2845-45/+45
* Added test for incomplete type support in vector/list/forward_list. Reference...Marshall Clow2015-01-263-0/+6
* Fix PR#22284. Add a new overload to deque::insert to handle forward iterators...Marshall Clow2015-01-221-1/+40
* Walter Brown sent a list of tests which needed 'additional includes' to match...Marshall Clow2015-01-094-0/+4
* libc++ implements its' hash objects as deriving from std::unary_function, and...Marshall Clow2015-01-071-2/+3
* Move test into test/std subdirectory.Eric Fiselier2014-12-20337-0/+24483
OpenPOWER on IntegriCloud