From nobody Tue Sep 22 06:50:47 2026 X-Original-To: dev-commits-src-branches@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4hprMr2tmXz6tCyq for ; Tue, 22 Sep 2026 06:50:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "YR2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4hprMr0XwTz4K9K for ; Tue, 22 Sep 2026 06:50:48 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1790059848; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=7H4csvwPwRiICRBrL881RUGzYQoX9bJbUgddc0WM4oE=; b=psef6ik3kE4oRkpqR9ZiBfLKsc0hZdV0b5dfaDz5LKAfGgM7B3n/CUIGEJ1O5mtDVjIjPr cm+dc5ut8w7PBqXDuWReHT4q0FvEJSvUsVAB6Za9lE1Q6Q1AHj1M3iR3PeKiVBg5ika12o fqi0RhMnCwIsRAnJn4DUIsNNtbeohKbQ8krbp5ivKBq98gP9MiJzDhHsThRURvC+uloAF/ c8M42ITYSWHOvGoQgopqHlYRjSOIaMGDII1FVAJ+4GkBHP/CNg6u1q24qp2siy7V2c7B7P tZP0dWrSuP8hwjKXfgWJfwiHlH2oOQie//c8B3GOaoCd90+agunUdpTBVFOR8A== ARC-Seal: i=1; a=rsa-sha256; d=freebsd.org; s=dkim; cv=none; t=1790059848; b=lfRpiwunQxkHqsdAxwgaINbzCiQigAvz2P6ICl9b8Il2kLI+LiLfgf2BK7AwbDbcvPQ3BM WPi/qg0dib+/IGvI27ZqmCZPukcgfpAxQNiydRNScPCAu4x468aJTBHIvUtpnxs19iJC2d fCX3vgNnPxdsvqfRUC5M+tFzEixwQWmDQniDf12oBZwQcqywZCO8ZY/1A3uk0ke5GFwqUa xMWV7RxvITf77N4mtb036VsCOPUOgntDutC4f6KqDYXcsTI4+qXQq3mQrKV6pwpt4Anujs dZ34049Gg5bh9ATc3+qN4nCak6xW+ZpjnDAz8+GOubVK9EY0XjmYjoFyaYtOSQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1790059848; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=7H4csvwPwRiICRBrL881RUGzYQoX9bJbUgddc0WM4oE=; b=rfw8f/w6KaRyZnExSmuj/OqaC/qb8d3MzVg3swqbnz4et1NUYHQi+aCv3wbwtIpt1KGgYh 9n30/g41pKSSNhKlv248m4fWth4HDhSv/PIBZ0HHQSsgNkTBJGu2DlCYPZm0zk88oTN5vJ xH9P1fXRJU1lqeVUR/HFVC8dan9stbI1gQjbr0u4aJCS5jJf1x0SiTnc/sy4IJd8bRzWeg 5O7fOcvMt5hFRTKQSXf4/lLAqlRHwBsxgeG4P7pKHjzorMDs2MkRMPxcyCLIRd3X6p88Vr EbBvshl8/c/wSrg5Zsgu1eYsGcByqmGJxJp+v05ZQv8CH0YXsRSAaQFbsX8cJg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4hprMq3G6wzwfH for ; Tue, 22 Sep 2026 06:50:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 1c035 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Tue, 22 Sep 2026 06:50:47 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Enji Cooper Subject: git: a8b30af1c1d8 - stable/14 - lib/libarchive/tests/Makefile: minor fixes List-Id: Commits to the stable branches of the FreeBSD src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-branches List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-branches@freebsd.org Sender: owner-dev-commits-src-branches@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ngie X-Git-Repository: src X-Git-Refname: refs/heads/stable/14 X-Git-Reftype: branch X-Git-Commit: a8b30af1c1d886ee4f25b6684190515efca9cf6a Auto-Submitted: auto-generated Date: Tue, 22 Sep 2026 06:50:47 +0000 Message-Id: <6ab22547.1c035.2ccbfe0@gitrepo.freebsd.org> The branch stable/14 has been updated by ngie: URL: https://cgit.FreeBSD.org/src/commit/?id=a8b30af1c1d886ee4f25b6684190515efca9cf6a commit a8b30af1c1d886ee4f25b6684190515efca9cf6a Author: Enji Cooper AuthorDate: 2026-09-01 19:02:06 +0000 Commit: Enji Cooper CommitDate: 2026-09-22 06:47:53 +0000 lib/libarchive/tests/Makefile: minor fixes - Remove trailing whitespace - Fix typo with variable referenced adding sources for `test_fuzz`. MFC after: 2 weeks (cherry picked from commit edbb2e9d7a9aba7194dd0f37cede7aea51408f74) --- lib/libarchive/tests/Makefile | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/lib/libarchive/tests/Makefile b/lib/libarchive/tests/Makefile index d805fa4536a3..b23962f68b19 100644 --- a/lib/libarchive/tests/Makefile +++ b/lib/libarchive/tests/Makefile @@ -394,13 +394,14 @@ BROKEN_TESTS+= test_read_filter_lz4_raw_skip # test_fuzz.c is not a real test, but rather a simple fuzz-test using random(). # Since this is not a regression/unit test, we don't include it by default. # If you would still like to include it, comment out the `.if 0`. -TEST_SCRCS+= test_fuzz.c +TESTS_SRCS+= \ + test_fuzz.c ${PACKAGE}FILES+= test_fuzz.cab.uu ${PACKAGE}FILES+= test_fuzz.lzh.uu ${PACKAGE}FILES+= test_fuzz_1.iso.Z.uu # Non-deterministic failures: # (Times out?) [and] crashes -BROKEN_TESTS+= test_fuzz_rar +BROKEN_TESTS+= test_fuzz_rar .endif # Build the test program. @@ -485,7 +486,7 @@ ${PACKAGE}FILES+= test_compat_zstd_2.tar.zst.uu ${PACKAGE}FILES+= test_pax_filename_encoding.tar.uu ${PACKAGE}FILES+= test_pax_xattr_header_all.tar.uu ${PACKAGE}FILES+= test_pax_xattr_header_libarchive.tar.uu -${PACKAGE}FILES+= test_pax_xattr_header_schily.tar.uu +${PACKAGE}FILES+= test_pax_xattr_header_schily.tar.uu ${PACKAGE}FILES+= test_rar_multivolume_multiple_files.part1.rar.uu ${PACKAGE}FILES+= test_rar_multivolume_multiple_files.part2.rar.uu ${PACKAGE}FILES+= test_rar_multivolume_multiple_files.part3.rar.uu @@ -506,7 +507,7 @@ ${PACKAGE}FILES+= test_rar_multivolume_uncompressed_files.part08.rar.uu ${PACKAGE}FILES+= test_rar_multivolume_uncompressed_files.part09.rar.uu ${PACKAGE}FILES+= test_rar_multivolume_uncompressed_files.part10.rar.uu ${PACKAGE}FILES+= test_read_data_into_fd_size_exceeds_declared_deflate.zip.uu -${PACKAGE}FILES+= test_read_data_into_fd_size_exceeds_declared_stored.zip.uu +${PACKAGE}FILES+= test_read_data_into_fd_size_exceeds_declared_stored.zip.uu ${PACKAGE}FILES+= test_read_files_compressed.part01.uu ${PACKAGE}FILES+= test_read_files_compressed.part02.uu ${PACKAGE}FILES+= test_read_filter_grzip.tar.grz.uu @@ -541,7 +542,7 @@ ${PACKAGE}FILES+= test_read_format_7zip_deflate.7z.uu ${PACKAGE}FILES+= test_read_format_7zip_delta_lzma1.7z.uu ${PACKAGE}FILES+= test_read_format_7zip_delta_lzma2.7z.uu ${PACKAGE}FILES+= test_read_format_7zip_delta4_lzma1.7z.uu -${PACKAGE}FILES+= test_read_format_7zip_delta4_lzma2.7z.uu +${PACKAGE}FILES+= test_read_format_7zip_delta4_lzma2.7z.uu ${PACKAGE}FILES+= test_read_format_7zip_empty_archive.7z.uu ${PACKAGE}FILES+= test_read_format_7zip_empty_file.7z.uu ${PACKAGE}FILES+= test_read_format_7zip_archive_properties.7z.uu @@ -564,12 +565,12 @@ ${PACKAGE}FILES+= test_read_format_7zip_lzma2_sparc.7z.uu ${PACKAGE}FILES+= test_read_format_7zip_malformed.7z.uu ${PACKAGE}FILES+= test_read_format_7zip_malformed2.7z.uu ${PACKAGE}FILES+= test_read_format_7zip_malformed3.7z.uu -${PACKAGE}FILES+= test_read_format_7zip_malformed4.7z.uu -${PACKAGE}FILES+= test_read_format_7zip_malformed_numfiles_oom.7z.uu +${PACKAGE}FILES+= test_read_format_7zip_malformed4.7z.uu +${PACKAGE}FILES+= test_read_format_7zip_malformed_numfiles_oom.7z.uu ${PACKAGE}FILES+= test_read_format_7zip_packinfo_digests.7z.uu ${PACKAGE}FILES+= test_read_format_7zip_ppmd.7z.uu ${PACKAGE}FILES+= test_read_format_7zip_sfx_boundary_elf.elf.uu -${PACKAGE}FILES+= test_read_format_7zip_sfx_boundary_pe.exe.uu +${PACKAGE}FILES+= test_read_format_7zip_sfx_boundary_pe.exe.uu ${PACKAGE}FILES+= test_read_format_7zip_sfx_elf64trunc.elf.uu ${PACKAGE}FILES+= test_read_format_7zip_sfx_elf.elf.uu ${PACKAGE}FILES+= test_read_format_7zip_sfx_modified_pe.exe.uu @@ -588,13 +589,13 @@ ${PACKAGE}FILES+= test_read_format_cab_2.cab.uu ${PACKAGE}FILES+= test_read_format_cab_3.cab.uu ${PACKAGE}FILES+= test_read_format_cab_filename_cp932.cab.uu ${PACKAGE}FILES+= test_read_format_cab_lzx_16bit.cab.uu -${PACKAGE}FILES+= test_read_format_cab_lzx_e8.cab.uu +${PACKAGE}FILES+= test_read_format_cab_lzx_e8.cab.uu ${PACKAGE}FILES+= test_read_format_cab_lzx_oob.cab.uu -${PACKAGE}FILES+= test_read_format_cab_multi.p1.cab.uu -${PACKAGE}FILES+= test_read_format_cab_multi.p2.cab.uu +${PACKAGE}FILES+= test_read_format_cab_multi.p1.cab.uu +${PACKAGE}FILES+= test_read_format_cab_multi.p2.cab.uu ${PACKAGE}FILES+= test_read_format_cab_skip_malformed.cab.uu -${PACKAGE}FILES+= test_read_format_cpio_afio_header.part1.cpio.uu -${PACKAGE}FILES+= test_read_format_cpio_afio_header.part2.cpio.uu +${PACKAGE}FILES+= test_read_format_cpio_afio_header.part1.cpio.uu +${PACKAGE}FILES+= test_read_format_cpio_afio_header.part2.cpio.uu ${PACKAGE}FILES+= test_read_format_cpio_bin_be.cpio.uu ${PACKAGE}FILES+= test_read_format_cpio_bin_le.cpio.uu ${PACKAGE}FILES+= test_read_format_cpio_filename_cp866.cpio.uu @@ -765,7 +766,7 @@ ${PACKAGE}FILES+= test_read_format_tar_pax_g_large.tar.uu ${PACKAGE}FILES+= test_read_format_tar_pax_large_attr.tar.Z.uu ${PACKAGE}FILES+= test_read_format_tar_pax_negative_time.tar.uu ${PACKAGE}FILES+= test_read_format_tar_pax_sun_holesdata.tar.uu -${PACKAGE}FILES+= test_read_format_tar_pax_timestamps.tar.uu +${PACKAGE}FILES+= test_read_format_tar_pax_timestamps.tar.uu ${PACKAGE}FILES+= test_read_format_tar_timestamp_overflow.tar.uu ${PACKAGE}FILES+= test_read_format_ustar_filename_cp866.tar.Z.uu ${PACKAGE}FILES+= test_read_format_ustar_filename_eucjp.tar.Z.uu @@ -832,9 +833,9 @@ ${PACKAGE}FILES+= test_read_format_zip_winzip_aes256.zip.uu ${PACKAGE}FILES+= test_read_format_zip_winzip_aes256_large.zip.uu ${PACKAGE}FILES+= test_read_format_zip_winzip_aes256_large_bzip2.zip.uu ${PACKAGE}FILES+= test_read_format_zip_winzip_aes256_large_lzma.zip.uu -${PACKAGE}FILES+= test_read_format_zip_winzip_aes256_large_ppmd.zip.uu -${PACKAGE}FILES+= test_read_format_zip_winzip_aes256_large_xz.zip.uu -${PACKAGE}FILES+= test_read_format_zip_winzip_aes256_large_zstd.zip.uu +${PACKAGE}FILES+= test_read_format_zip_winzip_aes256_large_ppmd.zip.uu +${PACKAGE}FILES+= test_read_format_zip_winzip_aes256_large_xz.zip.uu +${PACKAGE}FILES+= test_read_format_zip_winzip_aes256_large_zstd.zip.uu ${PACKAGE}FILES+= test_read_format_zip_winzip_aes256_stored.zip.uu ${PACKAGE}FILES+= test_read_format_zip_xz_multi.zipx.uu ${PACKAGE}FILES+= test_read_format_zip_zip64a.zip.uu