1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Description: Allow test-regex to fail
Until the following bug in gnulib gets fixed:
https://bugs.debian.org/884075
https://sourceware.org/bugzilla/show_bug.cgi?id=11053
Forwarded: not-needed
Author: Santiago Ruano Rincón <santiagorr@riseup.net>
Last-Update: 2021-09-01
Index: grep/gnulib-tests/gnulib.mk
===================================================================
--- grep.orig/gnulib-tests/gnulib.mk
+++ grep/gnulib-tests/gnulib.mk
@@ -1440,7 +1440,7 @@ EXTRA_DIST += test-reallocarray.c signat
## begin gnulib module regex-tests
-TESTS += test-regex
+XFAIL_TESTS += test-regex
check_PROGRAMS += test-regex
test_regex_LDADD = $(LDADD) $(LIB_SETLOCALE) $(LIB_MBRTOWC) @LIBINTL@ $(LIBTHREAD)
EXTRA_DIST += test-regex.c macros.h
|