summaryrefslogtreecommitdiffstats
path: root/libcxx/test/language.support/support.dynamic/new.delete
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-2012-510/+0
| | | | llvm-svn: 224658
* Mark more tests as UNSUPPORTED with ASAN and MSAN.Eric Fiselier2014-11-144-2/+12
| | | | | | | | | | 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
* Actually mark the tests an unsupported with MSAN (not just ASAN)Eric Fiselier2014-11-044-4/+4
| | | | llvm-svn: 221240
* Mark tests that replace operator new/delete as UNSUPPORTED with ASAN and MSAN.Eric Fiselier2014-11-046-6/+16
| | | | | | | tests that replace operator new/delete won't link when using ASAN and MSAN because these sanitizers also replace new/delete. llvm-svn: 221236
* Make a few tests optimization-proof. These tests were failing under -O3 ↵Howard Hinnant2013-01-164-4/+4
| | | | | | because the optimizer was eliminating the call to new. llvm-svn: 172631
* license changeHoward Hinnant2010-11-1612-24/+24
| | | | llvm-svn: 119395
* Fixing whitespace problemsHoward Hinnant2010-08-228-8/+8
| | | | llvm-svn: 111760
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-1112-12/+12
| | | | llvm-svn: 103516
* libcxx initial importHoward Hinnant2010-05-1112-0/+490
llvm-svn: 103490
OpenPOWER on IntegriCloud