summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/language.support/support.dynamic
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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-221-20/+0
* Allow placement new array test to consume extra bytes as specified by the sta...Eric Fiselier2016-06-221-4/+8
* Cleanup non-standard tests as reported by STL@microsoft.com. NFC.Eric Fiselier2016-06-011-28/+0
* [libcxx] Improve tests to use the UNSUPPORTED lit directiveAsiri Rathnayake2016-05-281-2/+1
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-104-0/+4
* Fix a handful of tests that fail in C++03Eric Fiselier2015-07-281-1/+1
* Fix warnings in test/std/language.supportEric Fiselier2015-07-183-1/+7
* 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
* Address @danalberts comments on r237700Eric Fiselier2015-05-192-2/+2
* Add compiler flag test support to LIT. Fix new/delete tests on apple-clang.Eric Fiselier2015-05-192-10/+4
* mark new/delete tests as XFAIL more carefullyEric Fiselier2015-05-194-10/+20
* [libcxx] Rework sized delete.Eric Fiselier2015-05-1914-516/+505
* Fix for LWG Issue 2458: N3778 and new library deallocation signatures.Marshall Clow2015-05-182-218/+0
* Remove statement with no effect inside tests.Eric Fiselier2015-04-012-2/+0
* Use generic feature name for sanitizers that replace new and deleteEric Fiselier2015-03-1016-16/+16
* More on adding sized deallocation functions in libc++: Continuing from r22928...Larisse Voufo2015-02-208-0/+736
* Move test into test/std subdirectory.Eric Fiselier2014-12-2020-0/+691
OpenPOWER on IntegriCloud