summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Tests: Remove unused macros and functions.Jia Tan2023-03-131-75/+0
* Tests: Refactors existing lzma_index tests.Jia Tan2023-03-131-544/+1492
* Tests: Small tweak to test-vli.c.Jia Tan2023-03-071-0/+2
* Tests: Create test_filter_str.c.Jia Tan2023-02-032-0/+595
* Tests: Fix warnings from clang --Wassign-enum.Lasse Collin2023-02-034-8/+17
* Tests: Silence warnings from -Wsign-conversion.Lasse Collin2023-02-032-8/+8
* Tests: test_lzip_decoder: Remove trailing white-space.Lasse Collin2023-02-031-2/+2
* Tests: test_lzip_decoder: Silence warnings from -Wsign-conversion.Lasse Collin2023-02-031-6/+7
* Tests: Fix test_filter_flags copy/paste error.Jia Tan2023-01-111-2/+2
* Tests: Fix type-limits warning in test_filter_flags.Jia Tan2023-01-111-3/+10
* Tests: Fix unused function warning in test_block_header.Jia Tan2023-01-111-0/+4
* Tests: Fix unused function warning in test_index_hash.Jia Tan2023-01-111-3/+1
* Tests: test_filter_flags: Clean up minor issues.Lasse Collin2023-01-091-75/+78
* Tests: Refactors existing filter flags tests.Jia Tan2023-01-091-198/+457
* Tests: tuktest.h: Support tuktest_malloc(0).Lasse Collin2023-01-091-2/+2
* Tests: Creates test_index_hash.cJia Tan2023-01-092-0/+391
* Tests: Adjust style in test_compress.sh.Lasse Collin2023-01-041-5/+7
* Tests: Replace non portable shell parameter expansionJia Tan2023-01-054-10/+16
* Tests: test_check: Test corner cases of CLMUL CRC64.Lasse Collin2023-01-051-0/+27
* Tests: Clarify a comment in test_lzip_decoder.c.Lasse Collin2023-01-051-2/+6
* Tests: Adds lzip decoder testsJia Tan2022-12-282-0/+473
* Tests: Fix a typo in tests/files/README.Lasse Collin2022-12-131-1/+1
* Tests: Add two ARM64 test files.Lasse Collin2022-12-134-0/+12
* Tests: Test the .lz files in test_files.sh.Lasse Collin2022-11-091-0/+25
* Tests: Add .lz (lzip) test files.Lasse Collin2022-11-0919-11/+98
* Tests: test_files.sh: Make it not fail if features were disabled at build.Lasse Collin2022-10-271-4/+46
* Tests: test_files.sh: Suppress an expected warning from the log.Lasse Collin2022-10-271-2/+2
* Tests: test_files.sh: Print the reason for skipping if xz & xzdec missing.Lasse Collin2022-10-271-0/+1
* Tests: Keep test_compress_* working when some filters are unavailable.Lasse Collin2022-10-271-14/+20
* Tests: test_bcj_exact_size skips properly now if PowerPC filter disabled.Jia Tan2022-10-261-0/+3
* Tests: Test also unsupported-*.xz.Lasse Collin2022-10-261-0/+37
* Tests: Skip tests in test_*.sh if encoders and/or decoders are disabled.Lasse Collin2022-10-193-0/+34
* Test: Remove the (exit 1) lines.Lasse Collin2022-10-193-25/+0
* Tests: Fix a warning in test_memlimit.c when decoders are disabled.Lasse Collin2022-10-191-0/+3
* Tests: Refactor test_stream_flags.c.Jia Tan2022-10-061-117/+416
* Tests: Refactor test_block_header.c.Jia Tan2022-10-061-116/+370
* Tests: Fix compilation issues.Jia Tan2022-10-066-9/+56
* Tests: Include mythread.h in the tests that use MYTHREAD_ENABLED.Lasse Collin2022-10-053-0/+3
* Tests: Fix compilation error when threading support has been disabled.Jia Tan2022-10-053-0/+12
* Tests: Create a test for the lzma_index_cat bug.Jia Tan2022-09-281-1/+42
* Tests: Add test_memlimit.c to test restarting after LZMA_MEMLIMIT_ERROR.Lasse Collin2022-09-282-0/+153
* Tests: Add a test file for lzma_index_append() integer overflow bug.Lasse Collin2022-09-163-0/+18
* Tests: Silence warnings about unused functions from tuktest.h.Lasse Collin2022-09-091-0/+10
* Tests: Add the .lzma files to test_files.sh.Lasse Collin2022-07-141-0/+20
* Tests: Add .lzma test files.Lasse Collin2022-07-149-13/+50
* Created script to generate code coverage reports.Jia Tan2022-07-101-0/+79
* Tests: Add more tests into test_check.Jia Tan2022-06-162-7/+295
* Tests: Use char[][24] array for enum_strings_lzma_ret.Lasse Collin2022-06-161-1/+1
* Tests: tuktest.h: Add tuktest_error_impl to help with error conditions.Lasse Collin2022-06-161-40/+32
* Tests: tuktest.h: Rename file_from_* and use tuktest_malloc there.Lasse Collin2022-06-162-31/+25