index
:
xz.git
jiatan/v5.6.0/autofoo
jiatan/v5.6.0/tar
jiatan/v5.6.0/unpack
jiatan/v5.6.1/autofoo
jiatan/v5.6.1/tar
jiatan/v5.6.1/unpack
larhzu/master
larhzu/v5.0
larhzu/v5.2
larhzu/v5.4
larhzu/v5.6
XZ Utils
Lasse Collin
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-26
Tests: Improve comments in test_index.c.
Jia Tan
1
-3
/
+3
2023-10-26
Tests: Style fixes to test_lzip_decoder.c.
Jia Tan
1
-12
/
+24
2023-08-01
Docs: Fix typos found by codespell
Dimitri Papadopoulos Orfanos
3
-4
/
+4
2023-08-01
Tests: Skip .lz files in test_files.sh if not configured.
Jia Tan
1
-1
/
+1
2023-08-01
Tests: Add ARM64 filter test to test_compress.sh.
Jia Tan
1
-0
/
+1
2023-07-18
Tests: Improve feature testing for skipping.
Jia Tan
2
-3
/
+3
2023-07-18
Tests: Fix memory leaks in test_index.
Jia Tan
1
-0
/
+11
2023-07-18
Tests: Fix memory leaks in test_block_header.
Jia Tan
1
-16
/
+22
2023-03-13
Tests: Remove unused macros and functions.
Jia Tan
1
-75
/
+0
2023-03-13
Tests: Refactors existing lzma_index tests.
Jia Tan
1
-544
/
+1492
2023-03-07
Tests: Small tweak to test-vli.c.
Jia Tan
1
-0
/
+2
2023-02-03
Tests: Create test_filter_str.c.
Jia Tan
2
-0
/
+595
2023-02-03
Tests: Fix warnings from clang --Wassign-enum.
Lasse Collin
4
-8
/
+17
2023-02-03
Tests: Silence warnings from -Wsign-conversion.
Lasse Collin
2
-8
/
+8
2023-02-03
Tests: test_lzip_decoder: Remove trailing white-space.
Lasse Collin
1
-2
/
+2
2023-02-03
Tests: test_lzip_decoder: Silence warnings from -Wsign-conversion.
Lasse Collin
1
-6
/
+7
2023-01-11
Tests: Fix test_filter_flags copy/paste error.
Jia Tan
1
-2
/
+2
2023-01-11
Tests: Fix type-limits warning in test_filter_flags.
Jia Tan
1
-3
/
+10
2023-01-11
Tests: Fix unused function warning in test_block_header.
Jia Tan
1
-0
/
+4
2023-01-11
Tests: Fix unused function warning in test_index_hash.
Jia Tan
1
-3
/
+1
2023-01-09
Tests: test_filter_flags: Clean up minor issues.
Lasse Collin
1
-75
/
+78
2023-01-09
Tests: Refactors existing filter flags tests.
Jia Tan
1
-198
/
+457
2023-01-09
Tests: tuktest.h: Support tuktest_malloc(0).
Lasse Collin
1
-2
/
+2
2023-01-09
Tests: Creates test_index_hash.c
Jia Tan
2
-0
/
+391
2023-01-04
Tests: Adjust style in test_compress.sh.
Lasse Collin
1
-5
/
+7
2023-01-05
Tests: Replace non portable shell parameter expansion
Jia Tan
4
-10
/
+16
2023-01-05
Tests: test_check: Test corner cases of CLMUL CRC64.
Lasse Collin
1
-0
/
+27
2023-01-05
Tests: Clarify a comment in test_lzip_decoder.c.
Lasse Collin
1
-2
/
+6
2022-12-28
Tests: Adds lzip decoder tests
Jia Tan
2
-0
/
+473
2022-12-13
Tests: Fix a typo in tests/files/README.
Lasse Collin
1
-1
/
+1
2022-12-13
Tests: Add two ARM64 test files.
Lasse Collin
4
-0
/
+12
2022-11-09
Tests: Test the .lz files in test_files.sh.
Lasse Collin
1
-0
/
+25
2022-11-09
Tests: Add .lz (lzip) test files.
Lasse Collin
19
-11
/
+98
2022-10-27
Tests: test_files.sh: Make it not fail if features were disabled at build.
Lasse Collin
1
-4
/
+46
2022-10-27
Tests: test_files.sh: Suppress an expected warning from the log.
Lasse Collin
1
-2
/
+2
2022-10-27
Tests: test_files.sh: Print the reason for skipping if xz & xzdec missing.
Lasse Collin
1
-0
/
+1
2022-10-27
Tests: Keep test_compress_* working when some filters are unavailable.
Lasse Collin
1
-14
/
+20
2022-10-26
Tests: test_bcj_exact_size skips properly now if PowerPC filter disabled.
Jia Tan
1
-0
/
+3
2022-10-26
Tests: Test also unsupported-*.xz.
Lasse Collin
1
-0
/
+37
2022-10-19
Tests: Skip tests in test_*.sh if encoders and/or decoders are disabled.
Lasse Collin
3
-0
/
+34
2022-10-19
Test: Remove the (exit 1) lines.
Lasse Collin
3
-25
/
+0
2022-10-19
Tests: Fix a warning in test_memlimit.c when decoders are disabled.
Lasse Collin
1
-0
/
+3
2022-10-06
Tests: Refactor test_stream_flags.c.
Jia Tan
1
-117
/
+416
2022-10-06
Tests: Refactor test_block_header.c.
Jia Tan
1
-116
/
+370
2022-10-06
Tests: Fix compilation issues.
Jia Tan
6
-9
/
+56
2022-10-05
Tests: Include mythread.h in the tests that use MYTHREAD_ENABLED.
Lasse Collin
3
-0
/
+3
2022-10-05
Tests: Fix compilation error when threading support has been disabled.
Jia Tan
3
-0
/
+12
2022-09-28
Tests: Create a test for the lzma_index_cat bug.
Jia Tan
1
-1
/
+42
2022-09-28
Tests: Add test_memlimit.c to test restarting after LZMA_MEMLIMIT_ERROR.
Lasse Collin
2
-0
/
+153
2022-09-16
Tests: Add a test file for lzma_index_append() integer overflow bug.
Lasse Collin
3
-0
/
+18
2022-09-09
Tests: Silence warnings about unused functions from tuktest.h.
Lasse Collin
1
-0
/
+10
2022-07-14
Tests: Add the .lzma files to test_files.sh.
Lasse Collin
1
-0
/
+20
2022-07-14
Tests: Add .lzma test files.
Lasse Collin
9
-13
/
+50
2022-07-10
Created script to generate code coverage reports.
Jia Tan
1
-0
/
+79
2022-06-16
Tests: Add more tests into test_check.
Jia Tan
2
-7
/
+295
2022-06-16
Tests: Use char[][24] array for enum_strings_lzma_ret.
Lasse Collin
1
-1
/
+1
2022-06-16
Tests: tuktest.h: Add tuktest_error_impl to help with error conditions.
Lasse Collin
1
-40
/
+32
2022-06-16
Tests: tuktest.h: Rename file_from_* and use tuktest_malloc there.
Lasse Collin
2
-31
/
+25
2022-06-16
Tests: tuktest.h: Add malloc wrapper with automatic freeing.
Lasse Collin
1
-0
/
+124
2022-06-16
Tests: tuktest.h: Move a function.
Lasse Collin
1
-22
/
+22
2022-06-14
Tests: test_vli: Remove an invalid test-assertion.
Lasse Collin
1
-2
/
+0
2022-06-14
Tests: test_vli: Add const where appropriate.
Lasse Collin
1
-25
/
+28
2022-06-14
Created tests for all functions exported in vli.h
Jia Tan
2
-1
/
+311
2022-06-14
Tests: Use good-1-empty-bcj-lzma2.xz in test_bcj_exact_size.
Lasse Collin
1
-12
/
+7
2022-06-14
Tests: Add file reading helpers to tuktest.h.
Lasse Collin
1
-7
/
+176
2022-06-14
Tests: tuktest.h: Move a printf from a macro to a helper function.
Lasse Collin
1
-8
/
+18
2022-06-14
Tests: Add test file good-1-empty-bcj-lzma2.xz.
Lasse Collin
2
-0
/
+5
2022-06-10
Tests: Created tests for hardware functions.
Jia Tan
2
-0
/
+47
2022-06-02
Tests: Convert test_check to tuktest.
Lasse Collin
1
-34
/
+33
2022-06-02
Tests: Convert test_block_header to tuktest.
Lasse Collin
1
-37
/
+52
2022-06-02
Tests: Convert test_bcj_exact_size to tuktest.
Lasse Collin
1
-34
/
+41
2022-06-02
Tests: Include tuktest.h in tests.h.
Lasse Collin
1
-24
/
+23
2022-06-02
Tests: Add tuktest.h mini-test-framework.
Lasse Collin
2
-0
/
+753
2022-05-23
Tests: Split test_compress.sh into separate test unit for each file.
Lasse Collin
7
-40
/
+77
2022-05-23
Test: Make create_compress_files.c a little more flexible.
Lasse Collin
1
-10
/
+15
2022-05-23
Tests: Remove unneeded commented lines from test_compress.sh.
Lasse Collin
1
-13
/
+0
2022-05-23
Tests: Remove progress indicator from test_compress.sh.
Lasse Collin
1
-9
/
+0
2022-02-20
Tests: Add bad-1-lzma2-11.xz.
Lasse Collin
2
-0
/
+5
2021-01-24
Tests: Add bad-1-lzma2-10.xz and also modify -9.xz.
Lasse Collin
3
-2
/
+9
2021-01-24
Tests: Add bad-1-lzma2-9.xz.
Lasse Collin
2
-0
/
+4
2021-01-24
Tests: Add bad-1-check-crc32-2.xz.
Lasse Collin
2
-0
/
+7
2020-01-19
Use $(LIB_FUZZING_ENGINE) in tests/ossfuzz/Makefile.
Lasse Collin
1
-1
/
+1
2019-12-31
Rename unaligned_read32ne to read32ne, and similarly for the others.
Lasse Collin
2
-5
/
+5
2019-12-29
Tests: Hopefully fix test_check.c to work on EBCDIC systems.
Lasse Collin
1
-2
/
+7
2019-06-25
Tests: Silence warnings from clang -Wassign-enum.
Lasse Collin
2
-2
/
+3
2019-06-24
Tests: Silence a warning from -Wsign-conversion.
Lasse Collin
1
-4
/
+4
2019-06-24
Tests: Remove a duplicate branch from tests/tests.h.
Lasse Collin
1
-7
/
+2
2018-11-02
Tests: Add a fuzz test program and a config file for OSS-Fuzz.
Lasse Collin
5
-0
/
+94
2015-10-12
Tests: Add tests for the two bugs fixed in index.c.
Lasse Collin
1
-0
/
+30
2015-05-13
Tests: Fix a memory leak in test_bcj_exact_size.
Lasse Collin
1
-0
/
+1
2015-01-06
Tests: Don't hide unexpected error messages in test_files.sh.
Lasse Collin
1
-2
/
+2
2014-06-13
xzgrep: List xzgrep_expected_output in tests/Makefile.am.
Lasse Collin
1
-1
/
+2
2014-06-13
xzgrep: Improve the test script.
Lasse Collin
3
-11
/
+55
2014-06-11
xzgrep: Add a test for the previous fix.
Lasse Collin
1
-4
/
+22
2012-07-05
Tests: Remove tests/test_block.c that had gotten committed accidentally.
Lasse Collin
1
-52
/
+0
2012-05-28
liblzma: Fix possibility of incorrect LZMA_BUF_ERROR.
Lasse Collin
2
-1
/
+115
2012-01-10
Tests: Fix a compiler warning with _FORTIFY_SOURCE.
Lasse Collin
1
-1
/
+2
2011-09-06
Build: Fix "make check" on Windows.
Lasse Collin
1
-2
/
+5
2011-08-06
Run the scripts with the correct shell in test_scripts.sh.
Lasse Collin
1
-4
/
+4
2011-07-31
Fix exit status of "xzdiff foo.xz bar.xz".
Lasse Collin
2
-1
/
+57
2011-05-28
Tests: Add a test file for the bug in the previous commit.
Lasse Collin
2
-0
/
+4
2011-03-31
Tests: Add a new file to test empty LZMA2 streams.
Lasse Collin
2
-0
/
+4
2010-10-10
test_files.sh: Fix the first line.
Lasse Collin
1
-1
/
+1
2010-10-08
Make tests accommodate missing xz or xzdec.
Lasse Collin
2
-19
/
+56
2010-10-05
Build: Remove the static/dynamic tricks.
Lasse Collin
1
-4
/
+1
2010-09-04
Adjust memory limits in test_compress.sh
Jonathan Nieder
1
-1
/
+1
2010-08-10
Fix test_compress.sh.
Lasse Collin
1
-3
/
+3
2010-05-27
Remove references to the Subblock filter in xz and tests.
Lasse Collin
1
-23
/
+0
2010-02-12
Collection of language fixes to comments and docs.
Lasse Collin
1
-1
/
+1
2009-12-31
Revised the Index handling code.
Lasse Collin
1
-134
/
+237
2009-11-26
Fix a memory leak in test_index.c.
Lasse Collin
1
-0
/
+2
2009-11-25
Fix bugs in lzma_index_read() and lzma_index_cat().
Lasse Collin
1
-3
/
+25
2009-10-04
Use a tuklib module for integer handling.
Lasse Collin
3
-6
/
+6
2009-09-11
Fix a couple of warnings.
Lasse Collin
1
-1
/
+1
2009-06-30
Use static liblzma by default also for tests.
Lasse Collin
1
-1
/
+4
2009-06-26
Fix @variables@ to $(variables) in Makefile.am files.
Lasse Collin
1
-5
/
+7
2009-04-14
Minor fixes to test files' README.
Lasse Collin
1
-8
/
+9
2009-04-13
Put the interesting parts of XZ Utils into the public domain.
Lasse Collin
12
-114
/
+36
2009-02-06
Recreated the BCJ test files for x86 and SPARC. The old files
Lasse Collin
5
-1
/
+1
2009-01-31
Add LZMA_API to liblzma API headers. It's useful at least
Lasse Collin
1
-0
/
+1
2009-01-26
remove trailing blanks from all but .xz files
Jim Meyering
1
-2
/
+2
2009-01-20
Add some single-call buffer-to-buffer coding functions.
Lasse Collin
1
-0
/
+24
2008-12-31
Disable Subblock filter from test_compress.sh since it is
larhzu/v4.999.7beta
Lasse Collin
1
-9
/
+13
2008-12-31
Renamed lzma_options_simple to lzma_options_bcj in the API.
Lasse Collin
1
-4
/
+4
2008-12-31
Remove lzma_init() and other init functions from liblzma API.
Lasse Collin
6
-10
/
+1
2008-12-27
Use 28 MiB as memory usage limit for encoding in test_compress.sh.
Lasse Collin
1
-1
/
+1
2008-12-15
Bunch of liblzma API cleanups and fixes.
Lasse Collin
1
-4
/
+6
2008-12-15
Added two new test files.
Lasse Collin
3
-0
/
+7
2008-11-25
Remove the nowadays unneeded memory limitting malloc() wrapper.
Lasse Collin
2
-116
/
+0
2008-11-19
Renamed lzma to xz and lzmadec to xzdec. We create symlinks
Lasse Collin
2
-17
/
+16
2008-11-19
Oh well, big messy commit again. Some highlights:
Lasse Collin
49
-33
/
+37
2008-10-09
Fixed the test that should have been fixed as part
Lasse Collin
1
-1
/
+1
2008-10-02
Initial changes to change the suffix of the new format to .xz.
Lasse Collin
1
-1
/
+2
2008-09-30
Renamed the test files from .lzma suffix to .xz suffix.
Lasse Collin
59
-68
/
+66
2008-09-30
Added one more test file.
Lasse Collin
2
-4
/
+11
2008-09-30
Added two test files.
Lasse Collin
3
-0
/
+6
2008-09-27
Changed magic bytes to match the updated spec. Filename
Lasse Collin
54
-0
/
+0
2008-09-27
Fix also test_compress.sh.
Lasse Collin
1
-3
/
+3
2008-09-27
Fixed compilation of test_filter_flags.c, which was broken by
Lasse Collin
1
-8
/
+8
2008-09-27
Some API changes, bug fixes, cleanups etc.
Lasse Collin
3
-6
/
+9
2008-09-13
Renamed constants:
Lasse Collin
6
-26
/
+26
2008-09-12
Improved the Stream Flags handling API.
Lasse Collin
1
-2
/
+6
2008-09-06
Some API cleanups
Lasse Collin
1
-53
/
+19
2008-08-28
Sort of garbage collection commit. :-| Many things are still
Lasse Collin
123
-234
/
+165
2008-06-20
Fix test_filter_flags to match the new restriction of lc+lp.
Lasse Collin
1
-0
/
+3
2008-06-18
Delete old code that was supposed to be already deleted
Lasse Collin
1
-30
/
+0
2008-06-18
Update the code to mostly match the new simpler file format
Lasse Collin
8
-1190
/
+776
2008-05-06
Bunch of grammar fixes from meyering.
Lasse Collin
1
-1
/
+1
2008-04-28
Fixed wrong spelling "limitter" to "limiter". This affects
Lasse Collin
1
-2
/
+2
2008-01-26
Added more test files.
Lasse Collin
4
-0
/
+11
2008-01-26
Added more test files.
Lasse Collin
3
-0
/
+6
2008-01-25
Added more Multi-Block test files. Improved some
Lasse Collin
4
-6
/
+28
2008-01-25
Added test_memlimit.c.
Lasse Collin
2
-0
/
+116
2008-01-25
Use more parenthesis in succeed() macro in tests/tests.h.
Lasse Collin
1
-1
/
+1
2008-01-24
Added more Multi-Block Stream test files.
Lasse Collin
7
-0
/
+23
2008-01-24
Added bunch of test files containing Multi-Block Streams.
Lasse Collin
19
-0
/
+53
2008-01-23
Added bad-single-none-footer_filter_flags.lzma and
Lasse Collin
3
-0
/
+5
2008-01-23
Fix Size of Header Metadata Block handling. Now
Lasse Collin
1
-2
/
+2
2008-01-18
Added test files to test usage of flush marker in LZMA.
Lasse Collin
5
-0
/
+12
2008-01-18
Added test_compress.sh and bunch of files needed by it.
Lasse Collin
6
-10
/
+433
2008-01-15
Fix memory leaks from test_block_header.c.
Lasse Collin
1
-2
/
+17
2008-01-15
Fix CRC code in case --enable-small is used.
Lasse Collin
1
-0
/
+2
2008-01-15
Fix typo in test_index.c.
Lasse Collin
1
-1
/
+1
2008-01-09
Added good-single-none-empty_3.lzma and
Lasse Collin
3
-0
/
+6
2008-01-08
Updated tests/files/README.
Lasse Collin
1
-6
/
+9
2008-01-08
Added test files with empty Compressed Data.
Lasse Collin
4
-0
/
+6
2008-01-08
Added good-single-subblock_implicit.lzma.
Lasse Collin
2
-0
/
+2
2008-01-08
Added a few test files.
Lasse Collin
6
-3
/
+18
2008-01-08
Avoid using ! in test_files.sh, because that doesn't work
Lasse Collin
1
-1
/
+3
2008-01-07
Added test_files.sh to tests/Makefile.am so it gets
Lasse Collin
1
-1
/
+1
2008-01-07
Cosmetic edit to test_files.sh.
Lasse Collin
1
-2
/
+2
2008-01-07
Added tests/files/README.
Lasse Collin
1
-0
/
+108
2008-01-07
Cleaned up the tests/files directory.
Lasse Collin
3
-0
/
+0
2008-01-07
Added test_files.sh to test decoding of the files in
Lasse Collin
2
-1
/
+43
2007-12-11
Fixed a typo in tests/Makefile.am which prevented
Lasse Collin
1
-1
/
+1
2007-12-09
* tests/test_block_header.c (test3): Remove duplicate initializer.
Jim Meyering
1
-1
/
+0
2007-12-09
Added a bunch of .lzma test files.
Lasse Collin
17
-0
/
+0
2007-12-09
Fixed the tests to build with -Werror.
Lasse Collin
6
-12
/
+12
2007-12-09
Imported to git.
Lasse Collin
9
-0
/
+1969