summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/copy.pass.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Mark LWG issue 2565 as complete. Update the tests to check it.Eric Fiselier2016-05-311-118/+0
| | | | llvm-svn: 271238
* [libcxx] Consolidate new/delete replacement in tests and disable it when ↵Eric Fiselier2014-12-221-30/+15
| | | | | | | | | | | | | | | | | | | | using sanitizers. Summary: MSAN and ASAN also replace new/delete which leads to a link error in these tests. Currently they are unsupported but I think it would be useful if these tests could run with sanitizers. This patch creates a support header that consolidates the new/delete replacement functionality and checking. When we are using sanitizers new and delete are no longer replaced and the checks always return true. Reviewers: mclow.lists, danalbert, jroelofs, EricWF Reviewed By: EricWF Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D6562 llvm-svn: 224741
* Move test into test/std subdirectory.Eric Fiselier2014-12-201-0/+133
llvm-svn: 224658
OpenPOWER on IntegriCloud