summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/language.support
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mark *pass tests as UNUSUPPORTED instead of XFAIL on old compilersMarshall Clow2017-03-2712-24/+24
* Mark *fail tests as UNUSUPPORTED instead of XFAIL on old compilersMarshall Clow2017-03-275-10/+10
* XFAIL the std::byte tests on a bunch of old clang versions, because they don'...Marshall Clow2017-03-2417-0/+51
* Implement P0298R3: 'std::byte'. Reviewed as https://reviews.llvm.org/D31022Marshall Clow2017-03-2418-0/+562
* Implement LWG2784, and mark 2786, 2795, 2804, 2812, 2826, 2834, 2837 and 2838...Marshall Clow2017-03-141-1/+32
* Fix test failures caused by new/delete calls getting optimized awayEric Fiselier2017-03-025-5/+13
* Fix type_info's constructor by making it explicit again.Eric Fiselier2017-01-171-0/+14
* Rename new_handler in tests to avoid conflicts with MSVC symbols.Eric Fiselier2017-01-177-14/+14
* Remove mblen(), mbtowc() and wctomb() from the thread-unsafe functions.Ed Schouten2016-12-301-2/+0
* Fix unused parameters and variablesEric Fiselier2016-12-234-4/+4
* Fix more uses of dynamic exception specifications in C++17Eric Fiselier2016-12-1118-44/+79
* [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej2016-12-081-1/+1
* [libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-12-062-4/+6
* Protect nested-exceptions tests under no-exceptionsRoger Ferrer Ibanez2016-11-143-3/+12
* [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.Stephan T. Lavavej2016-11-043-10/+16
* Remove spurious token from #endifRoger Ferrer Ibanez2016-11-021-1/+1
* Protect tests for new/delete under libcpp-no-exceptionsRoger Ferrer Ibanez2016-11-024-5/+20
* Change from "XFAIL: libcpp-no-exceptions" to "UNSUPPORTED: libcpp-no-exceptio...Roger Ferrer Ibanez2016-10-318-8/+8
* Fix nullptr testsEric Fiselier2016-10-251-8/+17
* Attempt to workaround XPASS for aligned allocation testsEric Fiselier2016-10-204-4/+8
* Prevent new/delete replacement tests from being optimized away.Eric Fiselier2016-10-147-37/+31
* Clarify XFAIL commentsEric Fiselier2016-10-142-2/+4
* XFAIL aligned allocation tests for older Clang versionsEric Fiselier2016-10-148-18/+28
* XFAIL aligned allocation test failures with UBSANEric Fiselier2016-10-144-9/+10
* Implement P0035R4 -- Add C++17 aligned allocation functionsEric Fiselier2016-10-1411-0/+845
* Remove usages of _ALIGNAS_TYPEEric Fiselier2016-10-121-1/+3
* Avoid applying unary minus to unsigned integers. Patch from STL@microsoft.comEric Fiselier2016-06-301-4/+4
* Placate MSVC's unchecked malloc warnings.Eric Fiselier2016-06-224-5/+12
* UBSan doesn't globally replace new/delete but it still makes some tests fail....Eric Fiselier2016-06-226-0/+20
* Move all tests for _LIBCPP_VERSION in language.support to test/libcxx/languag...Eric Fiselier2016-06-2215-300/+0
* Guard use of non-standard macros in denorm_min() tests.Eric Fiselier2016-06-221-0/+11
* Allow placement new array test to consume extra bytes as specified by the sta...Eric Fiselier2016-06-221-4/+8
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-143-5/+11
* Fix warnings in tests.Eric Fiselier2016-06-141-1/+1
* Avoid name shadowing in test. Patch from STL@microsoft.comEric Fiselier2016-06-141-2/+2
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-011-2/+2
OpenPOWER on IntegriCloud