]> git.ipfire.org Git - thirdparty/zstd.git/commit
test: enable legacy support in version compatibility test
authorYann Collet <cyan@meta.com>
Thu, 18 Dec 2025 21:50:56 +0000 (13:50 -0800)
committerYann Collet <cyan@fb.com>
Thu, 18 Dec 2025 22:42:41 +0000 (14:42 -0800)
commita87d0cc476e4947ccaa5531734f7afd1c49ef766
tree13db4ff6d610e105bcb484f600ec93a8adb53886
parent8ba2f20a905386bb3524edb95335d101de9f5f66
test: enable legacy support in version compatibility test

Summary:
The version compatibility test needs to decode legacy frames (v0.5.x - v0.7.x) to verify cross-version interoperability. Since legacy support is now disabled by default (v1.6.0), head must be built with ZSTD_LEGACY_SUPPORT=5 for this test.

Test Plan:
Run `python3 tests/test-zstd-versions.py` to verify cross-version compatibility testing works correctly.
tests/test-zstd-versions.py