summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libgcrypt/files/no-bench-slope.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/libgcrypt/files/no-bench-slope.patch')
-rw-r--r--meta/recipes-support/libgcrypt/files/no-bench-slope.patch10
1 files changed, 7 insertions, 3 deletions
diff --git a/meta/recipes-support/libgcrypt/files/no-bench-slope.patch b/meta/recipes-support/libgcrypt/files/no-bench-slope.patch
index ed65ed4e67..44aac1913e 100644
--- a/meta/recipes-support/libgcrypt/files/no-bench-slope.patch
+++ b/meta/recipes-support/libgcrypt/files/no-bench-slope.patch
@@ -1,3 +1,8 @@
1From eb3a5bc4d5a212da64c0f9396c7f31f83aa6f36c Mon Sep 17 00:00:00 2001
2From: Ross Burton <ross.burton@arm.com>
3Date: Fri, 9 Sep 2022 11:13:37 +0100
4Subject: [PATCH] libgcrypt: disable bench-slope test case
5
1The bench-slope test appears to be aborting fairly frequently, which causes 6The bench-slope test appears to be aborting fairly frequently, which causes
2failures on the autobuilder. 7failures on the autobuilder.
3 8
@@ -10,10 +15,10 @@ Signed-off-by: Ross Burton <ross.burton@arm.com>
10 1 file changed, 1 deletion(-) 15 1 file changed, 1 deletion(-)
11 16
12diff --git a/tests/testdrv.c b/tests/testdrv.c 17diff --git a/tests/testdrv.c b/tests/testdrv.c
13index bfca4c2314..5a755f512e 100644 18index 634b718..1e9dddb 100644
14--- a/tests/testdrv.c 19--- a/tests/testdrv.c
15+++ b/tests/testdrv.c 20+++ b/tests/testdrv.c
16@@ -77,7 +77,6 @@ static struct { 21@@ -76,7 +76,6 @@ static struct {
17 { "t-x448" }, 22 { "t-x448" },
18 { "t-ed448" }, 23 { "t-ed448" },
19 { "benchmark" }, 24 { "benchmark" },
@@ -21,4 +26,3 @@ index bfca4c2314..5a755f512e 100644
21 { "hashtest-6g", "hashtest", "--hugeblock --gigs 6 SHA1 SHA256 SHA512 " 26 { "hashtest-6g", "hashtest", "--hugeblock --gigs 6 SHA1 SHA256 SHA512 "
22 "SHA3-512 SM3 BLAKE2S_256 " 27 "SHA3-512 SM3 BLAKE2S_256 "
23 "BLAKE2B_512 CRC32 " 28 "BLAKE2B_512 CRC32 "
24