]> git.pld-linux.org Git - packages/grep.git/commitdiff
- disable long-pattern-perf test, it's too unstable
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 27 Feb 2016 18:48:41 +0000 (19:48 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 27 Feb 2016 18:48:41 +0000 (19:48 +0100)
disable-unstable-test.patch [new file with mode: 0644]
grep.spec

diff --git a/disable-unstable-test.patch b/disable-unstable-test.patch
new file mode 100644 (file)
index 0000000..bd9a62b
--- /dev/null
@@ -0,0 +1,20 @@
+--- grep-2.23/tests/Makefile.am~       2016-01-03 20:53:59.000000000 +0100
++++ grep-2.23/tests/Makefile.am        2016-02-27 19:47:27.625473158 +0100
+@@ -30,6 +30,9 @@
+ # FIXME-2015: Remove this once the glibc and gnulib bugs are fixed.
+ XFAIL_TESTS = triple-backref
++# Unstable test
++XFAIL_TESTS += long-pattern-perf
++
+ # Equivalence classes are only supported when using the system
+ # matcher (which means only with glibc).
+ # The included matcher needs to be fixed.
+@@ -92,7 +95,6 @@
+   khadafy                                     \
+   kwset-abuse                                 \
+   long-line-vs-2GiB-read                      \
+-  long-pattern-perf                           \
+   match-lines                                 \
+   max-count-overread                          \
+   max-count-vs-context                                \
index 2a088f6683bca4460016825d173f9f4155c70aea..dafb884cdb0dbd362bf7d196bc2328c346ae2407 100644 (file)
--- a/grep.spec
+++ b/grep.spec
@@ -25,6 +25,7 @@ Source1:      http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-ma
 # Source1-md5: 1b5e726d0bee53e898531de4a76ad290
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-pl.po-update.patch
+Patch2:                disable-unstable-test.patch
 URL:           http://www.gnu.org/software/grep/grep.html
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake >= 1:1.11
@@ -89,6 +90,7 @@ kullanılır.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %{__rm} po/stamp-po
 
This page took 0.123458 seconds and 4 git commands to generate.