summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Tests: Remove unused macros and functions.Jia Tan2023-03-131-75/+0
* liblzma: Defines masks for return values from lzma_index_checks().Jia Tan2023-03-131-11/+11
* Tests: Refactors existing lzma_index tests.Jia Tan2023-03-131-544/+1492
* Tests: Small tweak to test-vli.c.Jia Tan2023-02-241-0/+2
* Tests: Create test_filter_str.c.Jia Tan2023-02-032-0/+595
* Tests: Fix warnings from clang --Wassign-enum.Lasse Collin2023-01-124-8/+17
* Tests: Silence warnings from -Wsign-conversion.Lasse Collin2023-01-122-8/+8
* Tests: test_lzip_decoder: Remove trailing white-space.Lasse Collin2023-01-121-2/+2
* Tests: test_lzip_decoder: Silence warnings from -Wsign-conversion.Lasse Collin2023-01-121-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-081-2/+2
* Merge pull request #7 from tukaani-project/tuktest_index_hashJia Tan2023-01-072-0/+391
|\
| * Tests: test_index_hash: Add an assert_uint_eq().Lasse Collin2023-01-061-0/+3
| * Tests: test_index_hash: Fix a memory leak.Lasse Collin2023-01-061-0/+2
| * Tests: test_index_hash: Don't treat pointers as booleans.Lasse Collin2023-01-061-3/+3
| * Tests: test_index_hash: Fix a typo in a comment.Lasse Collin2023-01-061-1/+1
| * Tests: test_index_hash: Avoid the variable name "index".Lasse Collin2023-01-061-8/+8
| * Tests: test_index_hash: Use the word "Record" instead of "entry".Lasse Collin2023-01-061-51/+51
| * Tests: test_index_hash: Tweak comments and style.Lasse Collin2023-01-061-29/+33
| * Tests: test_index_hash: Use INDEX_INDICATOR constant instead of 0.Lasse Collin2023-01-061-1/+1
| * Tests: Creates test_index_hash.cJia Tan2023-01-022-0/+382
* | Tests: Adjust style in test_compress.sh.Lasse Collin2023-01-041-5/+7
* | Tests: Replace non portable shell parameter expansionJia Tan2023-01-044-10/+16
|/
* Tests: test_check: Test corner cases of CLMUL CRC64.Lasse Collin2022-12-301-0/+27
* Tests: Clarify a comment in test_lzip_decoder.c.Lasse Collin2022-12-301-2/+6
* Tests: Adds lzip decoder testsJia Tan2022-12-302-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