summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/re/re.traits/transform.pass.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [test] Add target_info for NetBSD, and XFAIL some of locale testsMichal Gorny2018-12-171-0/+3
| | | | | | | | | | | | | | | | | | | | Add a target_info definition for NetBSD. The definition is based on the one used by FreeBSD, with libcxxrt replaced by libc++abi, and using llvm-libunwind since we need to use its unwinder implementation to build anyway. Additionally, XFAIL the 30 tests that fail because of non-implemented locale features. According to the manual, NetBSD implements only LC_CTYPE part of locale handling. However, there is a locale database in the system and locale specifications are validated against it, so it makes sense to list the common locales as supported. If I'm counting correctly, this change enables additional 43 passing tests. Differential Revision: https://reviews.llvm.org/D55767 llvm-svn: 349379
* #include <test_macros.h> in all the regex tests, and remove all mentions of ↵Marshall Clow2016-04-261-1/+1
| | | | | | __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-161-2/+4
| | | | | | | | | | | | 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
* Move test into test/std subdirectory.Eric Fiselier2014-12-201-0/+44
llvm-svn: 224658
OpenPOWER on IntegriCloud