Skip to content

bevy_ecs fuzzing#23682

Open
mockersf wants to merge 5 commits intobevyengine:mainfrom
mockersf:bevy_ecs-fuzzing
Open

bevy_ecs fuzzing#23682
mockersf wants to merge 5 commits intobevyengine:mainfrom
mockersf:bevy_ecs-fuzzing

Conversation

@mockersf
Copy link
Copy Markdown
Member

@mockersf mockersf commented Apr 6, 2026

Objective

  • Fuzz bevy_ecs
  • No bug found! 🎉

Solution

Testing

  • CI should run the fuzz tests
  • for f in fuzz_targets/*.rs; do; cargo +nightly fuzz run $(basename "$f" .rs) -- -runs=1000; done

@mockersf mockersf added A-ECS Entities, components, systems, and events A-Build-System Related to build systems or continuous integration C-Testing A change that impacts how we test Bevy or how users test their apps labels Apr 6, 2026
@github-project-automation github-project-automation bot moved this to Needs SME Triage in ECS Apr 6, 2026
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@alice-i-cecile alice-i-cecile added the S-Needs-Review Needs reviewer attention (from anyone!) to move forward label Apr 6, 2026
Copy link
Copy Markdown
Member

@alice-i-cecile alice-i-cecile left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yay! This is long overdue. Tests and setup both look fine to me.

@alice-i-cecile alice-i-cecile added X-Contentious There are nontrivial implications that should be thought through D-Modest A "normal" level of difficulty; suitable for simple features or challenging fixes labels Apr 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-Build-System Related to build systems or continuous integration A-ECS Entities, components, systems, and events C-Testing A change that impacts how we test Bevy or how users test their apps D-Modest A "normal" level of difficulty; suitable for simple features or challenging fixes S-Needs-Review Needs reviewer attention (from anyone!) to move forward X-Contentious There are nontrivial implications that should be thought through

Projects

Status: Needs SME Triage

Development

Successfully merging this pull request may close these issues.

3 participants