svn commit: r352515 - head/lib/libarchive/tests
Li-Wen Hsu
lwhsu at FreeBSD.org
Thu Sep 19 13:23:26 UTC 2019
Author: lwhsu
Date: Thu Sep 19 13:23:25 2019
New Revision: 352515
URL: https://svnweb.freebsd.org/changeset/base/352515
Log:
Temporarily add test_write_filter_zstd BROKEN_TESTS as it always fails in CI
There is no trivial way to mark single libarchive test skip currently so just
add it to BROKEN_TESTS for now.
PR: 240683
Sponsored by: The FreeBSD Foundation
Modified:
head/lib/libarchive/tests/Makefile
Modified: head/lib/libarchive/tests/Makefile
==============================================================================
--- head/lib/libarchive/tests/Makefile Thu Sep 19 11:46:43 2019 (r352514)
+++ head/lib/libarchive/tests/Makefile Thu Sep 19 13:23:25 2019 (r352515)
@@ -305,6 +305,9 @@ BROKEN_TESTS+= test_read_disk_directory_traversals
# (Times out?) [and] crashes
BROKEN_TESTS+= test_fuzz_rar
+# https://bugs.freebsd.org/240683
+BROKEN_TESTS+= test_write_filter_zstd
+
# Build the test program.
SRCS.libarchive_test= \
${TESTS_SRCS} \
More information about the svn-src-all
mailing list