summaryrefslogtreecommitdiffstats
path: root/libcxx/test
Commit message (Expand)AuthorAgeFilesLines
...
* Recommit rL245802: Cleanup fancy pointer rebinding in list using __rebind_poi...Eric Fiselier2015-08-231-0/+27
* Refactor shared_timed_mutex tests.Eric Fiselier2015-08-2221-146/+119
* Fix a typo: abreviated -> abbreviated - Patch from Kai ZhaoEric Fiselier2015-08-202-2/+2
* Cleanup unique_ptr failure tests and convert them to Clang verifyEric Fiselier2015-08-208-217/+98
* Fix one last dynarray testEric Fiselier2015-08-201-20/+25
* Fix more uses of uninitialized values in dynarrayEric Fiselier2015-08-201-20/+21
* Cleanup failing dynarray testsEric Fiselier2015-08-192-24/+52
* Add files that got missed in r245512.Eric Fiselier2015-08-194-179/+89
* More unique_ptr test cleanup. Fixes in <memory> to come later.Eric Fiselier2015-08-195-132/+114
* Remove test_atomic.h headerEric Fiselier2015-08-194-119/+10
* Replace __asan_set_error_exit_code() with __sanitizer_set_death_callback()Alexey Samsonov2015-08-191-2/+7
* [libcxx] Allow use of <atomic> in C++03. Try 3.Eric Fiselier2015-08-1931-675/+270
* Use TestAtomic instead of std::atomic so the test can run in C++03Eric Fiselier2015-08-191-2/+3
* Mark std::packaged_task tests as unsupported in C++03.Eric Fiselier2015-08-1918-61/+45
* [libcxx] Add Atomic test helper and fix TSAN failures.Eric Fiselier2015-08-188-136/+257
* [libcxx] Fix PR23589: std::function doesn't recognize null pointer to varargs...Eric Fiselier2015-08-181-0/+247
* implement more of N4258 - Cleaning up noexcept in the standard library. Speci...Marshall Clow2015-08-183-4/+137
* 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
OpenPOWER on IntegriCloud