You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/std/re/re.alg/re.alg.search
Michal Gorny 4b8645f0dc [test] Add target_info for NetBSD, and XFAIL some of locale tests
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

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@349379 91177308-0d34-0410-b5e6-96231b3b80d8
6 years ago
..
awk.pass.cpp [test] Add target_info for NetBSD, and XFAIL some of locale tests 6 years ago
backup.pass.cpp Update all bug URL's to point to https://bugs.llvm.org/... 8 years ago
basic.fail.cpp Remove trailing whitespace in test suite. Approved by Marshall Clow. 9 years ago
basic.pass.cpp [test] Add target_info for NetBSD, and XFAIL some of locale tests 6 years ago
ecma.pass.cpp [test] Add target_info for NetBSD, and XFAIL some of locale tests 6 years ago
egrep.pass.cpp #include <test_macros.h> in all the regex tests, and remove all mentions of __cpluplus (use TEST_STD_VERS and/or XFAIL instead). No functional change 9 years ago
exponential.pass.cpp Mark tests as unsupported in C++98 as well 7 years ago
extended.pass.cpp [test] Add target_info for NetBSD, and XFAIL some of locale tests 6 years ago
grep.pass.cpp Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed as https://reviews.llvm.org/D40065 7 years ago
invert_neg_word_search.pass.cpp [libc++] Fix handling of negated character classes in regex 6 years ago
lookahead.pass.cpp Update all bug URL's to point to https://bugs.llvm.org/... 8 years ago
no_update_pos.pass.cpp #include <test_macros.h> in all the regex tests, and remove all mentions of __cpluplus (use TEST_STD_VERS and/or XFAIL instead). No functional change 9 years ago