summaryrefslogtreecommitdiffstats
path: root/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-2070-3809/+0
| | | | llvm-svn: 224658
* test: Make it possible to opt in to use_clang_verify per testJustin Bogner2014-09-031-0/+2
| | | | | | | | | | | This modifies the use_clang_verify parameter I added in r217009 to only apply to tests that specifically ask for it via // USE_VERIFY. This allows us to incrementally convert tests, but start enjoying the benefits right away. Suggested by Eric Fiselier in code review. llvm-svn: 217017
* test: Allow using clang -verify for failures rather than exit 1Justin Bogner2014-09-031-2/+3
| | | | | | | | | | | | | | | | | Currently, failure tests work by checking that compilation exits 1. This can lead to tests that fail for the wrong reason, so it'd be preferable to convert them to check for specific errors. This adds use_clang_verify parameter that runs failure tests using clang's -verify flag. I'll convert some tests in subsequent commits, and once all of the tests are converted we should key this on whether cxx_under_test is clang. I've also converted one of the unique.ptr tests, since it's the one that motivated the idea of using clang -verify when possible in the review of r216317. llvm-svn: 217009
* Add return statement to a test class's assignment operator. Defect found by ↵Eric Fiselier2014-08-231-1/+1
| | | | | | Coverity Scan. llvm-svn: 216317
* license changeHoward Hinnant2010-11-1670-140/+140
| | | | llvm-svn: 119395
* Fixing whitespace problemsHoward Hinnant2010-08-2270-70/+3806
| | | | llvm-svn: 111767
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-1170-70/+70
| | | | llvm-svn: 103516
* libcxx initial importHoward Hinnant2010-05-1170-0/+70
llvm-svn: 103490
OpenPOWER on IntegriCloud