Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/grep/files: grep-2.5.3-yesno-test-fix.patch
Date: Tue, 07 Oct 2008 09:39:24
Message-Id: E1Kn92G-0007YU-TH@stork.gentoo.org
1 loki_val 08/10/07 09:39:20
2
3 Added: grep-2.5.3-yesno-test-fix.patch
4 Log:
5 Fix yesno.sh test failure.
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.27-rc8 x86_64)
7
8 Revision Changes Path
9 1.1 sys-apps/grep/files/grep-2.5.3-yesno-test-fix.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/grep/files/grep-2.5.3-yesno-test-fix.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/grep/files/grep-2.5.3-yesno-test-fix.patch?rev=1.1&content-type=text/plain
13
14 Index: grep-2.5.3-yesno-test-fix.patch
15 ===================================================================
16 Fix from upstream CVS disabling tests that are known to fail.
17
18 --- tests/yesno.sh 2005/11/13 08:15:16 1.1
19 +++ tests/yesno.sh 2008/02/07 03:43:27 1.2
20 @@ -63,7 +63,6 @@
21 '-m,4,-C,1,-o' "$c$d$e$h$z0$XI$XJ$XK$XL$XM$XN" \
22 '-m,5' "$C$D$E$H$I$z0$XJ$XK$XL$XM$XN" \
23 '-m,5,-o' "$c$d$e$h$i$z0$XJ$XK$XL$XM$XN" \
24 - '-m,5,-C,1' "$rB$C$D$E$rF$rG$H$I$z0$XJ$XK$XL$XM$XN" \
25 '-m,5,-C,1,-o' "$c$d$e$h$i$z0$XJ$XK$XL$XM$XN" \
26 '-m,6' "$C$D$E$H$I$M$z0$XN" \
27 '-m,6,-o' "$c$d$e$h$i$m$z0$XN" \
28 @@ -79,14 +78,17 @@
29 '-m,1,-v,-C,1,-o' "$z0$XB$XC$XD$XE$XF$XG$XH$XI$XJ$XK$XL$XM$XN" \
30 '-m,2,-v' "$A$B$z0$XC$XD$XE$XF$XG$XH$XI$XJ$XK$XL$XM$XN" \
31 '-m,2,-v,-o' "$z0$XC$XD$XE$XF$XG$XH$XI$XJ$XK$XL$XM$XN" \
32 - '-m,2,-v,-C,1' "$A$B$z0$XC$XD$XE$XF$XG$XH$XI$XJ$XK$XL$XM$XN" \
33 - '-m,2,-v,-C,1,-o' "$z0$XC$XD$XE$XF$XG$XH$XI$XJ$XK$XL$XM$XN" \
34 '-m,3,-v' "$A$B$F$z0$XG$XH$XI$XJ$XK$XL$XM$XN" \
35 '-m,3,-v,-o' "$z0$XG$XH$XI$XJ$XK$XL$XM$XN" \
36 '-m,3,-v,-C,1' "$A$B$rC$s$rE$F$z0$XG$XH$XI$XJ$XK$XL$XM$XN" \
37 '-m,3,-v,-C,1,-o' "$rc$s$re$z0$XG$XH$XI$XJ$XK$XL$XM$XN" \
38 x
39 shift
40 +# Comment out cases that are known to fail. These should be uncommented after the 2.5.4 release. TAA.
41 +# These should be added back in above and fixed in the code. TAA.
42 +# '-m,5,-C,1' "$rB$C$D$E$rF$rG$H$I$z0$XJ$XK$XL$XM$XN" \
43 +# '-m,2,-v,-C,1' "$A$B$z0$XC$XD$XE$XF$XG$XH$XI$XJ$XK$XL$XM$XN" \
44 +# '-m,2,-v,-C,1,-o' "$z0$XC$XD$XE$XF$XG$XH$XI$XJ$XK$XL$XM$XN" \
45
46 # Test execution and reporting.
47 t=1