summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Purge mentions of GCC 4 from the test suiteLouis Dionne2019-09-251-4/+0
* Revert r372777: [libc++] Implement LWG 2510 and its follow-upsIlya Biryukov2019-09-251-0/+4
* [libc++] Purge mentions of GCC 4 from the test suiteLouis Dionne2019-09-241-4/+0
* [libcxx] [test] Revert r356632 add (void) casts to operator new calls, to sup...Billy Robert O'Neal III2019-03-212-2/+2
* [libcxx] [test] Add (void) casts to operator new calls, to suppress warnings ...Billy Robert O'Neal III2019-03-202-2/+2
* Support tests in freestandingJF Bastien2019-02-0417-17/+51
* Fix aligned allocation availability XFAILs after D56445.Eric Fiselier2019-01-204-12/+20
* Revert "Fix aligned allocation availability XFAILs after D56445."Eric Fiselier2019-01-204-12/+8
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1917-68/+51
* Fix aligned allocation availability XFAILs after D56445.Eric Fiselier2019-01-194-8/+12
* [libcxx] Remove the availability_markup LIT featureLouis Dionne2018-12-071-5/+5
* [libcxx] Add XFAILs for aligned allocation tests on AppleClang 9Louis Dionne2018-12-064-48/+48
* [libcxx] Fix XFAILs for aligned allocation testsLouis Dionne2018-11-264-66/+76
* [NFC] Rename lit feature to '-fsized-deallocation' for consistencyLouis Dionne2018-11-211-1/+1
* [libcxx] Fix XFAILs for aligned allocation tests on older OSX versionsLouis Dionne2018-08-156-33/+77
* Use DoNotOptimize to prevent new/delete elision.Eric Fiselier2018-03-228-24/+28
* Fix most GCC test failures.Eric Fiselier2018-01-181-1/+1
* Commit tests for changes in revision 319710Marshall Clow2017-12-044-0/+100
* [test] Alignment must be > __STDCPP_DEFAULT_NEW_ALIGNMENT__ to call aligned newCasey Carter2017-11-155-5/+5
* Change test suite to support c++17 dialect flag instead of c++1z.Eric Fiselier2017-11-071-1/+1
* [libc++] Support Microsoft ABI without vcruntime headersShoaib Meenai2017-10-091-0/+1
* [libcxx] [test] Change comments to say C++ instead of c++. NFC.Stephan T. Lavavej2017-07-291-2/+2
* Fix GCC 7 test failures.Eric Fiselier2017-05-095-5/+7
* Temporarly XFAIL aligned new/delete tests on Windows.Eric Fiselier2017-05-074-0/+20
* Add markup for libc++ dylib availabilityMehdi Amini2017-05-045-2/+33
* Fix test failures caused by new/delete calls getting optimized awayEric Fiselier2017-03-024-4/+10
* Rename new_handler in tests to avoid conflicts with MSVC symbols.Eric Fiselier2017-01-174-8/+8
* Fix unused parameters and variablesEric Fiselier2016-12-232-2/+2
* Fix more uses of dynamic exception specifications in C++17Eric Fiselier2016-12-119-22/+39
* Protect tests for new/delete under libcpp-no-exceptionsRoger Ferrer Ibanez2016-11-022-3/+10
* Attempt to workaround XPASS for aligned allocation testsEric Fiselier2016-10-202-2/+4
* Prevent new/delete replacement tests from being optimized away.Eric Fiselier2016-10-144-20/+17
* Clarify XFAIL commentsEric Fiselier2016-10-141-1/+2
* XFAIL aligned allocation tests for older Clang versionsEric Fiselier2016-10-144-9/+14
* XFAIL aligned allocation test failures with UBSANEric Fiselier2016-10-142-2/+3
* Implement P0035R4 -- Add C++17 aligned allocation functionsEric Fiselier2016-10-145-0/+406
* Placate MSVC's unchecked malloc warnings.Eric Fiselier2016-06-222-3/+6
* UBSan doesn't globally replace new/delete but it still makes some tests fail....Eric Fiselier2016-06-224-0/+12
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-102-0/+2
* Fix warnings in test/std/language.supportEric Fiselier2015-07-181-0/+1
* Cleanup tests that fail in C++1z and with Clang 3.8Eric Fiselier2015-07-171-4/+3
* Mark two tests as failing on clang 3.8 (they failed on 3.7, too)Marshall Clow2015-07-161-2/+2
* Address @danalberts comments on r237700Eric Fiselier2015-05-191-1/+1
* Add compiler flag test support to LIT. Fix new/delete tests on apple-clang.Eric Fiselier2015-05-191-5/+2
* mark new/delete tests as XFAIL more carefullyEric Fiselier2015-05-192-5/+10
* [libcxx] Rework sized delete.Eric Fiselier2015-05-197-258/+230
* Fix for LWG Issue 2458: N3778 and new library deallocation signatures.Marshall Clow2015-05-181-109/+0
* Remove statement with no effect inside tests.Eric Fiselier2015-04-011-1/+0
* Use generic feature name for sanitizers that replace new and deleteEric Fiselier2015-03-108-8/+8
* More on adding sized deallocation functions in libc++: Continuing from r22928...Larisse Voufo2015-02-204-0/+368
OpenPOWER on IntegriCloud