summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * add test that breaks --fastYann Collet2020-08-101-0/+5
* | Remove dirty Field From LZ4_stream_tW. Felix Handte2020-08-061-4/+0
|/
* Merge pull request #866 from sandyharvie/devYann Collet2020-07-141-0/+18
|\
| * add testsChristopher Harvie2020-05-141-0/+18
* | Fix tests on OpenBSDBjörn Ketelaars2020-05-301-1/+1
|/
* Add test scenario test-lz4-multiple-legacyFilipe Calasans2020-02-081-1/+39
* Adding unamestr varBimba Shrestha2019-10-071-0/+1
* Adding condition for FreeBSD and using gmakeBimba Shrestha2019-10-041-1/+8
* Using instead of gmake (to address the travis failure)Bimba Shrestha2019-10-041-1/+1
* Using gmake instead of makeBimba Shrestha2019-10-041-1/+1
* fixed test errorv1.9.2Yann Collet2019-08-151-1/+1
* silence msan warning when offset==0Yann Collet2019-08-061-0/+1
* ensure conformance with custom LZ4_DISTANCE_MAXYann Collet2019-07-152-2/+3
* fix minor cppcheck warningsYann Collet2019-06-302-3/+3
* updated frametestYann Collet2019-06-301-16/+27
* frametest: added LZ4F decoder noise testYann Collet2019-06-302-89/+188
* travisCI: added ASAN fuzzer testsYann Collet2019-06-292-10/+12
* moved noisy-src decoder test into cBuffer_exactYann Collet2019-06-291-34/+34
* fuzzer: added test to catch #738Yann Collet2019-06-291-51/+90
* Merge pull request #718 from lz4/fullbenchYann Collet2019-05-311-17/+64
|\
| * fullbench: ensure decompressionFunction and dName are initializedYann Collet2019-05-311-4/+14
| * replaced while(1)Yann Collet2019-05-311-3/+2
| * fullbench: added test scenario LZ4F_decompress_followHintYann Collet2019-05-311-13/+51
* | added test case for in-place decompressionYann Collet2019-05-301-32/+63
* | fuzzer: changed internal buffer sizeYann Collet2019-05-291-9/+10
* | one more conversion warningYann Collet2019-05-291-1/+1
* | some more minor conversion warnings fixesYann Collet2019-05-291-5/+5
* | fixed minor conversion warningYann Collet2019-05-291-1/+1
* | added comments and macros for in-place (de)compressionYann Collet2019-05-291-2/+1
* | added test case for in-place compressionYann Collet2019-05-291-16/+41
|/
* Handle file not existing case #704gabrielstedman2019-05-261-0/+1
* updated testsYann Collet2019-05-161-2/+2
* List mode improvements.gstedman2019-05-162-2/+4
* Add multiframe report to --list commandgstedman2019-05-152-2/+287
* test-amalgamation: split the ruleDmitry V. Levin2019-04-231-6/+8
* test-amalgamation: fix compilation optionsDmitry V. Levin2019-04-231-1/+1
* test-amalgamation: use a single cat commandDmitry V. Levin2019-04-231-3/+1
* test-amalgamation: fix the list of prerequisitesDmitry V. Levin2019-04-231-1/+1
* More build imrpvementsJPeterMugaas2019-04-231-1/+1
* Merge pull request #691 from lz4/listYann Collet2019-04-231-0/+1
|\
| * refactored --list functionYann Collet2019-04-221-0/+1
* | Merge pull request #689 from JPeterMugaas/jpm-makefileYann Collet2019-04-221-11/+3
|\ \ | |/ |/|
| * Fix a test for mingwJPeterMugaas2019-04-221-1/+1
| * Try to put some tests I made in ONE place. I also moved a test for "install"...JPeterMugaas2019-04-221-67/+2
| * Initial commits from diff I submitted earlierJPeterMugaas2019-04-221-7/+64
* | ensure tests work when `stdout` is not the consoleYann Collet2019-04-221-1/+1
* | tests/Makefile : created CMP variableYann Collet2019-04-211-6/+8
* | cli: display a warning whenever default output is stdout while input != stdinYann Collet2019-04-201-13/+13
* | fixed read-after input in LZ4_decompress_safe()Yann Collet2019-04-191-74/+82
* | fuzzer : reduced stack usageYann Collet2019-04-191-18/+18