Fuzz tests are not discovered by test runner when re-running with same --seed
argument
#21410
Labels
enhancement
Solving this issue will likely involve adding new logic or components to the codebase.
fuzzing
Milestone
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.
The text was updated successfully, but these errors were encountered: