chore(test): refresh fuzz corpus#96
Merged
iljakuklic merged 6 commits intodevelfrom May 8, 2026
Merged
Conversation
Owner
iljakuklic
commented
May 8, 2026
- fixes chore: refresh fuzz corpus after unified definition syntax changes #64
Gate eprintln! calls in fuzz harnesses behind #[cfg(not(fuzzing))] so they are silent during bolero fuzz runs but print during cargo test corpus replay. Declare cfg(fuzzing) as a known cfg in workspace lints. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Add a `jobs` parameter (default 1) to each fuzz recipe, passed as -j to cargo bolero. Add an `all-parallel` recipe that runs all four targets concurrently via just's [parallel] attribute (2 threads for lexer, 4 for parser). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Each recipe now cds into target/fuzz-<name> before invoking bolero so that per-job output files don't conflict when targets run in parallel. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Add a generic `run target timeout jobs` recipe that derives the output directory from the target name via justfile_directory(), so output lands in the project-root target/ rather than just/target/. Named recipes now delegate to it as dependencies. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.