diff options
Diffstat (limited to 'meta/recipes-support/libgcrypt/files/no-bench-slope.patch')
-rw-r--r-- | meta/recipes-support/libgcrypt/files/no-bench-slope.patch | 10 |
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 @@ | |||
1 | From eb3a5bc4d5a212da64c0f9396c7f31f83aa6f36c Mon Sep 17 00:00:00 2001 | ||
2 | From: Ross Burton <ross.burton@arm.com> | ||
3 | Date: Fri, 9 Sep 2022 11:13:37 +0100 | ||
4 | Subject: [PATCH] libgcrypt: disable bench-slope test case | ||
5 | |||
1 | The bench-slope test appears to be aborting fairly frequently, which causes | 6 | The bench-slope test appears to be aborting fairly frequently, which causes |
2 | failures on the autobuilder. | 7 | failures 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 | ||
12 | diff --git a/tests/testdrv.c b/tests/testdrv.c | 17 | diff --git a/tests/testdrv.c b/tests/testdrv.c |
13 | index bfca4c2314..5a755f512e 100644 | 18 | index 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 | |||