]> git.pld-linux.org Git - packages/grep.git/blob - disable-unstable-test.patch
- rediffed
[packages/grep.git] / disable-unstable-test.patch
1 diff -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
15 diff -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)
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.
28 @@ -119,7 +122,6 @@ TESTS =                                             \
29    khadafy                                      \
30    kwset-abuse                                  \
31    long-line-vs-2GiB-read                       \
32 -  long-pattern-perf                            \
33    many-regex-performance                       \
34    match-lines                                  \
35    max-count-overread                           \
This page took 0.053777 seconds and 3 git commands to generate.