Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add LZ4_FREESTANDING test on Linux x86-64 platform | Takayuki Matsuoka | 2022-08-07 | 1 | -0/+1 |
| | | | | Also added tests/Makefile entry "test-freestanding". | ||||
* | first ABI compat tests | Yann Collet | 2022-07-12 | 1 | -0/+3 |
| | | | | only use current march & default compiler | ||||
* | tests: add tests for `LZ4_decompress_safe_partial_usingDict` | Qi Wang | 2022-06-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Qi Wang <wangqi@linux.alibaba.com> | ||||
* | fixed ubsan tests with dynamic library | Yann Collet | 2020-09-17 | 1 | -0/+1 |
| | |||||
* | silence msan warning when offset==0 | Yann Collet | 2019-08-06 | 1 | -0/+1 |
| | |||||
* | fixed strict C++ compilation | Yann Collet | 2019-01-09 | 1 | -0/+1 |
| | |||||
* | fix minor cast warning for C++ compilation | Yann Collet | 2018-09-05 | 1 | -1/+4 |
| | |||||
* | new test program : roundTripTest | Yann Collet | 2018-09-04 | 1 | -0/+1 |
| | | | | | | | | make a round trip test with arbitrary input file, generate an `abort()` on error, to work in tandem with `afl`. note : currently locked on level 9, to investigate #560. | ||||
* | added checkTag | Yann Collet | 2018-01-15 | 1 | -0/+1 |
| | | | | | checkTag verifies that provided tag and library version match. It's started automatically in circleCI when a new tag is created. | ||||
* | added v1.x.y to versions tests | Yann Collet | 2016-11-17 | 1 | -0/+1 |
| | |||||
* | fixed lz4cat | Yann Collet | 2016-11-09 | 1 | -0/+4 |
| | | | | changed lz4-test order | ||||
* | fix #198 : no longer requires to restart streaming decompression from where ↵ | Yann Collet | 2016-11-04 | 1 | -0/+9 |
it stopped. It permits relocating remaining data into another memory space. Still, the same content must be presented. |