git: 064d190cdac4 - main - [tests] libarchive: mark `test_read_filter_lz4_raw_skip` broken
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 02 Sep 2026 15:42:56 UTC
The branch main has been updated by ngie:
URL: https://cgit.FreeBSD.org/src/commit/?id=064d190cdac48465083da1798a36d923f50790ac
commit 064d190cdac48465083da1798a36d923f50790ac
Author: Enji Cooper <ngie@FreeBSD.org>
AuthorDate: 2026-09-02 15:42:04 +0000
Commit: Enji Cooper <ngie@FreeBSD.org>
CommitDate: 2026-09-02 15:42:42 +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: 273732
MFC after: 1 week
Reviewed by: siva
Differential Revision: https://reviews.freebsd.org/D59314
---
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 40c7ea1b29f8..b23962f68b19 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().