fuzzing: support more than one executable at once #20988
Labels
bug
Observed behavior contradicts documented or intended behavior
enhancement
Solving this issue will likely involve adding new logic or components to the codebase.
fuzzing
Milestone
Extracted from #20958.
zig/lib/std/Build/Fuzz/WebServer.zig
Lines 383 to 384 in 4381bac
To reproduce, create two different files and put a fuzz test in each one. Something like this:
Then run
zig build test --fuzz
.The fuzzing interface should show stats for each fuzzer, along with aggregated stats, and it should show multiple clickable entry points.
Instead it only shows the UI for one of them.
The text was updated successfully, but these errors were encountered: