fuzz: minimized save_walk corpus (+ drop a leftover debug test) - #48
Merged
Conversation
kasbuunk
enabled auto-merge (rebase)
July 18, 2026 05:06
Corpus from ~1.5 CPU-hours of libFuzzer on the save_walk target (650k+ executions across two runs, zero panics), minimized with 'cargo fuzz cmin' to 318 units / 786 coverage edges. Committing it makes future runs start from full coverage instead of rediscovering it. Also removes dbg_box_tab, a print-only debugging helper that slipped into the widget-test suite in PR #42. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01BSxh62iGqh4bffn8hRcTME
kasbuunk
force-pushed
the
claude/pokemon-open-issues-3x5qlx
branch
from
July 18, 2026 05:11
2490ca0 to
d572612
Compare
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.
Closes #34 (scaffolding + fuzz target landed in #44; this adds the corpus).
save_walk— 600,973 executions in the first 40-minute run plus a second 2-worker run — with zero panics;cargo fuzz cminre-executed every unit crash-free during the merge. Future runs start from full coverage instead of rediscovering it.fuzz/.gitignorenow trackscorpus/(target/artifacts/coverage stay ignored).dbg_box_tab, a print-only debugging helper that slipped into the widget-test suite in PR Widget-level GUI tests with egui_kittest (+ action-row overflow fix) #42.Verified:
cargo test --workspacegreen,cargo fmt --all --check; the fuzz crate is its own nightly-only workspace, untouched by stable CI.🤖 Generated with Claude Code
https://claude.ai/code/session_01BSxh62iGqh4bffn8hRcTME
Generated by Claude Code