summaryrefslogtreecommitdiffstats
path: root/libcxx/test
Commit message (Expand)AuthorAgeFilesLines
* İsmail Dönmez: Change to mktemp template to make it compatible with Linux.Howard Hinnant2013-04-251-1/+1
* default_delete needs a static_assert against void types. I had previously th...Howard Hinnant2013-04-241-0/+24
* Avoid bash specific functionality to work with any POSIX shellJoerg Sonnenberger2013-04-231-16/+15
* Zero-initialize all mbstate_t in the codecvt tests.Howard Hinnant2013-04-2313-15/+15
* Somehow aligned_union got dropped through the cracks. This adds it. Did a d...Howard Hinnant2013-04-223-8/+73
* After years of telling people: 'If you ever find any of my code that self-mov...Howard Hinnant2013-04-181-0/+7
* I believe this finishes up debug mode for list. The testing is a little weak...Howard Hinnant2013-04-163-0/+36
* addressof misbehaving for type with an implicit conversion operator to char&....Howard Hinnant2013-04-161-0/+18
* Numeric parsing was getting the wrong answer when faced with very long inputs...Howard Hinnant2013-04-151-0/+12
* Accidentally disallowed explicit tuple conversions when all elements of the t...Howard Hinnant2013-04-141-0/+9
* Set failbit when strtold sets errno to ERANGE when parsing floating point val...Howard Hinnant2013-04-131-0/+48
* 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
OpenPOWER on IntegriCloud