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 | 18 |
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 @@ | |||
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 | ||
@@ -5,16 +10,19 @@ Until this has been root-caused, disable the test. | |||
5 | 10 | ||
6 | Upstream-Status: Inappropriate | 11 | Upstream-Status: Inappropriate |
7 | Signed-off-by: Ross Burton <ross.burton@arm.com> | 12 | Signed-off-by: Ross Burton <ross.burton@arm.com> |
13 | --- | ||
14 | tests/testdrv.c | 1 - | ||
15 | 1 file changed, 1 deletion(-) | ||
8 | 16 | ||
9 | diff --git a/tests/testdrv.c b/tests/testdrv.c | 17 | diff --git a/tests/testdrv.c b/tests/testdrv.c |
10 | index 0ccde326..d3455186 100644 | 18 | index 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 " |