aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2008-01-26 11:09:17 +0200
committerLasse Collin <lasse.collin@tukaani.org>2008-01-26 11:09:17 +0200
commit288b232f54c3692cd36f471d4042f51daf3ea79f (patch)
treec0827aa9c2becbf0ed168762fcc5592aa7aa9488
parentAdded more test files. (diff)
downloadxz-288b232f54c3692cd36f471d4042f51daf3ea79f.tar.xz
Added more test files.
Diffstat (limited to '')
-rw-r--r--tests/files/README11
-rw-r--r--tests/files/bad-multi-none-header_7.lzmabin0 -> 59 bytes
-rw-r--r--tests/files/good-single-sparc-lzma.lzmabin0 -> 2263 bytes
-rw-r--r--tests/files/good-single-x86-lzma.lzmabin0 -> 1909 bytes
4 files changed, 11 insertions, 0 deletions
diff --git a/tests/files/README b/tests/files/README
index 841ec2c1..4a7d5f88 100644
--- a/tests/files/README
+++ b/tests/files/README
@@ -70,6 +70,14 @@
good-single-delta-lzma.tiff.lzma is an image file that compresses
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
the file, and no EOPM.
@@ -219,6 +227,9 @@
decoder should abort before decoding any Data Blocks; all Multi-Block
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
Data Block. A sophisticated decoder should detect this error before
producing any output, because it can see that the Uncompressed Size
diff --git a/tests/files/bad-multi-none-header_7.lzma b/tests/files/bad-multi-none-header_7.lzma
new file mode 100644
index 00000000..66b2d4b5
--- /dev/null
+++ b/tests/files/bad-multi-none-header_7.lzma
Binary files differ
diff --git a/tests/files/good-single-sparc-lzma.lzma b/tests/files/good-single-sparc-lzma.lzma
new file mode 100644
index 00000000..c464fbb3
--- /dev/null
+++ b/tests/files/good-single-sparc-lzma.lzma
Binary files differ
diff --git a/tests/files/good-single-x86-lzma.lzma b/tests/files/good-single-x86-lzma.lzma
new file mode 100644
index 00000000..04b9b2d4
--- /dev/null
+++ b/tests/files/good-single-x86-lzma.lzma
Binary files differ