summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/language.support/support.dynamic/new.delete
Commit message (Expand)AuthorAgeFilesLines
* [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-252-0/+8
* [libc++] Purge mentions of GCC 4 from the test suiteLouis Dionne2019-09-242-8/+0
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-312-0/+4
* [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-0440-40/+120
* 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-1940-160/+120
* Fix aligned allocation availability XFAILs after D56445.Eric Fiselier2019-01-198-16/+24
* [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-122-2/+2
* 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
* [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
* 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
* 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-1410-0/+811
* 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
* Allow placement new array test to consume extra bytes as specified by the sta...Eric Fiselier2016-06-221-4/+8
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-104-0/+4
* Fix warnings in test/std/language.supportEric Fiselier2015-07-182-1/+3
* Cleanup tests that fail in C++1z and with Clang 3.8Eric Fiselier2015-07-172-8/+6
* Mark two tests as failing on clang 3.8 (they failed on 3.7, too)Marshall Clow2015-07-162-4/+4
* Add TODO items and remove use of 'noexcept' in C++03 test.Eric Fiselier2015-06-021-1/+1
OpenPOWER on IntegriCloud