mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Added more test files.
This commit is contained in:
parent
c467b0defc
commit
288b232f54
4 changed files with 11 additions and 0 deletions
|
@ -70,6 +70,14 @@
|
||||||
good-single-delta-lzma.tiff.lzma is an image file that compresses
|
good-single-delta-lzma.tiff.lzma is an image file that compresses
|
||||||
better with Delta+LZMA than with plain LZMA.
|
better with Delta+LZMA than with plain LZMA.
|
||||||
|
|
||||||
|
good-single-x86-lzma.lzma uses the x86 filter (BCJ) and LZMA. The
|
||||||
|
uncompressed file is compress_prepared_bcj_x86 found from the tests
|
||||||
|
directory.
|
||||||
|
|
||||||
|
good-single-sparc-lzma.lzma uses the SPARC filter and LZMA. The
|
||||||
|
uncompressed file is compress_prepared_bcj_sparc found from the tests
|
||||||
|
directory.
|
||||||
|
|
||||||
good-single-lzma-flush_1.lzma has a flush marker in the middle of
|
good-single-lzma-flush_1.lzma has a flush marker in the middle of
|
||||||
the file, and no EOPM.
|
the file, and no EOPM.
|
||||||
|
|
||||||
|
@ -219,6 +227,9 @@
|
||||||
decoder should abort before decoding any Data Blocks; all Multi-Block
|
decoder should abort before decoding any Data Blocks; all Multi-Block
|
||||||
decoders must detect the file as corrupt at some point.
|
decoders must detect the file as corrupt at some point.
|
||||||
|
|
||||||
|
bad-multi-none-header_7.lzma has zero as the Size of Header Metadata
|
||||||
|
Block in the Header Metadata Block.
|
||||||
|
|
||||||
bad-multi-none-block_1.lzma has wrong Uncompressed Size in the first
|
bad-multi-none-block_1.lzma has wrong Uncompressed Size in the first
|
||||||
Data Block. A sophisticated decoder should detect this error before
|
Data Block. A sophisticated decoder should detect this error before
|
||||||
producing any output, because it can see that the Uncompressed Size
|
producing any output, because it can see that the Uncompressed Size
|
||||||
|
|
BIN
tests/files/bad-multi-none-header_7.lzma
Normal file
BIN
tests/files/bad-multi-none-header_7.lzma
Normal file
Binary file not shown.
BIN
tests/files/good-single-sparc-lzma.lzma
Normal file
BIN
tests/files/good-single-sparc-lzma.lzma
Normal file
Binary file not shown.
BIN
tests/files/good-single-x86-lzma.lzma
Normal file
BIN
tests/files/good-single-x86-lzma.lzma
Normal file
Binary file not shown.
Loading…
Reference in a new issue