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.patch18
1 files changed, 13 insertions, 5 deletions
diff --git a/meta/recipes-support/libgcrypt/files/no-bench-slope.patch b/meta/recipes-support/libgcrypt/files/no-bench-slope.patch
index 8de3c6713b..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
@@ -5,16 +10,19 @@ Until this has been root-caused, disable the test.
5 10
6Upstream-Status: Inappropriate 11Upstream-Status: Inappropriate
7Signed-off-by: Ross Burton <ross.burton@arm.com> 12Signed-off-by: Ross Burton <ross.burton@arm.com>
13---
14 tests/testdrv.c | 1 -
15 1 file changed, 1 deletion(-)
8 16
9diff --git a/tests/testdrv.c b/tests/testdrv.c 17diff --git a/tests/testdrv.c b/tests/testdrv.c
10index 0ccde326..d3455186 100644 18index 634b718..1e9dddb 100644
11--- a/tests/testdrv.c 19--- a/tests/testdrv.c
12+++ b/tests/testdrv.c 20+++ b/tests/testdrv.c
13@@ -77,7 +77,6 @@ static struct { 21@@ -76,7 +76,6 @@ static struct {
14 { "t-x448" }, 22 { "t-x448" },
15 { "t-ed448" }, 23 { "t-ed448" },
16 { "benchmark" }, 24 { "benchmark" },
17- { "bench-slope" }, 25- { "bench-slope" },
18 { "hashtest-256g", "hashtest", "--gigs 256 SHA1 SHA256 SHA512 SM3", 26 { "hashtest-6g", "hashtest", "--hugeblock --gigs 6 SHA1 SHA256 SHA512 "
19 LONG_RUNNING }, 27 "SHA3-512 SM3 BLAKE2S_256 "
20 { NULL } 28 "BLAKE2B_512 CRC32 "