xz/tests
Jia Tan ee2f483500 Tests: Minor cleanups to OSS-Fuzz files.
Most of these fixes are small typos and tweaks. A few were caused by bad
advice from me. Here is the summary of what is changed:

- Author line edits

- Small comment changes/additions

- Using the return value in the error messages in the fuzz targets'
  coder initialization code

- Removed fuzz_encode_stream.options. This set a max length, which may
  prevent some worthwhile code paths from being properly exercised.

- Removed the max_len option from fuzz_decode_stream.options for the
  same reason as fuzz_encode_stream. The alone decoder fuzz target still
  has this restriction.

- Altered the dictionary contents for fuzz_lzma.dict. Instead of keeping
  the properties static and varying the dictionary size, the properties
  are varied and the dictionary size is kept small. The dictionary size
  doesn't have much impact on the code paths but the properties do.

Closes: https://github.com/tukaani-project/xz/pull/73
2023-12-07 20:06:57 +08:00
..
files Tests: Fix a typo in tests/files/README. 2022-12-13 12:30:45 +02:00
ossfuzz Tests: Minor cleanups to OSS-Fuzz files. 2023-12-07 20:06:57 +08:00
Makefile.am Tests: Create test_suffix.sh. 2023-11-18 01:56:05 +08:00
bcj_test.c Put the interesting parts of XZ Utils into the public domain. 2009-04-13 11:27:40 +03:00
code_coverage.sh Created script to generate code coverage reports. 2022-07-10 22:42:22 +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 Tests: Replace non portable shell parameter expansion 2023-01-04 23:58:58 +08:00
test_bcj_exact_size.c Tests: test_bcj_exact_size skips properly now if PowerPC filter disabled. 2022-10-26 20:12:01 +03:00
test_block_header.c Tests: Fix memory leaks in test_block_header. 2023-06-29 00:07:05 +08:00
test_check.c Tests: Fix warnings from clang --Wassign-enum. 2023-01-12 04:14:18 +02:00
test_compress.sh Tests: Add ARM64 filter test to test_compress.sh. 2023-07-20 22:11:13 +08:00
test_compress_generated_abc Tests: Split test_compress.sh into separate test unit for each file. 2022-05-23 21:31:20 +03:00
test_compress_generated_random Tests: Split test_compress.sh into separate test unit for each file. 2022-05-23 21:31:20 +03:00
test_compress_generated_text Tests: Split test_compress.sh into separate test unit for each file. 2022-05-23 21:31:20 +03:00
test_compress_prepared_bcj_sparc Tests: Replace non portable shell parameter expansion 2023-01-04 23:58:58 +08:00
test_compress_prepared_bcj_x86 Tests: Replace non portable shell parameter expansion 2023-01-04 23:58:58 +08:00
test_files.sh Tests: Fix typo in a comment. 2023-11-17 20:04:58 +08:00
test_filter_flags.c Docs: Fix typos found by codespell 2023-07-31 20:02:21 +08:00
test_filter_str.c Tests: Create test_filter_str.c. 2023-02-03 00:42:27 +08:00
test_hardware.c Tests: Fix compilation issues. 2022-10-06 17:34:27 +03:00
test_index.c Tests: Fix typos 2023-11-30 23:08:05 +08:00
test_index_hash.c Tests: Fix unused function warning in test_index_hash. 2023-01-11 01:08:03 +08:00
test_lzip_decoder.c Tests: Fix typos 2023-11-30 23:08:05 +08:00
test_memlimit.c Tests: Fix a warning in test_memlimit.c when decoders are disabled. 2022-10-19 17:14:57 +03:00
test_scripts.sh Tests: Skip tests in test_*.sh if encoders and/or decoders are disabled. 2022-10-19 19:39:35 +03:00
test_stream_flags.c Tests: Fix warnings from clang --Wassign-enum. 2023-01-12 04:14:18 +02:00
test_suffix.sh Tests: Create test_suffix.sh. 2023-11-18 01:56:05 +08:00
test_vli.c Docs: Fix typos found by codespell 2023-07-31 20:02:21 +08:00
tests.h Tests: Remove unused macros and functions. 2023-03-13 20:49:53 +08:00
tuktest.h Tests: tuktest.h: Support tuktest_malloc(0). 2023-01-08 00:32:29 +02:00
xzgrep_expected_output xzgrep: Improve the test script. 2014-06-13 18:58:22 +03:00