xz/tests
Lasse Collin bd13b04e20 Fix bugs in lzma_index_read() and lzma_index_cat().
lzma_index_read() didn't skip over Stream Padding
if it was the first record in the Index.

lzma_index_cat() didn't combine small Indexes correctly.

The test suite was updated to check for these bugs.

These bugs didn't affect the xz command line tool or
most users of liblzma in any way.
2009-11-25 13:04:10 +02:00
..
files Minor fixes to test files' README. 2009-04-14 11:48:46 +03:00
Makefile.am Use static liblzma by default also for tests. 2009-06-30 17:14:39 +03:00
bcj_test.c Put the interesting parts of XZ Utils into the public domain. 2009-04-13 11:27:40 +03:00
compress_prepared_bcj_sparc Recreated the BCJ test files for x86 and SPARC. The old files 2009-02-06 09:13:15 +02:00
compress_prepared_bcj_x86 Recreated the BCJ test files for x86 and SPARC. The old files 2009-02-06 09:13:15 +02:00
create_compress_files.c Put the interesting parts of XZ Utils into the public domain. 2009-04-13 11:27:40 +03:00
test_block.c Put the interesting parts of XZ Utils into the public domain. 2009-04-13 11:27:40 +03:00
test_block_header.c Use a tuklib module for integer handling. 2009-10-04 22:57:12 +03:00
test_check.c Put the interesting parts of XZ Utils into the public domain. 2009-04-13 11:27:40 +03:00
test_compress.sh Put the interesting parts of XZ Utils into the public domain. 2009-04-13 11:27:40 +03:00
test_files.sh Put the interesting parts of XZ Utils into the public domain. 2009-04-13 11:27:40 +03:00
test_filter_flags.c Put the interesting parts of XZ Utils into the public domain. 2009-04-13 11:27:40 +03:00
test_index.c Fix bugs in lzma_index_read() and lzma_index_cat(). 2009-11-25 13:04:10 +02:00
test_stream_flags.c Use a tuklib module for integer handling. 2009-10-04 22:57:12 +03:00
tests.h Use a tuklib module for integer handling. 2009-10-04 22:57:12 +03:00