]> git.pld-linux.org Git - packages/grep.git/blame - disable-unstable-test.patch
- rediffed
[packages/grep.git] / disable-unstable-test.patch
CommitLineData
74d27f14
MK
1diff -urNp -x '*.orig' grep-3.6.org/gnulib-tests/gnulib.mk grep-3.6/gnulib-tests/gnulib.mk
2--- grep-3.6.org/gnulib-tests/gnulib.mk 2020-11-01 18:25:08.000000000 +0100
3+++ grep-3.6/gnulib-tests/gnulib.mk 2021-03-19 21:13:08.100627234 +0100
4@@ -278,9 +278,9 @@ EXTRA_DIST += test-ctype.c
5
6 ## begin gnulib module dfa-tests
7
8+XFAIL_TESTS += test-dfa-invalid-merge.sh
9 TESTS += \
10 test-dfa-invalid-char-class.sh \
11- test-dfa-invalid-merge.sh \
12 test-dfa-match.sh
13
14 check_PROGRAMS += test-dfa-match-aux
15diff -urNp -x '*.orig' grep-3.6.org/tests/Makefile.am grep-3.6/tests/Makefile.am
16--- grep-3.6.org/tests/Makefile.am 2020-11-03 21:37:02.000000000 +0100
17+++ grep-3.6/tests/Makefile.am 2021-03-19 21:13:08.100627234 +0100
18@@ -49,6 +49,9 @@ LDADD = ../lib/libgreputils.a $(LIBINTL)
a241277c
JR
19 # FIXME-2015: Remove this once the glibc and gnulib bugs are fixed.
20 XFAIL_TESTS = triple-backref
21
22+# Unstable test
23+XFAIL_TESTS += long-pattern-perf
24+
25 # Equivalence classes are only supported when using the system
26 # matcher (which means only with glibc).
27 # The included matcher needs to be fixed.
74d27f14 28@@ -119,7 +122,6 @@ TESTS = \
a241277c
JR
29 khadafy \
30 kwset-abuse \
31 long-line-vs-2GiB-read \
32- long-pattern-perf \
7efced9f 33 many-regex-performance \
a241277c
JR
34 match-lines \
35 max-count-overread \
This page took 0.127211 seconds and 4 git commands to generate.