summaryrefslogtreecommitdiffstats
path: root/libcxx/test/language.support/support.dynamic/new.delete/new.delete.single
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-204-213/+0
| | | | llvm-svn: 224658
* Mark more tests as UNSUPPORTED with ASAN and MSAN.Eric Fiselier2014-11-142-2/+8
| | | | | | | | | | 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-042-2/+2
| | | | llvm-svn: 221240
* Mark tests that replace operator new/delete as UNSUPPORTED with ASAN and MSAN.Eric Fiselier2014-11-042-2/+6
| | | | | | | tests that replace operator new/delete won't link when using ASAN and MSAN because these sanitizers also replace new/delete. llvm-svn: 221236
* license changeHoward Hinnant2010-11-164-8/+8
| | | | llvm-svn: 119395
* Fixing whitespace problemsHoward Hinnant2010-08-224-4/+4
| | | | llvm-svn: 111760
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-114-4/+4
| | | | llvm-svn: 103516
* libcxx initial importHoward Hinnant2010-05-114-0/+203
llvm-svn: 103490
OpenPOWER on IntegriCloud