zig/lib/std/Build
Loris Cro 0feacc2b81 fuzzing: implement limited fuzzing
Adds the limit option to `--fuzz=[limit]`. the limit expresses a number
of iterations that *each fuzz test* will perform at maximum before
exiting. The limit argument supports also 'K', 'M', and 'G' suffixeds
(e.g. '10K').

Does not imply `--web-ui` (like unlimited fuzzing does) and prints a
fuzzing report at the end.

Closes #22900 but does not implement the time based limit, as after
internal discussions we concluded to be problematic to both implement
and use correctly.
2025-09-24 12:46:48 +02:00
..
Cache std.fmt: delete deprecated APIs 2025-08-31 12:49:18 -07:00
Step fuzzing: implement limited fuzzing 2025-09-24 12:46:48 +02:00
Watch std.Build.Watch: add macOS implementation based on FSEventStream 2025-08-02 05:13:13 +01:00
abi.zig fuzzing: implement limited fuzzing 2025-09-24 12:46:48 +02:00
Cache.zig rework std.Io.Writer.Allocating to support runtime-known alignment 2025-08-30 00:48:50 -07:00
Fuzz.zig fuzzing: implement limited fuzzing 2025-09-24 12:46:48 +02:00
Module.zig std.ArrayList: make unmanaged the default 2025-08-11 15:52:49 -07:00
Step.zig std.Build: improve error for peak RSS exceeding declared value 2025-08-15 23:03:16 +01:00
Watch.zig Merge pull request #24661 from alichraghi/spv4 2025-08-07 20:55:50 -07:00
WebServer.zig fuzzing: implement limited fuzzing 2025-09-24 12:46:48 +02:00