summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Tests: tuktest.h: Add malloc wrapper with automatic freeing.Lasse Collin2022-06-161-0/+124
* Tests: tuktest.h: Move a function.Lasse Collin2022-06-161-22/+22
* Tests: test_vli: Remove an invalid test-assertion.Lasse Collin2022-06-141-2/+0
* Tests: test_vli: Add const where appropriate.Lasse Collin2022-06-141-25/+28
* Created tests for all functions exported in vli.hJia Tan2022-06-142-1/+311
* Tests: Use good-1-empty-bcj-lzma2.xz in test_bcj_exact_size.Lasse Collin2022-06-141-12/+7
* Tests: Add file reading helpers to tuktest.h.Lasse Collin2022-06-141-7/+176
* Tests: tuktest.h: Move a printf from a macro to a helper function.Lasse Collin2022-06-141-8/+18
* Tests: Add test file good-1-empty-bcj-lzma2.xz.Lasse Collin2022-06-142-0/+5
* Tests: Created tests for hardware functions.Jia Tan2022-06-102-0/+47
* Tests: Convert test_check to tuktest.Lasse Collin2022-06-021-34/+33
* Tests: Convert test_block_header to tuktest.Lasse Collin2022-06-021-37/+52
* Tests: Convert test_bcj_exact_size to tuktest.Lasse Collin2022-06-021-34/+41
* Tests: Include tuktest.h in tests.h.Lasse Collin2022-06-021-24/+23
* Tests: Add tuktest.h mini-test-framework.Lasse Collin2022-06-022-0/+753
* Tests: Split test_compress.sh into separate test unit for each file.Lasse Collin2022-05-237-40/+77
* Test: Make create_compress_files.c a little more flexible.Lasse Collin2022-05-231-10/+15
* Tests: Remove unneeded commented lines from test_compress.sh.Lasse Collin2022-05-231-13/+0
* Tests: Remove progress indicator from test_compress.sh.Lasse Collin2022-05-231-9/+0
* Tests: Add bad-1-lzma2-11.xz.Lasse Collin2022-02-202-0/+5
* Tests: Add bad-1-lzma2-10.xz and also modify -9.xz.Lasse Collin2021-01-243-2/+9
* Tests: Add bad-1-lzma2-9.xz.Lasse Collin2021-01-242-0/+4
* Tests: Add bad-1-check-crc32-2.xz.Lasse Collin2021-01-242-0/+7
* Use $(LIB_FUZZING_ENGINE) in tests/ossfuzz/Makefile.Lasse Collin2020-01-191-1/+1
* Rename unaligned_read32ne to read32ne, and similarly for the others.Lasse Collin2019-12-312-5/+5
* Tests: Hopefully fix test_check.c to work on EBCDIC systems.Lasse Collin2019-12-291-2/+7
* Tests: Silence warnings from clang -Wassign-enum.Lasse Collin2019-06-252-2/+3
* Tests: Silence a warning from -Wsign-conversion.Lasse Collin2019-06-241-4/+4
* Tests: Remove a duplicate branch from tests/tests.h.Lasse Collin2019-06-241-7/+2
* Tests: Add a fuzz test program and a config file for OSS-Fuzz.Lasse Collin2018-11-025-0/+94
* Tests: Add tests for the two bugs fixed in index.c.Lasse Collin2015-10-121-0/+30
* Tests: Fix a memory leak in test_bcj_exact_size.Lasse Collin2015-05-131-0/+1
* Tests: Don't hide unexpected error messages in test_files.sh.Lasse Collin2015-01-061-2/+2
* xzgrep: List xzgrep_expected_output in tests/Makefile.am.Lasse Collin2014-06-131-1/+2
* xzgrep: Improve the test script.Lasse Collin2014-06-133-11/+55
* xzgrep: Add a test for the previous fix.Lasse Collin2014-06-111-4/+22
* Tests: Remove tests/test_block.c that had gotten committed accidentally.Lasse Collin2012-07-051-52/+0
* liblzma: Fix possibility of incorrect LZMA_BUF_ERROR.Lasse Collin2012-05-282-1/+115
* Tests: Fix a compiler warning with _FORTIFY_SOURCE.Lasse Collin2012-01-101-1/+2
* Build: Fix "make check" on Windows.Lasse Collin2011-09-061-2/+5