blob: 44aac1913e193938251a903ab512c9ecae442958 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
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 "
|