summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const
Commit message (Expand)AuthorAgeFilesLines
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-215-5/+5
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-3114-0/+21
* [libc++] Enable deprecation warnings by defaultLouis Dionne2019-03-121-0/+1
* Support tests in freestandingJF Bastien2019-02-0420-20/+60
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1920-80/+60
* Silence a couple of 'unused variable' warnings in c++03 tests. No functional ...Marshall Clow2017-03-232-0/+2
* 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-0/+1
* Refactor unique_ptr/shared_ptr deleter test types into single header.Eric Fiselier2017-01-208-8/+8
* Protect smart-pointer tests under no exceptionsRoger Ferrer Ibanez2016-11-142-2/+8
* Change from "XFAIL: libcpp-no-exceptions" to "UNSUPPORTED: libcpp-no-exceptio...Roger Ferrer Ibanez2016-10-315-5/+5
* Remove all instances of _LIBCPP_HAS_NO_RVALUE_REFERENCES from test/std/utilitiesEric Fiselier2016-10-012-12/+20
* Make shared_ptr constructor tests use count_new.hppEric Fiselier2016-06-225-151/+92
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-143-3/+5
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-011-1/+1
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-108-0/+8
* Fix for LWG Issue 2415: Inconsistency between unique_ptr and shared_ptrMarshall Clow2015-05-101-0/+12
* Use generic feature name for sanitizers that replace new and deleteEric Fiselier2015-03-105-5/+5
* Move test into test/std subdirectory.Eric Fiselier2014-12-2020-0/+1329
OpenPOWER on IntegriCloud