Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apparently XFAIL tests that are supposed to fail to compile can be ↵ | Marshall Clow | 2016-04-26 | 1 | -2/+4 |
| | | | | | | problematic. They still get compiled, and if the compile succeeds, the buildbots complain. Replace the XFAIL with #error. llvm-svn: 267591 | ||||
* | #include <test_macros.h> in all the regex tests, and remove all mentions of ↵ | Marshall Clow | 2016-04-26 | 1 | -4/+2 |
| | | | | | | __cpluplus (use TEST_STD_VERS and/or XFAIL instead). No functional change llvm-svn: 267567 | ||||
* | Cleaning up the test suite; remove some includes of non-standard file <__config> | Marshall Clow | 2015-01-18 | 1 | -3/+1 |
| | | | | llvm-svn: 226411 | ||||
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 1 | -0/+38 |
llvm-svn: 224658 |