summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/re/re.traits
Commit message (Collapse)AuthorAgeFilesLines
* #include <test_macros.h> in all the regex tests, and remove all mentions of ↵Marshall Clow2016-04-2613-3/+15
| | | | | | __cpluplus (use TEST_STD_VERS and/or XFAIL instead). No functional change llvm-svn: 267567
* Add some tests to ensure that the __regex_word does not conflict with any of ↵Marshall Clow2016-02-111-0/+13
| | | | | | | | ctype_base's values. Hopefully this will catch cases like https://llvm.org/bugs/show_bug.cgi?id=26476 in the future. llvm-svn: 260527
* [libcxx] Add appropriate 'REQUIRE' directives to tests that require en_US.UTF-8.Daniel Sanders2016-01-213-0/+6
| | | | | | | | | | Reviewers: mclow.lists, hans Subscribers: bcraig, cfe-commits Differential Revision: http://reviews.llvm.org/D16406 llvm-svn: 258403
* Mark slow ASAN/MSAN tests as XFAIL for now.Eric Fiselier2016-01-191-0/+4
| | | | llvm-svn: 258195
* Don't hardcode the Czech locale name.Ed Schouten2015-03-163-6/+12
| | | | | | | | | | | | 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
* Rename system_lib -> system_cxx_lib. NFCJonathan Roelofs2015-01-141-2/+2
| | | | llvm-svn: 226061
* Move test into test/std subdirectory.Eric Fiselier2014-12-2013-0/+1170
llvm-svn: 224658
OpenPOWER on IntegriCloud