summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/re/re.alg/re.alg.match
Commit message (Collapse)AuthorAgeFilesLines
* Apparently XFAIL tests that are supposed to fail to compile can be ↵Marshall Clow2016-04-261-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 Clow2016-04-269-4/+10
| | | | | | __cpluplus (use TEST_STD_VERS and/or XFAIL instead). No functional change llvm-svn: 267567
* Don't hardcode the Czech locale name.Ed Schouten2015-03-164-12/+16
| | | | | | | | | | | | We already have a definition for the Czech locale name in platform_support.h. Use this one instead. While there, respect the common format of the tests. For most other tests it's the case that test_iterators.h is placed right underneath the other #includes (without an empty line). platform_support.h is included after an empty line. llvm-svn: 232383
* Cleaning up the test suite; remove some includes of non-standard file <__config>Marshall Clow2015-01-181-3/+1
| | | | llvm-svn: 226411
* Move test into test/std subdirectory.Eric Fiselier2014-12-209-0/+5803
llvm-svn: 224658
OpenPOWER on IntegriCloud