diff options
| -rw-r--r-- | meta/recipes-extended/gawk/gawk/remove-sensitive-tests.patch | 43 | ||||
| -rw-r--r-- | meta/recipes-extended/gawk/gawk_5.2.1.bb | 1 |
2 files changed, 0 insertions, 44 deletions
diff --git a/meta/recipes-extended/gawk/gawk/remove-sensitive-tests.patch b/meta/recipes-extended/gawk/gawk/remove-sensitive-tests.patch deleted file mode 100644 index ffae55058b..0000000000 --- a/meta/recipes-extended/gawk/gawk/remove-sensitive-tests.patch +++ /dev/null | |||
| @@ -1,43 +0,0 @@ | |||
| 1 | From 354d24baf7c51977d22ff61ad42e6a2cbd4dc8ac Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Ross Burton <ross.burton@arm.com> | ||
| 3 | Date: Tue, 21 Dec 2021 17:09:12 +0000 | ||
| 4 | Subject: [PATCH] gawk: remove load-sensitive tests | ||
| 5 | |||
| 6 | These tests require an unloaded host as otherwise timing sensitive tests can fail | ||
| 7 | https://bugzilla.yoctoproject.org/show_bug.cgi?id=14371 | ||
| 8 | |||
| 9 | Upstream-Status: Inappropriate | ||
| 10 | Signed-off-by: Ross Burton <ross.burton@arm.com> | ||
| 11 | |||
| 12 | --- | ||
| 13 | test/Maketests | 10 ---------- | ||
| 14 | 1 file changed, 10 deletions(-) | ||
| 15 | |||
| 16 | diff --git a/test/Maketests b/test/Maketests | ||
| 17 | index 3a667af..f117697 100644 | ||
| 18 | --- a/test/Maketests | ||
| 19 | +++ b/test/Maketests | ||
| 20 | @@ -2137,11 +2137,6 @@ symtab12: | ||
| 21 | @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ | ||
| 22 | @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ | ||
| 23 | |||
| 24 | -timeout: | ||
| 25 | - @echo $@ $(ZOS_FAIL) | ||
| 26 | - @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ | ||
| 27 | - @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ | ||
| 28 | - | ||
| 29 | typedregex1: | ||
| 30 | @echo $@ | ||
| 31 | @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ | ||
| 32 | @@ -2371,11 +2366,6 @@ rwarray: | ||
| 33 | @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk < "$(srcdir)"/$@.in >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ | ||
| 34 | @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ | ||
| 35 | |||
| 36 | -time: | ||
| 37 | - @echo $@ | ||
| 38 | - @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ | ||
| 39 | - @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ | ||
| 40 | - | ||
| 41 | mpfrbigint: | ||
| 42 | @echo $@ | ||
| 43 | @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk -M >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ | ||
diff --git a/meta/recipes-extended/gawk/gawk_5.2.1.bb b/meta/recipes-extended/gawk/gawk_5.2.1.bb index bbb26231a1..c914326563 100644 --- a/meta/recipes-extended/gawk/gawk_5.2.1.bb +++ b/meta/recipes-extended/gawk/gawk_5.2.1.bb | |||
| @@ -16,7 +16,6 @@ PACKAGECONFIG[readline] = "--with-readline,--without-readline,readline" | |||
| 16 | PACKAGECONFIG[mpfr] = "--with-mpfr,--without-mpfr, mpfr" | 16 | PACKAGECONFIG[mpfr] = "--with-mpfr,--without-mpfr, mpfr" |
| 17 | 17 | ||
| 18 | SRC_URI = "${GNU_MIRROR}/gawk/gawk-${PV}.tar.gz \ | 18 | SRC_URI = "${GNU_MIRROR}/gawk/gawk-${PV}.tar.gz \ |
| 19 | file://remove-sensitive-tests.patch \ | ||
| 20 | file://run-ptest \ | 19 | file://run-ptest \ |
| 21 | " | 20 | " |
| 22 | 21 | ||
