aboutsummaryrefslogtreecommitdiff
path: root/tests/files
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2008-12-15 11:20:22 +0200
committerLasse Collin <lasse.collin@tukaani.org>2008-12-15 11:20:22 +0200
commitf9f2d1e74398500724041f7fb3c38db35ad8c8d8 (patch)
tree92683524ee59377723b386ec82483b4b5b6798a1 /tests/files
parentFix data corruption in LZMA2 decoder. (diff)
downloadxz-f9f2d1e74398500724041f7fb3c38db35ad8c8d8.tar.xz
Added two new test files.
Diffstat (limited to 'tests/files')
-rw-r--r--tests/files/README7
-rw-r--r--tests/files/bad-1-lzma2-8.xzbin0 -> 464 bytes
-rw-r--r--tests/files/good-1-lzma2-4.xzbin0 -> 464 bytes
3 files changed, 7 insertions, 0 deletions
diff --git a/tests/files/README b/tests/files/README
index 8f0a73a7..a8516f2a 100644
--- a/tests/files/README
+++ b/tests/files/README
@@ -83,6 +83,10 @@
uncompressed and the second is LZMA. The first chunk resets dictionary
and the second sets new properties.
+ good-1-lzma2-4.xz has three LZMA2 chunks: First is LZMA, second is
+ uncompressed with dictionary reset, and third is LZMA with new
+ properties but without dictionary reset.
+
good-1-3delta-lzma2.xz has three Delta filters and LZMA2.
@@ -222,3 +226,6 @@
bad-1-lzma2-7.xz has EOPM at LZMA level.
+ bad-1-lzma2-8.xz is like good-1-lzma2-4.xz but doesn't set new
+ properties in the third LZMA2 chunk.
+
diff --git a/tests/files/bad-1-lzma2-8.xz b/tests/files/bad-1-lzma2-8.xz
new file mode 100644
index 00000000..f21a71b6
--- /dev/null
+++ b/tests/files/bad-1-lzma2-8.xz
Binary files differ
diff --git a/tests/files/good-1-lzma2-4.xz b/tests/files/good-1-lzma2-4.xz
new file mode 100644
index 00000000..e0d623a0
--- /dev/null
+++ b/tests/files/good-1-lzma2-4.xz
Binary files differ