summaryrefslogtreecommitdiffstats
path: root/libcxx/test
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in __libcpp_db::__iterator_copy. Add debug test for swaping lists.Howard Hinnant2013-04-051-0/+42
* More list debug mode tests.Howard Hinnant2013-04-056-0/+228
* More work on debug mode for list.Howard Hinnant2013-04-056-0/+76
* Somehow search_n never got tested, so of course it had a bug in it. This fix...Howard Hinnant2013-04-042-0/+221
* The move / swap members were not correctly taking all of the possible states ...Howard Hinnant2013-04-031-0/+37
* Richard Smith: It was pointed out to me off-list that libc++'s non-compiler-b...Howard Hinnant2013-04-021-0/+6
* Some debug test cases for list.Howard Hinnant2013-04-028-0/+324
* Test case was forming the wrong limits when size_t != unsigned long.Howard Hinnant2013-03-291-1/+2
* The 3rd test in shrink_to_fit.pass.cpp can't possibly pass if exceptions are ...Howard Hinnant2013-03-291-0/+2
* Revert r178075, "Tighten up the iterator requirements ...", it breaks LLVMDaniel Dunbar2013-03-271-7/+0
* Tighten up the iterator requirements for the vector member templates. This i...Howard Hinnant2013-03-261-0/+7
* Another vector debug mode test, and a static test on Allocator::value_type. ...Howard Hinnant2013-03-261-0/+8
* More vector debug tests.Howard Hinnant2013-03-266-0/+103
* Fixed race conditions in thread tests; exposed by UBSanMarshall Clow2013-03-2613-15/+19
* Simply debug mode tests per Dmitri Gribenko's suggestion.Howard Hinnant2013-03-2621-148/+21
* Need one more swap overload for swapping two lvalue vector<bool>::reference's.Howard Hinnant2013-03-261-0/+10
* Added debug tests for indexing, pop_back and both forms of erase. Added an i...Howard Hinnant2013-03-259-0/+405
* Remove some erroneous code I was using to debug debug mode.Howard Hinnant2013-03-2512-24/+0
* Debug mode tests for vector::front and back.Howard Hinnant2013-03-254-0/+192
* More vector::iterator debug mode tests. Run by adding to OPTIONS -D_LIBCPP_D...Howard Hinnant2013-03-258-7/+346
* Debug mode: learning to crawl. I need to set up some tests that actually tes...Howard Hinnant2013-03-251-0/+53
* Marshall Clow found some divide-by-zero warnings with UBSan in rand's binomia...Howard Hinnant2013-03-231-25/+65
* This is a start at making the libc++ test suite friendlier to the -fnoexcepti...Howard Hinnant2013-03-237-7/+42
* Test cleanup with respect to use of deprecated tmpnam function. Also Windows...Howard Hinnant2013-03-2225-184/+205
* Fix bug in test; found by AddressSanitizerMarshall Clow2013-03-201-1/+1
* Fix bug in test; found by AddressSanitizerMarshall Clow2013-03-181-1/+1
* Removed raw references to __APPLE__; now just check to see if it is defined.Marshall Clow2013-03-182-3/+3
* Removed raw references to _WIN32; now just check to see if it is defined.Marshall Clow2013-03-181-1/+1
* Parsing floating point numbers with very long precision was broken, and this ...Howard Hinnant2013-03-081-0/+12
* Fix a bug in mutex_try_to_lock. This was previously trying to unlock a mutex...David Chisnall2013-02-191-1/+0
* [tests] Add support for a link_flags lit parameter.Daniel Dunbar2013-02-121-15/+31
* [tests] Another batch of timeout increases.Daniel Dunbar2013-02-118-12/+12
* [tests] Another batch of timeout increases.Daniel Dunbar2013-02-085-5/+5
* [tests] Add back stdc macros I accidentally refactored out.Daniel Dunbar2013-02-081-0/+1
* [tests] Increase a bunch of wait limits.Daniel Dunbar2013-02-0811-12/+12
* Give a lot more timing latitude to some of the timing tests. Busy buildbots a...Howard Hinnant2013-02-065-8/+8
* [tests] Infer the cxx_under_test (as clang++).Daniel Dunbar2013-02-061-4/+11
* [tests] Change test default to run against locally built library.Daniel Dunbar2013-02-061-3/+3
* [tests] Enable use_system_lib support on Linux.Daniel Dunbar2013-02-061-1/+2
* [tests] One last batch of XFAILs, for tests using new symbols added to libc++.Daniel Dunbar2013-02-0616-0/+80
* [tests] Accept XFAIL arguments that match any part of a feature.Daniel Dunbar2013-02-061-3/+4
* [tests] XFAIL some locale tests that don't seem to work on any Darwin.Daniel Dunbar2013-02-058-0/+16
* [tests] If no explicit target triple is given, try to infer it.Daniel Dunbar2013-02-051-2/+7
* [tests] Mark another stream input expected failure (with system libc++).Daniel Dunbar2013-02-051-0/+2
* [tests] Mark another stream input expected failure (with system libc++).Daniel Dunbar2013-02-051-0/+2
* [tests] Mark some string.conversions expected failures (with system libc++).Daniel Dunbar2013-02-052-0/+6
* [tests] XFAIL a few things that require libc (?) support missing on Darwin.Daniel Dunbar2013-02-054-0/+8
* [tests] Mark some istream.unformatted expected failures (with system libc++).Daniel Dunbar2013-02-054-0/+9
* [tests] Add an available feature that combines the triple and use_system_lib.Daniel Dunbar2013-02-051-0/+8
* [tests] Add support for REQUIRES and XFAIL lines in libc++ tests.Daniel Dunbar2013-02-051-1/+68
OpenPOWER on IntegriCloud