llvm-project/libcxx/test/std/re/re.alg/re.alg.search
Michal Gorny c32d47c6a8 [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

llvm-svn: 349379
2018-12-17 19:14:08 +00:00
..
awk.pass.cpp [test] Add target_info for NetBSD, and XFAIL some of locale tests 2018-12-17 19:14:08 +00:00
backup.pass.cpp Update all bug URL's to point to https://bugs.llvm.org/... 2017-02-17 08:37:03 +00:00
basic.fail.cpp Remove trailing whitespace in test suite. Approved by Marshall Clow. 2016-06-01 21:35:39 +00:00
basic.pass.cpp [test] Add target_info for NetBSD, and XFAIL some of locale tests 2018-12-17 19:14:08 +00:00
ecma.pass.cpp [test] Add target_info for NetBSD, and XFAIL some of locale tests 2018-12-17 19:14:08 +00:00
egrep.pass.cpp
exponential.pass.cpp Mark tests as unsupported in C++98 as well 2017-11-02 15:01:43 +00:00
extended.pass.cpp [test] Add target_info for NetBSD, and XFAIL some of locale tests 2018-12-17 19:14:08 +00:00
grep.pass.cpp Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed as https://reviews.llvm.org/D40065 2017-11-21 21:37:26 +00:00
invert_neg_word_search.pass.cpp [libc++] Fix handling of negated character classes in regex 2018-08-24 14:10:28 +00:00
lookahead.pass.cpp Update all bug URL's to point to https://bugs.llvm.org/... 2017-02-17 08:37:03 +00:00
no_update_pos.pass.cpp