From 60f45bdbaa6b07558b3f4baac285739b0c6342f5 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Tue, 13 Dec 2022 12:30:09 +0200 Subject: Tests: Add two ARM64 test files. --- tests/files/README | 7 +++++++ tests/files/good-1-arm64-lzma2-1.xz | Bin 0 -> 512 bytes tests/files/good-1-arm64-lzma2-2.xz | Bin 0 -> 488 bytes 3 files changed, 7 insertions(+) create mode 100644 tests/files/good-1-arm64-lzma2-1.xz create mode 100644 tests/files/good-1-arm64-lzma2-2.xz (limited to 'tests/files') diff --git a/tests/files/README b/tests/files/README index 4aca0b11..3c54e51e 100644 --- a/tests/files/README +++ b/tests/files/README @@ -73,6 +73,13 @@ uncompressed file is compress_prepared_bcj_sparc found from the tests directory. + good-1-arm64-lzma2-1.xz uses the ARM64 filter and LZMA2. The + uncompressed data is constructed so that it tests integer + wrap around and sign extension. + + good-1-arm64-lzma2-2.xz is like good-1-arm64-lzma2-1.xz but with + non-zero start offset. XZ Embedded doesn't support this file. + good-1-lzma2-1.xz has two LZMA2 chunks, of which the second sets new properties. diff --git a/tests/files/good-1-arm64-lzma2-1.xz b/tests/files/good-1-arm64-lzma2-1.xz new file mode 100644 index 00000000..78169f14 Binary files /dev/null and b/tests/files/good-1-arm64-lzma2-1.xz differ diff --git a/tests/files/good-1-arm64-lzma2-2.xz b/tests/files/good-1-arm64-lzma2-2.xz new file mode 100644 index 00000000..e0302fe9 Binary files /dev/null and b/tests/files/good-1-arm64-lzma2-2.xz differ -- cgit v1.2.3