summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2022-09-09 11:13:37 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-09-12 08:33:55 +0100
commit842a5d95873a773644c01e5fddddff66cc7a60ae (patch)
treefd6d08cdd3866883e3544dd9a5bb78f1765850cd
parent3670f3685e63345df0501f26acad2044e3544d7b (diff)
downloadpoky-842a5d95873a773644c01e5fddddff66cc7a60ae.tar.gz
libgcrypt: disable bench-slope test case
(From OE-Core rev: 85bea6d2b4d54564ae5ba671dfb5b533ce8ab7a8) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-support/libgcrypt/files/no-bench-slope.patch20
-rw-r--r--meta/recipes-support/libgcrypt/libgcrypt_1.10.1.bb1
2 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-support/libgcrypt/files/no-bench-slope.patch b/meta/recipes-support/libgcrypt/files/no-bench-slope.patch
new file mode 100644
index 0000000000..8de3c6713b
--- /dev/null
+++ b/meta/recipes-support/libgcrypt/files/no-bench-slope.patch
@@ -0,0 +1,20 @@
1The bench-slope test appears to be aborting fairly frequently, which causes
2failures on the autobuilder.
3
4Until this has been root-caused, disable the test.
5
6Upstream-Status: Inappropriate
7Signed-off-by: Ross Burton <ross.burton@arm.com>
8
9diff --git a/tests/testdrv.c b/tests/testdrv.c
10index 0ccde326..d3455186 100644
11--- a/tests/testdrv.c
12+++ b/tests/testdrv.c
13@@ -77,7 +77,6 @@ static struct {
14 { "t-x448" },
15 { "t-ed448" },
16 { "benchmark" },
17- { "bench-slope" },
18 { "hashtest-256g", "hashtest", "--gigs 256 SHA1 SHA256 SHA512 SM3",
19 LONG_RUNNING },
20 { NULL }
diff --git a/meta/recipes-support/libgcrypt/libgcrypt_1.10.1.bb b/meta/recipes-support/libgcrypt/libgcrypt_1.10.1.bb
index b0d88de3aa..bf9d7cbd10 100644
--- a/meta/recipes-support/libgcrypt/libgcrypt_1.10.1.bb
+++ b/meta/recipes-support/libgcrypt/libgcrypt_1.10.1.bb
@@ -24,6 +24,7 @@ SRC_URI = "${GNUPG_MIRROR}/libgcrypt/libgcrypt-${PV}.tar.bz2 \
24 file://0002-libgcrypt-fix-building-error-with-O2-in-sysroot-path.patch \ 24 file://0002-libgcrypt-fix-building-error-with-O2-in-sysroot-path.patch \
25 file://0004-tests-Makefile.am-fix-undefined-reference-to-pthread.patch \ 25 file://0004-tests-Makefile.am-fix-undefined-reference-to-pthread.patch \
26 file://no-native-gpg-error.patch \ 26 file://no-native-gpg-error.patch \
27 file://no-bench-slope.patch \
27 file://run-ptest \ 28 file://run-ptest \
28 " 29 "
29SRC_URI[sha256sum] = "ef14ae546b0084cd84259f61a55e07a38c3b53afc0f546bffcef2f01baffe9de" 30SRC_URI[sha256sum] = "ef14ae546b0084cd84259f61a55e07a38c3b53afc0f546bffcef2f01baffe9de"