summaryrefslogtreecommitdiffstats
path: root/libcxx/test/language.support/support.dynamic/new.delete/new.delete.single/new.pass.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-201-57/+0
| | | | llvm-svn: 224658
* Mark more tests as UNSUPPORTED with ASAN and MSAN.Eric Fiselier2014-11-141-1/+4
| | | | | | | | | | These tests fail for 2 reasons when using ASAN and MSAN. 1. If allocator_may_return_null=0 they will fail because null is returned or an exception is thrown. 2. When allocator_may_return_null=1 the new_handler is still not called. This results in an assertion failures. llvm-svn: 221967
* license changeHoward Hinnant2010-11-161-2/+2
| | | | llvm-svn: 119395
* Fixing whitespace problemsHoward Hinnant2010-08-221-1/+1
| | | | llvm-svn: 111760
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
| | | | llvm-svn: 103516
* libcxx initial importHoward Hinnant2010-05-111-0/+54
llvm-svn: 103490
OpenPOWER on IntegriCloud