Open AdamGoertz opened 1 month ago
@Vexu thanks for helping triage. Can you let me pick the milestone for stuff that I'm working on? I'm doing a big fuzzing push this release cycle, so I would have liked to see this issue when filtering for "no:milestone".
This is effectively a duplicate of #20803. I'll leave it open for now and address it along with that one. I have this partially completed locally.
Zig Version
0.14.0-dev.1573+4d81e8ee9
Steps to Reproduce and Observed Behavior
When running
zig build test --fuzz --seed <seed>
multiple times, on the second and later runs, the test runner exits with an errorThis does not occur when a different seed is used, or when
--seed
is not set.Different seeds:
No
--seed
Expected Behavior
Fuzz tests should run even when the same seed is used multiple times.