- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
21 lines
596 B
Diff
21 lines
596 B
Diff
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>
|
|
|
|
diff --git a/tests/testdrv.c b/tests/testdrv.c
|
|
index 0ccde326..d3455186 100644
|
|
--- a/tests/testdrv.c
|
|
+++ b/tests/testdrv.c
|
|
@@ -77,7 +77,6 @@ static struct {
|
|
{ "t-x448" },
|
|
{ "t-ed448" },
|
|
{ "benchmark" },
|
|
- { "bench-slope" },
|
|
{ "hashtest-256g", "hashtest", "--gigs 256 SHA1 SHA256 SHA512 SM3",
|
|
LONG_RUNNING },
|
|
{ NULL }
|