]> git.ipfire.org Git - thirdparty/zstd.git/commit
[version-test] Work around bugs in v0.7.3 dict builder
authorNick Terrell <terrelln@fb.com>
Tue, 24 Jan 2023 04:23:43 +0000 (20:23 -0800)
committerNick Terrell <nickrterrell@gmail.com>
Wed, 25 Jan 2023 21:47:51 +0000 (13:47 -0800)
commit321490cd5b9863433b3d44816d04012874e5ecdb
treebc98403bf935708ce8e74b0a599fec0e03cafa84
parent8957fef554e844ef724022075ffdf740464aa515
[version-test] Work around bugs in v0.7.3 dict builder

Before calling a dictionary good, make sure that it can compress an
input. If v0.7.3 rejects v0.7.3's dictionary, fall back to the v1.0
dictionary. This is not the job of the verison test to test it, because
we cannot fix this code.
tests/test-zstd-versions.py