Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit c86c523

Browse files
Zepeng HuSkia Commit-Bot
authored andcommitted
update markdown files
Change-Id: I26cb33017f4d808c87d2dab09078a5222db826f8 No-Try: true Docs-Preview: https://skia.org/?cl=303956 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/303956 Commit-Queue: Zepeng Hu <[email protected]> Reviewed-by: Kevin Lubick <[email protected]>
1 parent 426274b commit c86c523

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

site/dev/testing/fuzz.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,7 @@ To enumerate all supported types and names, run the following:
3131

3232
out/ASAN/fuzz --help # will list all types
3333
out/ASAN/fuzz -t api # will list all names
34+
35+
If the crash does not show up, try to add the flag --loops:
36+
37+
out/ASAN/fuzz -b /path/to/downloaded/testcase --loops <times-to-run>

0 commit comments

Comments
 (0)