Add test for ZSTD_compressSuperBlock and fix UB - #397
Merged
Merged
Conversation
michielp1807
added this pull request to stack #393
September 10, 2026 07:48
Codecov Report❌ Patch coverage is
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 7 files with indirect coverage changes 🚀 New features to boost your workflow:
|
michielp1807
force-pushed
the
more-tests
branch
from
September 11, 2026 11:54
ae9c90d to
5b6e9c7
Compare
folkertdev
force-pushed
the
more-tests
branch
from
September 13, 2026 23:38
5b6e9c7 to
6fb7cca
Compare
michielp1807
force-pushed
the
more-tests
branch
from
September 14, 2026 08:47
6fb7cca to
790c97e
Compare
folkertdev
force-pushed
the
more-tests
branch
from
September 14, 2026 09:15
790c97e to
9a824c2
Compare
folkertdev
force-pushed
the
more-tests
branch
from
September 14, 2026 09:31
9a824c2 to
468f63f
Compare
folkertdev
force-pushed
the
more-tests
branch
from
September 14, 2026 09:42
468f63f to
9913e07
Compare
folkertdev
force-pushed
the
more-tests
branch
from
September 14, 2026 09:48
9913e07 to
bffa227
Compare
folkertdev
approved these changes
Sep 14, 2026
Comment on lines
+147
to
+150
| #[cfg(miri)] | ||
| const INPUT: &[u8] = include_bytes!("../test-data/compress-input-tiny.dat"); | ||
| #[cfg(not(miri))] | ||
| const INPUT: &[u8] = include_bytes!("../test-data/compress-input-small.dat"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.