summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/memory/default.allocator
Commit message (Expand)AuthorAgeFilesLines
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-212-2/+2
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-315-0/+10
* [libc++] Remove unnecessary <iostream> #includes in testsLouis Dionne2019-03-281-1/+0
* [libc++] Mark several tests as XFAIL on macosx10.7Louis Dionne2019-02-271-0/+5
* [libc++] Use UNSUPPORTED instead of TEST_STD_VER #ifdefLouis Dionne2019-02-051-6/+2
* Support tests in freestandingJF Bastien2019-02-0411-12/+34
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1911-44/+33
* [libcxx] Add missing <cstddef> includes in testsLouis Dionne2018-11-191-0/+1
* avoid new/delete ellision in construct.pass.cppEric Fiselier2018-03-251-0/+4
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2018-03-221-1/+1
* Use DoNotOptimize to prevent new/delete elision.Eric Fiselier2018-03-221-1/+5
* Fix PR22634 - std::allocator doesn't respect over-aligned types.Eric Fiselier2018-03-221-22/+76
* Implement LWG3035: std::allocator's constructors should be constexpr.Marshall Clow2018-03-201-0/+50
* More of P0600; marking allocation routines as [[nodiscard]]Marshall Clow2017-11-261-0/+28
* Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...Billy Robert O'Neal III2017-11-211-1/+1
* Tolerate even more [[nodiscard]] in the STL. Reviewed as https://reviews.llvm...Billy Robert O'Neal III2017-11-151-1/+1
* Fix test failure to to new/delete ellisionsEric Fiselier2017-07-091-2/+3
* [libcxx] [test] D26813: allocator<const T> is non-Standard.Stephan T. Lavavej2016-11-182-18/+18
* Change from "XFAIL: libcpp-no-exceptions" to "UNSUPPORTED: libcpp-no-exceptio...Roger Ferrer Ibanez2016-10-311-1/+1
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-141-1/+3
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-011-3/+3
* Change allocator<T>::allocate to throw length_error, not bad_allocEric Fiselier2016-05-071-3/+5
* Void cast runtime-unused variables. Patch from STL@microsoft.comEric Fiselier2016-05-021-2/+8
* Mark exception-throwing test as XFAIL when exceptions are disabledMarshall Clow2016-03-141-0/+1
* Fix for PR26812: possible overflow issue in std::allocator::allocateMarshall Clow2016-03-031-0/+46
* Fixed a possible overflow in a test of allocator::max_size().Marshall Clow2015-10-051-2/+2
* Suppress clang warnings in some testsEric Fiselier2015-08-301-2/+4
* Fix a handful of tests that fail in C++03Eric Fiselier2015-07-281-13/+8
* Noticed that std::allocator<const T> was missing the definition for is_always...Marshall Clow2015-07-011-0/+5
* Get tests running with warnings. Fix warnings in headers and testsEric Fiselier2015-02-051-0/+1
* [libcxx] Consolidate new/delete replacement in tests and disable it when usin...Eric Fiselier2014-12-222-59/+33
* Move test into test/std subdirectory.Eric Fiselier2014-12-208-0/+518
OpenPOWER on IntegriCloud