-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
fuzz testing: support Windows #20987
Copy link
Copy link
Open
Labels
contributor friendlyThis issue is limited in scope and/or knowledge of Zig internals.This issue is limited in scope and/or knowledge of Zig internals.enhancementSolving this issue will likely involve adding new logic or components to the codebase.Solving this issue will likely involve adding new logic or components to the codebase.fuzzingos-windowsMicrosoft WindowsMicrosoft Windows
Milestone
Metadata
Metadata
Assignees
Labels
contributor friendlyThis issue is limited in scope and/or knowledge of Zig internals.This issue is limited in scope and/or knowledge of Zig internals.enhancementSolving this issue will likely involve adding new logic or components to the codebase.Solving this issue will likely involve adding new logic or components to the codebase.fuzzingos-windowsMicrosoft WindowsMicrosoft Windows
Extracted from #20958.
zig build --fuzzdoes not work on Windows yet:zig/lib/compiler/build_runner.zig
Lines 421 to 430 in 4381bac
As noted in that comment, the current implementation depends on two things that need to be ported to Windows:
std.debug.Info(it needs a batching API for resolving many addresses to source locations).To reproduce: