Lasse Collin
e988ea1d1a
Added more Multi-Block test files. Improved some
...
descriptions in the test files' README.
2008-01-25 23:50:35 +02:00
Lasse Collin
bf4200c818
Added test_memlimit.c.
2008-01-25 19:21:22 +02:00
Lasse Collin
e0c3d0043d
Use more parenthesis in succeed() macro in tests/tests.h.
2008-01-25 13:55:52 +02:00
Lasse Collin
1fd76d4881
Added more Multi-Block Stream test files.
2008-01-24 14:49:34 +02:00
Lasse Collin
6e27b1098a
Added bunch of test files containing Multi-Block Streams.
2008-01-24 00:46:05 +02:00
Lasse Collin
0e80ded13d
Added bad-single-none-footer_filter_flags.lzma and
...
bad-single-none-too_long_vli.lzma.
2008-01-23 20:05:01 +02:00
Lasse Collin
99e12af4e2
Fix Size of Header Metadata Block handling. Now
...
lzma_metadata.header_metadata_size == LZMA_VLI_VALUE_UNKNOWN
is not allowed at all. To indicate missing Header Metadata
Block, header_metadata_size must be set to zero. This is
what Metadata decoder does after this patch too.
Note that other missing fields in lzma_metadata are still
indicated with LZMA_VLI_VALUE_UNKNOWN. This isn't as
illogical as it sounds at first, because missing Size of
Header Metadata Block means that Header Metadata Block is
not present in the Stream. With other Metadata fields,
a missing field means only that the value is unknown.
2008-01-23 13:36:07 +02:00
Lasse Collin
0ae3208db9
Added test files to test usage of flush marker in LZMA.
2008-01-18 20:13:00 +02:00
Lasse Collin
c9cba97691
Added test_compress.sh and bunch of files needed by it.
...
This new set of tests compress and decompress several
test files with many different compression options.
This set of tests will be extended later.
2008-01-18 00:50:29 +02:00
Lasse Collin
8235e6e5b2
Fix memory leaks from test_block_header.c.
2008-01-15 16:25:38 +02:00
Lasse Collin
78e85cb1a7
Fix CRC code in case --enable-small is used.
2008-01-15 07:44:59 +02:00
Lasse Collin
949d4346e2
Fix typo in test_index.c.
2008-01-15 07:41:39 +02:00
Lasse Collin
0e70fbe403
Added good-single-none-empty_3.lzma and
...
bad-single-none-empty.lzma.
2008-01-09 12:06:46 +02:00
Lasse Collin
97d5fa8207
Updated tests/files/README.
2008-01-08 23:10:57 +02:00
Lasse Collin
3bb9bb3109
Added test files with empty Compressed Data.
2008-01-08 23:05:40 +02:00
Lasse Collin
753e4d95cd
Added good-single-subblock_implicit.lzma.
2008-01-08 22:27:46 +02:00
Lasse Collin
9080267603
Added a few test files.
2008-01-08 13:35:36 +02:00
Lasse Collin
b4943ccf73
Avoid using ! in test_files.sh, because that doesn't work
...
with some ancient /bin/sh versions.
2008-01-08 12:29:58 +02:00
Lasse Collin
3dbbea82b7
Added test_files.sh to tests/Makefile.am so it gets
...
included in the tarball with "make dist".
2008-01-07 21:49:41 +02:00
Lasse Collin
2fd2d18154
Cosmetic edit to test_files.sh.
2008-01-07 18:22:24 +02:00
Lasse Collin
9a71d57310
Added tests/files/README.
2008-01-07 18:09:44 +02:00
Lasse Collin
3502b3e1d0
Cleaned up the tests/files directory.
2008-01-07 14:19:05 +02:00
Lasse Collin
908b2ac604
Added test_files.sh to test decoding of the files in
...
the tests/files directory. It doesn't test the malicious
files yet.
2008-01-07 13:49:19 +02:00
Lasse Collin
ce8b036a6c
Fixed a typo in tests/Makefile.am which prevented
...
building the tests if gnulib was needed.
2007-12-11 14:09:35 +02:00
Jim Meyering
c90daf86ce
* tests/test_block_header.c (test3): Remove duplicate initializer.
2007-12-09 17:07:01 +02:00
Lasse Collin
4133871796
Added a bunch of .lzma test files.
2007-12-09 12:13:01 +02:00
Lasse Collin
2bf36d22d2
Fixed the tests to build with -Werror.
2007-12-09 11:03:28 +02:00
Lasse Collin
5d018dc035
Imported to git.
2007-12-09 00:42:33 +02:00