Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 20 | -691/+0 |
| | | | | llvm-svn: 224658 | ||||
* | Mark more tests as UNSUPPORTED with ASAN and MSAN. | Eric Fiselier | 2014-11-14 | 4 | -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 Fiselier | 2014-11-04 | 4 | -4/+4 |
| | | | | llvm-svn: 221240 | ||||
* | Mark tests that replace operator new/delete as UNSUPPORTED with ASAN and MSAN. | Eric Fiselier | 2014-11-04 | 6 | -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 commit | Marshall Clow | 2013-09-12 | 1 | -0/+29 |
| | | | | llvm-svn: 190614 | ||||
* | Make a few tests optimization-proof. These tests were failing under -O3 ↵ | Howard Hinnant | 2013-01-16 | 4 | -4/+4 |
| | | | | | | because the optimizer was eliminating the call to new. llvm-svn: 172631 | ||||
* | N3189 Observers for the three handler functions | Howard Hinnant | 2010-12-02 | 1 | -0/+25 |
| | | | | llvm-svn: 120712 | ||||
* | license change | Howard Hinnant | 2010-11-16 | 18 | -36/+36 |
| | | | | llvm-svn: 119395 | ||||
* | Fixing whitespace problems | Howard Hinnant | 2010-08-22 | 10 | -10/+10 |
| | | | | llvm-svn: 111760 | ||||
* | Wiped out some non-ascii characters that snuck into the copyright. | Howard Hinnant | 2010-05-11 | 18 | -18/+18 |
| | | | | llvm-svn: 103516 | ||||
* | libcxx initial import | Howard Hinnant | 2010-05-11 | 18 | -0/+617 |
llvm-svn: 103490 |