aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/xz/testdata/other
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-07-25 14:03:03 +0900
committerOphestra <cat@gensokyo.uk>2026-07-25 14:03:34 +0900
commite5abf51296fa1405c4a6314eafc1b97d247c5b60 (patch)
tree8e54f3a684dd0b875756b3a4eca13cd79ab695f1 /internal/xz/testdata/other
parente26914cd6f86341daff4c3d7282d9a8cf8e4611a (diff)
internal/pkg: decompress xz streams
This uses a port of the public domain xz implementation. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/xz/testdata/other')
-rw-r--r--internal/xz/testdata/other/good-1-x86-lzma2-offset-2048.xzbin0 -> 724 bytes
-rw-r--r--internal/xz/testdata/other/good-2-lzma2-corrupt.xzbin0 -> 92 bytes
-rw-r--r--internal/xz/testdata/other/random-1mb.xzbin0 -> 1000108 bytes
-rw-r--r--internal/xz/testdata/other/words.xzbin0 -> 42664 bytes
-rw-r--r--internal/xz/testdata/other/zeros-100mb.xzbin0 -> 14676 bytes
5 files changed, 0 insertions, 0 deletions
diff --git a/internal/xz/testdata/other/good-1-x86-lzma2-offset-2048.xz b/internal/xz/testdata/other/good-1-x86-lzma2-offset-2048.xz
new file mode 100644
index 00000000..14aa5b0a
--- /dev/null
+++ b/internal/xz/testdata/other/good-1-x86-lzma2-offset-2048.xz
Binary files differ
diff --git a/internal/xz/testdata/other/good-2-lzma2-corrupt.xz b/internal/xz/testdata/other/good-2-lzma2-corrupt.xz
new file mode 100644
index 00000000..a3b902fa
--- /dev/null
+++ b/internal/xz/testdata/other/good-2-lzma2-corrupt.xz
Binary files differ
diff --git a/internal/xz/testdata/other/random-1mb.xz b/internal/xz/testdata/other/random-1mb.xz
new file mode 100644
index 00000000..29f59f13
--- /dev/null
+++ b/internal/xz/testdata/other/random-1mb.xz
Binary files differ
diff --git a/internal/xz/testdata/other/words.xz b/internal/xz/testdata/other/words.xz
new file mode 100644
index 00000000..9c682cf4
--- /dev/null
+++ b/internal/xz/testdata/other/words.xz
Binary files differ
diff --git a/internal/xz/testdata/other/zeros-100mb.xz b/internal/xz/testdata/other/zeros-100mb.xz
new file mode 100644
index 00000000..4d7fe0d0
--- /dev/null
+++ b/internal/xz/testdata/other/zeros-100mb.xz
Binary files differ