summaryrefslogtreecommitdiffstats
path: root/libcxx/test/language.support/support.dynamic
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-2020-691/+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
* Test for 'bad_array_length'; got left out of initial commitMarshall Clow2013-09-121-0/+29
| | | | llvm-svn: 190614
* 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
* N3189 Observers for the three handler functionsHoward Hinnant2010-12-021-0/+25
| | | | llvm-svn: 120712
* license changeHoward Hinnant2010-11-1618-36/+36
| | | | llvm-svn: 119395
* Fixing whitespace problemsHoward Hinnant2010-08-2210-10/+10
| | | | llvm-svn: 111760
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-1118-18/+18
| | | | llvm-svn: 103516
* libcxx initial importHoward Hinnant2010-05-1118-0/+617
llvm-svn: 103490
OpenPOWER on IntegriCloud