mirror of
https://git.yoctoproject.org/poky
synced 2026-02-14 12:43:03 +01:00
(From OE-Core rev: 73bcdedc80a83e241d2162b10a2244a8dbd0e403) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
29 lines
984 B
Diff
29 lines
984 B
Diff
From eb3a5bc4d5a212da64c0f9396c7f31f83aa6f36c Mon Sep 17 00:00:00 2001
|
|
From: Ross Burton <ross.burton@arm.com>
|
|
Date: Fri, 9 Sep 2022 11:13:37 +0100
|
|
Subject: [PATCH] libgcrypt: disable bench-slope test case
|
|
|
|
The bench-slope test appears to be aborting fairly frequently, which causes
|
|
failures on the autobuilder.
|
|
|
|
Until this has been root-caused, disable the test.
|
|
|
|
Upstream-Status: Inappropriate
|
|
Signed-off-by: Ross Burton <ross.burton@arm.com>
|
|
---
|
|
tests/testdrv.c | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/tests/testdrv.c b/tests/testdrv.c
|
|
index 634b718..1e9dddb 100644
|
|
--- a/tests/testdrv.c
|
|
+++ b/tests/testdrv.c
|
|
@@ -76,7 +76,6 @@ static struct {
|
|
{ "t-x448" },
|
|
{ "t-ed448" },
|
|
{ "benchmark" },
|
|
- { "bench-slope" },
|
|
{ "hashtest-6g", "hashtest", "--hugeblock --gigs 6 SHA1 SHA256 SHA512 "
|
|
"SHA3-512 SM3 BLAKE2S_256 "
|
|
"BLAKE2B_512 CRC32 "
|