summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/language.support/support.dynamic
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Take 2: Implement LWG 2510Louis Dionne2019-09-262-0/+53
* [libc++] Purge mentions of GCC 4 from the test suiteLouis Dionne2019-09-252-8/+0
* Revert r372777: [libc++] Implement LWG 2510 and its follow-upsIlya Biryukov2019-09-254-53/+8
* [libc++] Purge mentions of GCC 4 from the test suiteLouis Dionne2019-09-243-9/+1
* [libc++] Try fixing tests that fail on GCC 5 and olderLouis Dionne2019-09-241-0/+4
* [libc++] Implement LWG 2510Louis Dionne2019-09-242-0/+49
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-211-1/+1
* [libcxx] Rejigger test for destroying delete feature-test macrosLouis Dionne2019-07-161-4/+13
* Mark destroying delete test as UNSUPPORTED with clang 7Eric Fiselier2019-07-121-1/+1
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-317-0/+14
* fix test for older clang versionsEric Fiselier2019-05-241-0/+1
* fix destroying delete test with older apple compilersEric Fiselier2019-05-242-0/+54
* P0722R3: Implement library support for destroying deleteEric Fiselier2019-05-231-0/+65
* [libcxx] [test] Revert r356632 add (void) casts to operator new calls, to sup...Billy Robert O'Neal III2019-03-216-6/+6
* [libcxx] [test] Add (void) casts to operator new calls, to suppress warnings ...Billy Robert O'Neal III2019-03-206-6/+6
* Support tests in freestandingJF Bastien2019-02-0450-50/+150
* Fix aligned allocation availability XFAILs after D56445.Eric Fiselier2019-01-208-24/+40
* Revert "Fix aligned allocation availability XFAILs after D56445."Eric Fiselier2019-01-208-24/+16
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1950-200/+150
* Fix aligned allocation availability XFAILs after D56445.Eric Fiselier2019-01-198-16/+24
* Unbreak green dragon bots w/o __builtin_launderEric Fiselier2018-12-171-2/+2
* Expect Clang diagnostics in std::launder testEric Fiselier2018-12-171-0/+2
* [libcxx] Remove the availability_markup LIT featureLouis Dionne2018-12-072-10/+10
* [libcxx] Add XFAILs for aligned allocation tests on AppleClang 9Louis Dionne2018-12-068-96/+96
* [libcxx] Fix XFAILs for aligned allocation testsLouis Dionne2018-11-268-132/+152
* [NFC] Rename lit feature to '-fsized-deallocation' for consistencyLouis Dionne2018-11-212-2/+2
* [libcxx] Fix XFAILs for aligned allocation tests on older OSX versionsLouis Dionne2018-08-1515-96/+185
* [libcxx] [test] Fix whitespace, NFC.Stephan T. Lavavej2018-04-123-8/+8
* Use DoNotOptimize to prevent new/delete elision.Eric Fiselier2018-03-2215-44/+57
* 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
* [libc++] Support Microsoft ABI without vcruntime headersShoaib Meenai2017-10-093-0/+3
* [libcxx] [test] Change comments to say C++ instead of c++. NFC.Stephan T. Lavavej2017-07-292-4/+4
* [libcxx] [test] Make files consistently end with newlines, NFC.Stephan T. Lavavej2017-07-291-1/+1
* 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
* Fix GCC 7 test failures.Eric Fiselier2017-05-0910-10/+13
* Temporarly XFAIL aligned new/delete tests on Windows.Eric Fiselier2017-05-078-2/+43
* Add markup for libc++ dylib availabilityMehdi Amini2017-05-0410-3/+68
* Fix test failures caused by new/delete calls getting optimized awayEric Fiselier2017-03-025-5/+13
* Rename new_handler in tests to avoid conflicts with MSVC symbols.Eric Fiselier2017-01-177-14/+14
* 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
* 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
* Attempt to workaround XPASS for aligned allocation testsEric Fiselier2016-10-204-4/+8
OpenPOWER on IntegriCloud