git: 5cef979b16d4 - stable/15 - [tests] libarchive: mark `test_read_filter_lz4_raw_skip` broken
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Sep 2026 07:41:09 UTC
The branch stable/15 has been updated by ngie:
URL: https://cgit.FreeBSD.org/src/commit/?id=5cef979b16d46306162201665f924ce455e5321b
commit 5cef979b16d46306162201665f924ce455e5321b
Author: Enji Cooper <ngie@FreeBSD.org>
AuthorDate: 2026-09-02 15:42:04 +0000
Commit: Enji Cooper <ngie@FreeBSD.org>
CommitDate: 2026-09-07 07:41:02 +0000
[tests] libarchive: mark `test_read_filter_lz4_raw_skip` broken
This test has not passed since 185becb1e1bd2657c156f78aeb52edac05ba5fb5
(the libarchive 3.8.9 upgrade).
PR: 297505
MFC after: 1 week
Reviewed by: siva
Differential Revision: https://reviews.freebsd.org/D59314
(cherry picked from commit 064d190cdac48465083da1798a36d923f50790ac)
---
lib/libarchive/tests/Makefile | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/lib/libarchive/tests/Makefile b/lib/libarchive/tests/Makefile
index 6ebef85a895d..d805fa4536a3 100644
--- a/lib/libarchive/tests/Makefile
+++ b/lib/libarchive/tests/Makefile
@@ -383,7 +383,12 @@ TESTS_SRCS= \
# Deterministic failures:
# Fails with `test_read_disk_directory_traversals.c:1094: File at has atime 886622, 1443306049 seconds ago`
-BROKEN_TESTS+= test_read_disk_directory_traversals
+BROKEN_TESTS+= test_read_disk_directory_traversals
+
+# Bug 273732: test fails with:
+# `Error 26 : LZ4F frame decoding could not complete: invalid frame`
+BROKEN_TESTS+= test_read_filter_lz4_raw_skip
+
.if 0
# test_fuzz.c is not a real test, but rather a simple fuzz-test using random().