summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/language.support
Commit message (Expand)AuthorAgeFilesLines
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2018-11-141-1/+1
* Update commnents to reflect the changes for LWG#3127. NFCMarshall Clow2018-10-222-1/+31
* Update commnents to reflect the changes for LWG#3122. NFCMarshall Clow2018-10-222-0/+2
* [libcxx] [test] Don't detect Windows' UCRT with TEST_COMPILER_C1XXBilly Robert O'Neal III2018-10-201-4/+2
* Fix threaded test under no-threading configurationEric Fiselier2018-10-012-0/+4
* Implement the infrastructure for feature-test macros. Very few actual feature...Marshall Clow2018-09-1240-0/+1486
* Update the failure annotations for the uncaught_exceptions test. The underlyi...Marshall Clow2018-09-121-5/+5
* Selectively import timespec_get into namespace std, since some C libraries do...Marshall Clow2018-08-151-1/+1
* Mark the at_exit and at_quick_exit tests as unsupported under C++98 an 03, si...Marshall Clow2018-08-153-2/+3
* [libcxx] Fix XFAILs for aligned allocation tests on older OSX versionsLouis Dionne2018-08-1515-96/+185
* [libc++] Disable failing C11 feature tests for <cfloat> and <float.h>Louis Dionne2018-08-151-3/+3
* [libc++] Add missing #include in C11 features testsLouis Dionne2018-08-141-0/+2
* Final bit of P0063 - make sure that aligned_alloc is available when the under...Marshall Clow2018-07-311-0/+10
* Test for the presence of a bunch of new macros for c++17. These macros come f...Marshall Clow2018-07-311-0/+42
* import timespec and timespec_get into namespace std if we're under c++17 or l...Marshall Clow2018-07-311-0/+14
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2018-06-141-2/+2
* Fix embarrasing typo in uncaught_exceptions. Update tests to really test this...Marshall Clow2018-05-291-21/+29
* [libcxx] [test] Fix whitespace, NFC.Stephan T. Lavavej2018-04-123-8/+8
* Implement P0768r1: Library support for the Spaceship Operator.Eric Fiselier2018-04-066-0/+804
* Implement P0754R2: The <version> header.Marshall Clow2018-04-031-0/+17
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2018-03-221-1/+1
* Use DoNotOptimize to prevent new/delete elision.Eric Fiselier2018-03-2215-44/+57
* Implement LWG3034: P0767R1 breaks previously-standard-layout typesMarshall Clow2018-03-211-2/+5
* Implement P0767R1 - Deprecate PODMarshall Clow2018-03-062-1/+12
* Fix most GCC test failures.Eric Fiselier2018-01-181-1/+1
* Fix nodiscard failure tests on compilers w/o -verify.Eric Fiselier2018-01-171-1/+1
* Commit tests for changes in revision 319710Marshall Clow2017-12-0410-0/+252
* Implement p0137r1 - std::launder. Reviewed as https://reviews.llvm.org/D40144Marshall Clow2017-11-223-0/+96
* [test] Alignment must be > __STDCPP_DEFAULT_NEW_ALIGNMENT__ to call aligned newCasey Carter2017-11-1510-10/+10
* Change test suite to support c++17 dialect flag instead of c++1z.Eric Fiselier2017-11-072-2/+2
* Placate unused variable warnings uncovered by improvements to clang's -Wunuse...Benjamin Kramer2017-10-142-0/+2
* [libc++] Support Microsoft ABI without vcruntime headersShoaib Meenai2017-10-093-0/+3
* [libcxx] [test] Rename _Tp to T. NFCI.Stephan T. Lavavej2017-08-111-2/+2
* [libcxx] [test] Change comments to say C++ instead of c++. NFC.Stephan T. Lavavej2017-07-293-5/+5
* [libcxx] [test] Make files consistently end with newlines, NFC.Stephan T. Lavavej2017-07-291-1/+1
* [libcxx] [test] Untabify, NFC.Stephan T. Lavavej2017-07-2918-133/+133
* Revert "[libcxx] Annotate c++17 aligned new/delete operators with availability"Akira Hatanaka2017-06-301-36/+0
* [libcxx] Annotate c++17 aligned new/delete operators with availabilityAkira Hatanaka2017-06-261-0/+36
* [test] Add specific test for P0138R2, direct-list-init of fixed enums from in...Casey Carter2017-05-121-0/+21
* [test] Avoid P0138R2, direct-list-init of fixed enums from integers, part 2/3.Casey Carter2017-05-1215-45/+0
* [test] Avoid P0138R2, direct-list-init of fixed enums from integers, part 1/3.Casey Carter2017-05-1215-34/+34
* Fix GCC 7 test failures.Eric Fiselier2017-05-0910-10/+13
* [libc++] Implement exception_ptr on WindowsEric Fiselier2017-05-0810-27/+17
* Temporarly XFAIL aligned new/delete tests on Windows.Eric Fiselier2017-05-078-2/+43
* Add markup for libc++ dylib availabilityMehdi Amini2017-05-0411-3/+76
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2017-05-0411-17/+17
* Mark exception_ptr tests as XFAIL on Windows for nowEric Fiselier2017-04-2110-1/+31
* Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros for std::initializer_listEric Fiselier2017-04-185-15/+27
* [test] Silence unused parameter/typedef warningsCasey Carter2017-04-181-1/+1
* Implement LWG#2855 - made easy by previous refactoringMarshall Clow2017-04-131-0/+10
OpenPOWER on IntegriCloud