diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-07-25 14:03:03 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-07-25 14:03:34 +0900 |
| commit | e5abf51296fa1405c4a6314eafc1b97d247c5b60 (patch) | |
| tree | 8e54f3a684dd0b875756b3a4eca13cd79ab695f1 /internal/xz/testdata/other | |
| parent | e26914cd6f86341daff4c3d7282d9a8cf8e4611a (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.xz | bin | 0 -> 724 bytes |
| -rw-r--r-- | internal/xz/testdata/other/good-2-lzma2-corrupt.xz | bin | 0 -> 92 bytes |
| -rw-r--r-- | internal/xz/testdata/other/random-1mb.xz | bin | 0 -> 1000108 bytes |
| -rw-r--r-- | internal/xz/testdata/other/words.xz | bin | 0 -> 42664 bytes |
| -rw-r--r-- | internal/xz/testdata/other/zeros-100mb.xz | bin | 0 -> 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 Binary files differnew file mode 100644 index 00000000..14aa5b0a --- /dev/null +++ b/internal/xz/testdata/other/good-1-x86-lzma2-offset-2048.xz diff --git a/internal/xz/testdata/other/good-2-lzma2-corrupt.xz b/internal/xz/testdata/other/good-2-lzma2-corrupt.xz Binary files differnew file mode 100644 index 00000000..a3b902fa --- /dev/null +++ b/internal/xz/testdata/other/good-2-lzma2-corrupt.xz diff --git a/internal/xz/testdata/other/random-1mb.xz b/internal/xz/testdata/other/random-1mb.xz Binary files differnew file mode 100644 index 00000000..29f59f13 --- /dev/null +++ b/internal/xz/testdata/other/random-1mb.xz diff --git a/internal/xz/testdata/other/words.xz b/internal/xz/testdata/other/words.xz Binary files differnew file mode 100644 index 00000000..9c682cf4 --- /dev/null +++ b/internal/xz/testdata/other/words.xz diff --git a/internal/xz/testdata/other/zeros-100mb.xz b/internal/xz/testdata/other/zeros-100mb.xz Binary files differnew file mode 100644 index 00000000..4d7fe0d0 --- /dev/null +++ b/internal/xz/testdata/other/zeros-100mb.xz |
