summaryrefslogtreecommitdiffstats
path: root/libcxx/test
Commit message (Expand)AuthorAgeFilesLines
* Use __config_site when building libc++. Also cleanup ABI versioning docEric Fiselier2015-10-141-1/+3
* ABI versioning macros for libc++.Evgeniy Stepanov2015-10-133-0/+13
* Fix use of libc++ <foo.h> headers from within an 'extern "C"' context in C++98.Richard Smith2015-10-131-0/+43
* [Darwin] Reworking r250003 to use lit.util.capture instead of subprocess.Chris Bieneman2015-10-121-6/+2
* [Darwin] Need to add -isysroot on OS X otherwise the tests will fail if you d...Chris Bieneman2015-10-121-0/+21
* Revert r249931 - Remove same_decls.pass.cpp because it fails on OS X and in C...Eric Fiselier2015-10-101-517/+0
* Get some of wchar_h.pass.cpp working on apple.Eric Fiselier2015-10-101-10/+16
* Unrevert r249889, and XFAIL the test for Darwin, where the libc apparently do...Richard Smith2015-10-101-11/+24
* Add a test that we declare the right set of C library function signatures in ::Richard Smith2015-10-101-0/+517
* Revert r249889 due to bot failure.Manman Ren2015-10-101-18/+11
* Split <wchar.h> out of <cwchar>.Richard Smith2015-10-091-11/+18
* Split <stdlib.h> out of <cstdlib>.Richard Smith2015-10-091-0/+24
* Split <stdio.h> out of <cstdio>.Richard Smith2015-10-091-0/+20
* Fix test failure in C++98 mode due to imperfect static_assert emulation.Richard Smith2015-10-081-1/+1
* Split <stddef.h> out of <cstddef>.Richard Smith2015-10-081-0/+22
* Split <setjmp.h> out of <csetjmp>.Richard Smith2015-10-081-0/+4
* Split <math.h> out of <cmath>.Richard Smith2015-10-083-22/+884
* Split <inttypes.h> out of <cinttypes>.Richard Smith2015-10-081-2/+287
* Split <ctype.h> out of <cctype>.Richard Smith2015-10-081-14/+14
* While researching LWG#2244, I noticed we weren't testing that eofbit was bein...Marshall Clow2015-10-071-0/+9
* Our test allocators support move/copy construction; they should support move/...Marshall Clow2015-10-061-1/+7
* Fixed a possible overflow in a test of allocator::max_size().Marshall Clow2015-10-051-2/+2
* Implement LWG#2063, and update the issues links to point to the github genera...Marshall Clow2015-10-051-0/+6
* [libcxx] Use newest supported language dialect when running the test suite.Eric Fiselier2015-10-031-1/+14
* Attempt to prevent flaky thread.mutex tests by once again increasing timing t...Eric Fiselier2015-10-0113-28/+37
* Manually suppress -Wnonnull when it occurs in an unevaluated contextEric Fiselier2015-10-012-0/+12
* Suppress array initialization warnings in std::experimental::apply testsEric Fiselier2015-10-0119-18/+62
* Dont link -lrt in the testsuite on linux unless using sanitizers.Eric Fiselier2015-10-011-2/+4
* The test I cnecked in to check the fix for PR#24890 failed (as expected) w/o ...Marshall Clow2015-09-221-0/+1
* Check in the test for PR#24890 that I forgot in previous commitMarshall Clow2015-09-221-0/+18
* Suppress some warnings in the tests that snuck in. That 'tmpnam' is deprecat...Marshall Clow2015-09-152-1/+2
* Change initialization of mbstate_t objects in tests from '= {0}' to '= {}', w...Marshall Clow2015-09-1519-21/+21
* Implementation of Boyer-Moore and Boyer-Moore-Horspool searchers for the LFTS.Marshall Clow2015-09-089-0/+1035
* make common_type SFINAE-friendly and support void. Patch from Agustin Berge.Eric Fiselier2015-09-081-4/+54
* Move __lazy_* metafunctions to type traits and add testsEric Fiselier2015-08-312-1/+153
* Suppress clang warnings in some testsEric Fiselier2015-08-309-28/+55
* Remove task to get C++03 tests passing from TODO.txtEric Fiselier2015-08-301-1/+1
* Finally get the test suite passing in C++03!!Eric Fiselier2015-08-284-3/+12
* Remove empty file that arcanist createdEric Fiselier2015-08-281-0/+0
* [libcxx] Mark most test/std/future tests as UNSUPPORTED in C++03Eric Fiselier2015-08-2839-603/+356
* Fix bug in test_allocator<void> that used the wrong value to represent object...Eric Fiselier2015-08-281-2/+2
* [libcxx] Add special warning flag detection logic to compiler.pyEric Fiselier2015-08-262-6/+30
* [libcxx] Rewrite C++03 __invoke.Eric Fiselier2015-08-262-0/+4
* Refactor flaky shared_mutex testsEric Fiselier2015-08-264-22/+39
* Remove XFAIL in test. The bug causing it has been fixed.Eric Fiselier2015-08-261-5/+0
* Mark test as XFAIL with MSAN until D12311 gets committedEric Fiselier2015-08-251-0/+5
* Refactor and fix more flaky shared_mutex testsEric Fiselier2015-08-256-37/+123
* Move test/std/utilities/date.time to proper stable name utilities/time/date.timeEric Fiselier2015-08-245-0/+0
* Misc drive-by cleanups. NFCJonathan Roelofs2015-08-243-1/+3
* Fix a crasher found by libFuzzerMarshall Clow2015-08-241-0/+23
OpenPOWER on IntegriCloud