summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/memory
Commit message (Expand)AuthorAgeFilesLines
* Fix unused parameters and variablesEric Fiselier2016-12-232-3/+4
* Protect tests for std::uninitialized_{copy,fill} under libcpp-no-exceptionsRoger Ferrer Ibanez2016-11-244-8/+44
* [libcxx] [test] D26813: allocator<const T> is non-Standard.Stephan T. Lavavej2016-11-182-18/+18
* Make one of the new tests fail correctly on pre-C++17 systemsMarshall Clow2016-11-141-0/+6
* Fixes for LWG 2598, 2686, 2739, 2742, 2747, and 2759, which were adopted last...Marshall Clow2016-11-141-0/+20
* Protect smart-pointer tests under no exceptionsRoger Ferrer Ibanez2016-11-142-2/+8
* [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.Stephan T. Lavavej2016-11-041-1/+2
* Change from "XFAIL: libcpp-no-exceptions" to "UNSUPPORTED: libcpp-no-exceptio...Roger Ferrer Ibanez2016-10-316-6/+6
* Fix incorrect exception handling behavior in the uninitialized algorithmsEric Fiselier2016-10-115-24/+14
* Provide a constexpr addressof with GCC 7.Eric Fiselier2016-10-101-1/+1
* Remove all instances of _LIBCPP_HAS_NO_RVALUE_REFERENCES from test/std/utilitiesEric Fiselier2016-10-018-93/+40
* Replace test_throw.h header with a single test macroEric Fiselier2016-10-016-12/+6
* [libc++] Remove various C++03 feature test macrosEric Fiselier2016-09-257-25/+35
* Fix failure on 03 botMarshall Clow2016-09-221-2/+2
* Add missing _v traits. is_bind_expression_v, is_placeholder_v and uses_alloca...Marshall Clow2016-09-221-8/+30
* Fix an MSVC x64 compiler warning. Patch from STL@microsoft.comEric Fiselier2016-08-033-9/+12
* Fix unique_ptr.runtime tests for null inputs. Patch from STL@microsoft.comEric Fiselier2016-07-242-0/+13
* Fix memory leak in test.Eric Fiselier2016-07-241-0/+4
* Implement P0040r3: Extending memory management toolsEric Fiselier2016-07-249-0/+871
* Implement P0163r0. Add shared_ptr::weak_type.Eric Fiselier2016-06-271-0/+6
* Fix C++03 failure in enable_shared_from_this testEric Fiselier2016-06-271-1/+2
* Fix PR27115 - enable_shared_from_this does not work as a virtual base class.Eric Fiselier2016-06-261-0/+16
* Make shared_ptr constructor tests use count_new.hppEric Fiselier2016-06-225-151/+92
* Don't use non-conforming pointer_traits specialization it tests.Eric Fiselier2016-06-221-1/+3
* Move remaining _LIBCPP_VERSION tests into test/libcxxEric Fiselier2016-06-221-20/+0
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-1419-29/+61
* Fix leak in __enable_weak_this(). Thanks to Arthur O'Dwyer for finding it.Eric Fiselier2016-06-021-1/+33
* Remove enable_shared_from_this test since it leaks the control block and fail...Eric Fiselier2016-06-021-26/+0
* Implement P0033R1 - Re-enabling shared_from_thisEric Fiselier2016-06-021-0/+86
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-0112-19/+19
* Mark LWG issue 2520 as completeEric Fiselier2016-05-313-0/+16
* [libcxx] Improve tests to use the UNSUPPORTED lit directiveAsiri Rathnayake2016-05-282-4/+2
* Add a test for uniqueptr having either NULL and nullptrMarshall Clow2016-05-161-0/+6
* Apply D20014 - fix a missing return in a test. Fixes PR#27720Marshall Clow2016-05-121-1/+1
* 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
* Add braces, move braces, and rename variables to avoid shadowing. Patch from ...Eric Fiselier2016-04-281-2/+2
* Rename a few tests that had typos in their names. No functional change. Thank...Marshall Clow2016-04-232-0/+0
* Add is_swappable/is_nothrow_swappable traitsEric Fiselier2016-04-211-0/+25
* Add 'is_callable' and 'is_nothrow_callable' traits and cleanup INVOKE.Eric Fiselier2016-04-202-3/+3
* Add tests for LWG issue 2361Eric Fiselier2016-04-1815-8/+262
* Make std::addressof constexpr in C++17 (Clang only).Eric Fiselier2016-03-171-0/+42
* 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
* No, really - test the constructorMarshall Clow2016-02-251-1/+1
* Add test to ensure that the converting constructor in N4089 is present and wo...Marshall Clow2016-02-251-0/+27
* Implement P0074: Making owner_less more flexibleMarshall Clow2015-11-121-0/+40
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-1012-0/+12
* Remove undefined behavior from some tests. Same pattern as the unitialized_co...Marshall Clow2015-11-022-10/+16
* Remove undefined behavior from some tests. Thanks to Walter Brown for the hea...Marshall Clow2015-11-022-10/+18
OpenPOWER on IntegriCloud