summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/memory/unique.ptr
Commit message (Expand)AuthorAgeFilesLines
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-311-0/+2
* Support tests in freestandingJF Bastien2019-02-042-2/+6
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192-8/+6
* Fix improperly failing test - and the code it was testing. Thanks to Stephan ...Marshall Clow2018-03-221-3/+4
* Fix failure on C++03 botsMarshall Clow2017-11-272-0/+6
* Implement LWG#2948: unique_ptr does not define operator<< for stream outputMarshall Clow2017-11-272-0/+60
* Rewrite and cleanup unique_ptr tests.Eric Fiselier2017-04-15152-8073/+0
* Fix template >> within C++03 codeEric Fiselier2017-04-131-1/+1
* Fix C++03 test failuresEric Fiselier2017-04-132-2/+2
* Add tests that std::unique_ptr's default constructor is constexpr.Eric Fiselier2017-04-133-49/+50
* [libcxx] Fix __compressed_pair so it doesn't copy the argument multiple times...Eric Fiselier2017-04-121-13/+14
* Fix test failures with older Clang versionsEric Fiselier2017-04-122-0/+4
* Fix incorrectly qualified return type from unique_ptr::get_deleter().Eric Fiselier2017-04-122-22/+60
* Remove more usages of REQUIRES-ANY in the test-suiteEric Fiselier2017-03-021-1/+1
* Remove auto_ptr in C++17. Get it back by defining _LIBCPP_ENABLE_CXX17_REMOVE...Marshall Clow2017-01-241-1/+1
* Refactor unique_ptr/shared_ptr deleter test types into single header.Eric Fiselier2017-01-2036-374/+36
* [libcxx] [test] Fix comment typos, strip trailing whitespace.Stephan T. Lavavej2017-01-181-1/+1
* Fix unused parameters and variablesEric Fiselier2016-12-232-3/+4
* Remove all instances of _LIBCPP_HAS_NO_RVALUE_REFERENCES from test/std/utilitiesEric Fiselier2016-10-012-74/+10
* Fix unique_ptr.runtime tests for null inputs. Patch from STL@microsoft.comEric Fiselier2016-07-242-0/+13
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-013-4/+4
* 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
* Add braces, move braces, and rename variables to avoid shadowing. Patch from ...Eric Fiselier2016-04-281-2/+2
* Add is_swappable/is_nothrow_swappable traitsEric Fiselier2016-04-211-0/+25
* Add tests for LWG issue 2361Eric Fiselier2016-04-181-0/+21
* 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
* Cleanup unique_ptr failure tests and convert them to Clang verifyEric Fiselier2015-08-208-217/+98
* Add files that got missed in r245512.Eric Fiselier2015-08-194-179/+89
* More unique_ptr test cleanup. Fixes in <memory> to come later.Eric Fiselier2015-08-195-132/+114
* Fix failing unique_ptr tests.Eric Fiselier2015-07-312-38/+7
* Start cleanup of unique_ptr tests.Eric Fiselier2015-07-3128-1575/+894
* Automatically detect and use clang verify in failure tests.Eric Fiselier2015-07-061-1/+0
* Get tests running with warnings. Fix warnings in headers and testsEric Fiselier2015-02-053-0/+6
* Walter Brown sent a list of tests which needed 'additional includes' to match...Marshall Clow2015-01-0949-0/+49
* Move test into test/std subdirectory.Eric Fiselier2014-12-20169-0/+9209
OpenPOWER on IntegriCloud