Yann Collet
|
4c41d37fcc
|
changed test for new syntax
--dictID= and --maxdict=
|
2017-03-24 18:36:56 -07:00 |
|
Yann Collet
|
f332ece468
|
dictBuilder fails to create dictionary on certain input
Properly expressed with an error code (see zstd_errors.h)
and a cli return code != 0
|
2017-03-23 16:24:02 -07:00 |
|
Sean Purcell
|
680e4e0953
|
Ignore symbolic links unless --force specified
|
2017-03-23 11:52:09 -07:00 |
|
Sean Purcell
|
9a38dfa794
|
Only run IS_CONSOLE tests with a TTY
|
2017-03-17 12:32:18 -07:00 |
|
Sean Purcell
|
d973071e90
|
Add tests for compressed data on console
|
2017-03-16 16:25:19 -07:00 |
|
Nick Terrell
|
aa8bcf360f
|
Add xz and lzma support.
Finish feature started by @inikep.
* Add xz and lzma compression and decompression support to target `xzstd`.
* Fix bug in gzip decompression that silently accepted truncated files.
* Add gzip frame composition tests.
* Add xz/lzma compatibility tests.
* Add xz/lzma frame composition tests.
|
2017-03-13 18:45:41 -07:00 |
|
Yann Collet
|
27526c7201
|
make : added target shortest
shortest only run fast part of playTests.sh .
cc @iburinoc
|
2017-03-01 17:02:49 -08:00 |
|
Yann Collet
|
c1c040eae1
|
added gzip tests
also : made sure zstd --format=gzip -V
would fail if gzip compatibility is not supported
|
2017-03-01 16:49:20 -08:00 |
|
Yann Collet
|
a81c2e7e44
|
Merge pull request #573 from facebook/ddict
Improved DDict memory usage
|
2017-02-27 20:54:42 -08:00 |
|
Yann Collet
|
67d86a74a5
|
added test case : --rm on stdin
must remain silent (instead of failing)
|
2017-02-27 16:09:20 -08:00 |
|
Yann Collet
|
bd7fa21deb
|
added ZSTD_refDDict()
Now DDict does no longer depends on DCtx duplication
|
2017-02-26 14:43:07 -08:00 |
|
Yann Collet
|
bd6bc22612
|
playtest.sh : changed sdiff into $DIFF
|
2017-01-22 15:54:14 -08:00 |
|
Nick Terrell
|
3a1fefcf00
|
Simplify COVER parameters
|
2017-01-02 17:51:38 -08:00 |
|
Nick Terrell
|
cbb3ce376b
|
Add cover cli to playtests
|
2017-01-02 14:43:11 -08:00 |
|
Przemyslaw Skibinski
|
5f5a902453
|
"make test" is now compatible with Solaris
|
2016-12-22 18:05:07 +01:00 |
|
Przemyslaw Skibinski
|
f9a56668a6
|
improved playTests.sh (3
|
2016-12-14 18:43:06 +01:00 |
|
Przemyslaw Skibinski
|
24a4236111
|
improved playTests.sh (2)
|
2016-12-14 18:07:31 +01:00 |
|
Przemyslaw Skibinski
|
ab5ed6fa7f
|
improved playTests.sh
|
2016-12-14 17:10:38 +01:00 |
|
Przemyslaw Skibinski
|
9b4fa0ddf7
|
playTests.sh: added Advanced compression parameters
|
2016-12-14 16:50:00 +01:00 |
|
Dimitry Andric
|
12df6da83b
|
Fix running test suite on FreeBSD
* Remove last bashism from tests/playTests.sh
* Use gmd5sum from the sysutils/coreutils port
|
2016-12-12 19:22:47 +01:00 |
|
Yann Collet
|
94d1a93d28
|
changed environment variable comparison to sh compatible
|
2016-12-06 12:02:56 -08:00 |
|
Yann Collet
|
743b33f57e
|
fix zstdcat
|
2016-12-02 15:18:57 -08:00 |
|
Yann Collet
|
4f5350f610
|
long matches support overflow
|
2016-11-29 13:12:24 -08:00 |
|
Przemyslaw Skibinski
|
eb977a42ef
|
"file" moved to tests/Makefile
|
2016-11-14 17:26:58 +01:00 |
|
Przemyslaw Skibinski
|
e579ab5faa
|
introduced QEMU_SYS
|
2016-11-14 12:57:05 +01:00 |
|
Yann Collet
|
b9550d6d43
|
fixed benchmark mode typo .
added benchmark mode tests
|
2016-10-28 14:43:24 -07:00 |
|
Yann Collet
|
d7b120ab5c
|
added long commands --memory= and --memlimit-decompress=
|
2016-10-14 14:22:32 -07:00 |
|
Yann Collet
|
1122349ac2
|
added long comment --memlimit=
|
2016-10-14 14:07:11 -07:00 |
|
Yann Collet
|
d4cda27b63
|
new command -M#, to limit memory usage during decompression (#403)
|
2016-10-14 13:32:20 -07:00 |
|
Yann Collet
|
714464f05d
|
fixed : cli : forgotten mandatory argument
|
2016-09-21 16:05:03 +02:00 |
|
Yann Collet
|
27b5ac666e
|
Implemented "command must be followed by argument" protection
suggested by @terrelln (#375)
|
2016-09-21 14:31:22 +02:00 |
|
Yann Collet
|
3ecbe6a37c
|
fileio uses ZSTD_resetDStream()
|
2016-09-14 17:26:59 +02:00 |
|
Yann Collet
|
b3060f7a9e
|
changed streaming decoder behavior : now, when all compressed frame is consumed, it means decompression is completed, with regenerated data fully flushed.
|
2016-09-09 16:44:16 +02:00 |
|
Yann Collet
|
c843142ad0
|
zstd -d writes to stdout when input is stdin
|
2016-09-01 15:05:57 -07:00 |
|
Yann Collet
|
bb93d77ab8
|
reinforced fix for huge files
|
2016-08-25 22:22:50 +02:00 |
|
Yann Collet
|
94376acfb0
|
fixed test on CentOS7
|
2016-08-25 19:09:21 +02:00 |
|
Yann Collet
|
24a738c668
|
removed TRAVIS_OS_NAME
|
2016-08-25 15:15:06 +02:00 |
|
Yann Collet
|
70e3b31306
|
fixed playtests on os-x
|
2016-08-23 01:18:06 +02:00 |
|
inikep
|
b7d3449d5d
|
playTests.sh working with tests/
|
2016-08-18 15:13:41 +02:00 |
|
inikep
|
6ca9b853a1
|
cmake project: fixed include directories
|
2016-08-18 14:42:28 +02:00 |
|
inikep
|
63e335704e
|
updated scripts +x permissions
|
2016-08-18 14:04:57 +02:00 |
|
inikep
|
2868d565e4
|
test-related files moved to tests/
|
2016-08-18 13:18:11 +02:00 |
|