summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Update for new libc++ revision.Dan Albert2015-10-202-14/+23
* Merge to upstream r244462.Dan Albert2015-10-20500-3679/+15661
|\
| * Fix failing unique_ptr tests.Eric Fiselier2015-07-312-38/+7
| * Start cleanup of unique_ptr tests.Eric Fiselier2015-07-3128-1575/+894
| * [libcxx] Add <experimental/any> v2.Eric Fiselier2015-07-3126-0/+2260
| * Reapply working parts of CMake cleanup.Eric Fiselier2015-07-302-80/+43
| * Change some #ifdefs to #if - thanks to Dexon for thge catch.Marshall Clow2015-07-302-4/+4
| * Revert recent CMake changes again due to failing compiler-rt buildsEric Fiselier2015-07-292-42/+80
| * Recommit r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM"Eric Fiselier2015-07-292-80/+42
| * Revert r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM"Hans Wennborg2015-07-292-42/+80
| * Fix a self-move bug in inplace_merge. Thanks to Ted and Dexon for the report ...Marshall Clow2015-07-292-10/+69
| * [libcxx] Cleanup CMake configuration and integrate with LLVMEric Fiselier2015-07-292-80/+42
| * Remove sanitizer XFAILs on a test.Eric Fiselier2015-07-281-7/+0
| * Mark async tests as UNSUPPORTED in C++03 because it requires variadicsEric Fiselier2015-07-282-0/+2
| * Fix a handful of tests that fail in C++03Eric Fiselier2015-07-288-35/+35
| * Checking more __invoke tests.Eric Fiselier2015-07-284-0/+1126
| * Detect and throw on a class of bad regexes that we mistakenly accepted before...Marshall Clow2015-07-232-1/+43
| * Mark this test as XFAIL with older compilers, since they hit PR18097Justin Bogner2015-07-221-0/+4
| * Cleanup <__functional_03>Eric Fiselier2015-07-229-0/+55
| * [libcxx] Add support for sanitizers on OS X.Eric Fiselier2015-07-222-0/+7
| * Mark new tests as unsupported before C++11Marshall Clow2015-07-204-1/+9
| * Implement the default searcher for std::experimental::search.Marshall Clow2015-07-207-0/+405
| * Implement the plugin-based version of std::search. There are no searchers yet...Marshall Clow2015-07-201-0/+43
| * Fix warnings in unordered_mapEric Fiselier2015-07-1929-85/+44
| * Fix warnings in forwardlistEric Fiselier2015-07-193-6/+6
| * Fix warnings in deque testsEric Fiselier2015-07-1910-57/+24
| * Commit file missing from r242629Eric Fiselier2015-07-191-0/+8
| * Fix warnings in array and assoc containersEric Fiselier2015-07-1821-25/+92
| * Cleanup warnings in test/std/deprEric Fiselier2015-07-1812-15/+32
| * Fix warnings in test/std/algorithmsEric Fiselier2015-07-186-18/+20
| * Fix unused variable warnings in atomic testsEric Fiselier2015-07-185-5/+7
| * Fix warnings in test/std/language.supportEric Fiselier2015-07-1810-9/+44
| * Fix up typos in a couple of tests; due to agressive short-circuiting, they ne...Marshall Clow2015-07-182-2/+10
| * Add missing instrumentation in vector::insert - Patch from Anna ZaksEric Fiselier2015-07-182-4/+18
| * [libcxx] Get is_*_destructible tests passing in C++03.Eric Fiselier2015-07-183-38/+73
| * Cleanup tests that fail in C++1z and with Clang 3.8Eric Fiselier2015-07-179-377/+248
| * Include what we use, instead of letting them get pulled in implictly. This ma...Marshall Clow2015-07-163-0/+5
| * Make sure that __libcpp_compressed_pair_imp default-constructs its' members, ...Marshall Clow2015-07-161-0/+16
| * Mark two tests as failing on clang 3.8 (they failed on 3.7, too)Marshall Clow2015-07-162-4/+4
| * Remove non-ascii charactersEric Fiselier2015-07-141-5/+5
| * Implement n4169 - Add invoke function templateEric Fiselier2015-07-141-0/+268
| * Fix PR24114 - std::atomic for non-Clang is not a literal typeEric Fiselier2015-07-141-0/+56
| * Move bits from N4258. Mark vector's move-constructor unconditionally noexcept...Marshall Clow2015-07-142-0/+10
| * Implement the first part of N4258: 'Cleaning up noexcept in the Library'. Thi...Marshall Clow2015-07-1314-12/+1048
| * [libcxx] LWG2420 bits for bind<void> - Patch from K-BalloEric Fiselier2015-07-101-3/+16
| * Fix error string in test suiteEric Fiselier2015-07-081-1/+1
| * The rest of N4279 and LWG#2464 - for unordered_mapMarshall Clow2015-07-072-0/+393
| * Implement N4279 and LWG#2664 for <map>. Reviewed as http://reviews.llvm.org/D...Marshall Clow2015-07-072-0/+381
| * [libcxx] Add atomic_support.h header to src that handles needed atomic operat...Eric Fiselier2015-07-071-0/+94
| * Automatically detect and use clang verify in failure tests.Eric Fiselier2015-07-064-11/+19