summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.runtime
Commit message (Expand)AuthorAgeFilesLines
* Rewrite and cleanup unique_ptr tests.Eric Fiselier2017-04-1570-3814/+0
* Fix template >> within C++03 codeEric Fiselier2017-04-131-1/+1
* Fix C++03 test failuresEric Fiselier2017-04-131-1/+1
* Add tests that std::unique_ptr's default constructor is constexpr.Eric Fiselier2017-04-132-49/+45
* [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-121-0/+2
* Fix incorrectly qualified return type from unique_ptr::get_deleter().Eric Fiselier2017-04-121-11/+30
* Refactor unique_ptr/shared_ptr deleter test types into single header.Eric Fiselier2017-01-2017-17/+17
* Fix unused parameters and variablesEric Fiselier2016-12-231-3/+3
* Fix unique_ptr.runtime tests for null inputs. Patch from STL@microsoft.comEric Fiselier2016-07-242-0/+13
* Mark LWG issue 2520 as completeEric Fiselier2016-05-313-0/+16
* Add a test for uniqueptr having either NULL and nullptrMarshall Clow2016-05-161-0/+6
* Fix failing unique_ptr tests.Eric Fiselier2015-07-312-38/+7
* Start cleanup of unique_ptr tests.Eric Fiselier2015-07-312-46/+13
* 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-051-0/+2
* Walter Brown sent a list of tests which needed 'additional includes' to match...Marshall Clow2015-01-0915-0/+15
* Move test into test/std subdirectory.Eric Fiselier2014-12-2070-0/+3809
OpenPOWER on IntegriCloud