Skip to content

feat: add macro warning and aggregate corpus generation errors#690

Merged
smoelius merged 2 commits intotrailofbits:mainfrom
HiteshMittal07:improvement/collect-corpus-generation-failures
Apr 19, 2026
Merged

feat: add macro warning and aggregate corpus generation errors#690
smoelius merged 2 commits intotrailofbits:mainfrom
HiteshMittal07:improvement/collect-corpus-generation-failures

Conversation

@HiteshMittal07
Copy link
Copy Markdown
Contributor

This PR updates auto_generate_corpora to collect failures from all targets instead of stopping at the first error. All identified failures are now reported collectively at the end of the process.

Key Changes:

  • Modified auto_generate_corpora to aggregate errors into a single message.
  • Added an integration test ( multiple_failures.rs ) to verify that failures from multiple targets are correctly captured and displayed together.

Fixes #677

Comment thread cargo-test-fuzz/tests/integration/main.rs Outdated
Comment thread cargo-test-fuzz/src/lib.rs Outdated
@smoelius
Copy link
Copy Markdown
Collaborator

@HiteshMittal07 Are you still working on this?

@smoelius smoelius force-pushed the improvement/collect-corpus-generation-failures branch from 7bafc2d to e04183e Compare April 19, 2026 11:36
@smoelius smoelius force-pushed the improvement/collect-corpus-generation-failures branch from e04183e to 9ab7db3 Compare April 19, 2026 11:43
@smoelius smoelius added this pull request to the merge queue Apr 19, 2026
Merged via the queue into trailofbits:main with commit d4f9d58 Apr 19, 2026
35 of 37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Show all targets for which corpora could not be generated

2 participants