xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/gawk/gawk/remove-sensitive-tests.patch (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1These tests require an unloaded host as otherwise timing sensitive tests can fail
2https://bugzilla.yoctoproject.org/show_bug.cgi?id=14371
3
4Upstream-Status: Inappropriate
5Signed-off-by: Ross Burton <ross.burton@arm.com>
6
7--- a/test/Maketests~
8+++ b/test/Maketests
9@@ -2069,7 +2069,2 @@
10
11-timeout:
12-	@echo $@ $(ZOS_FAIL)
13-	@AWKPATH="$(srcdir)" $(AWK) -f $@.awk  >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
14-	@-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
15-
16 typedregex1:
17@@ -2297,7 +2292,2 @@
18 	@-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
19-
20-time:
21-	@echo $@
22-	@AWKPATH="$(srcdir)" $(AWK) -f $@.awk  >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
23-	@-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
24
25