]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Add some 7zip zstd reader tests
authorMostyn Bramley-Moore <mostyn@antipode.se>
Mon, 29 May 2023 06:25:37 +0000 (08:25 +0200)
committerMartin Matuška <martin@matuska.de>
Thu, 13 Jul 2023 22:14:52 +0000 (00:14 +0200)
commit7911ce4de9bdedfc2b49e9ef2a65ac630ce995d7
tree953c30cb0edc116bb8b0a54e080f4cde3995beb1
parentdc56a48d90973bc9c876e97b41b2ed35d04d81f5
Add some 7zip zstd reader tests

There is a popular 7-Zip fork with zstandard support, with releases as
far back as 2017:
https://github.com/mcmilk/7-Zip-zstd.git

Zstandard support is not yet available in 7-Zip, though it is planned
for a future release:
https://sourceforge.net/p/sevenzip/feature-requests/1580/

This change adds a couple of tests for reading 7-Zip archives which
use zstandard compression. They are expected to fail until support is
added in the following commit.

Relates to #1656.
libarchive/test/test_read_format_7zip.c
libarchive/test/test_read_format_7zip_solid_zstd.7z.uu [new file with mode: 0644]
libarchive/test/test_read_format_7zip_zstd.7z.uu [new file with mode: 0644]
libarchive/test/test_read_format_7zip_zstd_bcj.7z.uu [new file with mode: 0644]
libarchive/test/test_read_format_7zip_zstd_nobcj.7z.uu [new file with mode: 0644]