Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Rename system_lib -> system_cxx_lib. NFC | Jonathan Roelofs | 2015-01-14 | 10 | -20/+20 | |
| | | | | llvm-svn: 226061 | |||||
* | Walter Brown sent a list of tests which needed 'additional includes' to ↵ | Marshall Clow | 2015-01-09 | 49 | -0/+49 | |
| | | | | | | match what was in the standard. Added these includes to the tests. No changes to the library or test results. llvm-svn: 225541 | |||||
* | Add tests to check the typedefs from the result of std::owner_less | Marshall Clow | 2015-01-07 | 1 | -0/+8 | |
| | | | | llvm-svn: 225381 | |||||
* | [libcxx] Consolidate new/delete replacement in tests and disable it when ↵ | Eric Fiselier | 2014-12-22 | 3 | -79/+38 | |
| | | | | | | | | | | | | | | | | | | | | using sanitizers. Summary: MSAN and ASAN also replace new/delete which leads to a link error in these tests. Currently they are unsupported but I think it would be useful if these tests could run with sanitizers. This patch creates a support header that consolidates the new/delete replacement functionality and checking. When we are using sanitizers new and delete are no longer replaced and the checks always return true. Reviewers: mclow.lists, danalbert, jroelofs, EricWF Reviewed By: EricWF Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D6562 llvm-svn: 224741 | |||||
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 310 | -0/+17003 | |
llvm-svn: 224658 |