summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2020-11-06unified alignment testYann Collet1-28/+46
2020-10-31fix minor explicit castYann Collet1-1/+1
2020-10-02reduce new test stack usageYann Collet1-10/+12
2020-10-02fix cppcheck unused variable warningYann Collet1-0/+1
2020-10-02added LZ4_streamHC_t init testYann Collet1-2/+21
2020-10-01define sentinelTestYann Collet1-2/+3
2020-10-01make it possible to select SCANBUILD binary on command lineYann Collet1-1/+1
2020-10-01add LZ4F_decompress() tests with (NULL,0) input and outputYann Collet1-1/+3
2020-09-29fix minor static analyzer warningsYann Collet2-12/+13
2020-09-28Merge pull request #923 from lz4/fix784Yann Collet2-23/+111
2020-09-28improved last literals run on LZ4_compress_destSizeYann Collet1-8/+10
2020-09-27ensure last match not too close to endYann Collet1-6/+8
2020-09-27fix incorrect countingYann Collet1-1/+1
2020-09-27fix efficiency of LZ4_compress_HC_destSize()Yann Collet1-9/+93
2020-09-26fix compressing into NULLYann Collet1-4/+13
2020-09-17fixed ubsan tests with dynamic libraryYann Collet1-0/+1
2020-09-17fixed lz4frame with blocks of size 1Yann Collet1-2/+4
2020-09-17Merge branch 'usan_null' of github.com:lz4/lz4 into usan_nullYann Collet1-2/+5
2020-09-17fix ubsan testYann Collet1-1/+1
2020-09-15fix #847Yann Collet1-2/+5
2020-09-15added test triggering NULL arithmetic with usanYann Collet1-0/+8
2020-08-27fixed minor pre-existing printf formattingYann Collet1-2/+2
2020-08-27fixed strict c90 supportYann Collet1-2/+0
2020-08-27fix #783Yann Collet1-4/+4
2020-08-26Merge branch 'dev' into extraInputYann Collet1-81/+92
2020-08-25fix test under non-interactive environmentYann Collet1-1/+1
2020-08-25added more tests around --content-sizeYann Collet1-1/+10
2020-08-25use variables for program invocationYann Collet1-80/+82
2020-08-18Merge branch 'dev' into extraInputYann Collet1-9/+21
2020-08-12Clarifies and fix EndMarkYann Collet1-9/+21
2020-08-12fix issue #783 (#862)BellaXlp2-3/+60
2020-08-12added test decompress-partial with extraneous input bytesYann Collet2-10/+19
2020-08-10Merge pull request #895 from lz4/hugefastYann Collet1-0/+5
2020-08-10add test that breaks --fastYann Collet1-0/+5
2020-08-06Remove dirty Field From LZ4_stream_tW. Felix Handte1-4/+0
2020-07-13Merge pull request #866 from sandyharvie/devYann Collet1-0/+18
2020-05-30Fix tests on OpenBSDBjörn Ketelaars1-1/+1
2020-05-13add testsChristopher Harvie1-0/+18
2020-02-07Add test scenario test-lz4-multiple-legacyFilipe Calasans1-1/+39
2019-10-07Adding unamestr varBimba Shrestha1-0/+1
2019-10-04Adding condition for FreeBSD and using gmakeBimba Shrestha1-1/+8
2019-10-04Using instead of gmake (to address the travis failure)Bimba Shrestha1-1/+1
2019-10-04Using gmake instead of makeBimba Shrestha1-1/+1
2019-08-15fixed test errorYann Collet1-1/+1
2019-08-06silence msan warning when offset==0Yann Collet1-0/+1
2019-07-15ensure conformance with custom LZ4_DISTANCE_MAXYann Collet2-2/+3
2019-06-30fix minor cppcheck warningsYann Collet2-3/+3
2019-06-30updated frametestYann Collet1-16/+27
2019-06-30frametest: added LZ4F decoder noise testYann Collet2-89/+188
2019-06-28travisCI: added ASAN fuzzer testsYann Collet2-10/+12