Lines Matching full:tests
5 short, medium, and long tests.
7 Short Tests
9 Short tests run on CircleCI for new commits on every branch and pull request.
10 They consist of the following tests:
13 - `tests/playTests.sh` on x86_64, without the tests on long data (CLI tests)
14 - Small tests (`tests/legacy.c`, `tests/longmatch.c`) on x64_64
16 Medium Tests
18 Medium tests run on every commit and pull request to `dev` branch, on TravisCI.
19 They consist of the following tests:
20 - The following tests run with UBsan and Asan on x86_64 and x86, as well as with
22 - `tests/playTests.sh --test-large-data`
23 - Fuzzer tests: `tests/fuzzer.c`, `tests/zstreamtest.c`, and `tests/decodecorpus.c`
24 - `tests/zstreamtest.c` under Tsan (streaming mode, including multithreaded mode)
25 - Valgrind Test (`make -C tests valgrindTest`) (testing CLI and fuzzer under valgrind)
26 - Fuzzer tests (see above) on ARM, AArch64, PowerPC, and PowerPC64
28 Long Tests
30 Long tests run on all commits to `release` branch,
33 They consist of the following tests:
34 - Entire test suite (including fuzzers and some other specialized tests) on:
39 - ZlibWrapper tests, including under valgrind