dawn-cmake/fuzzers/tint_regex_fuzzer
egj 98fbf241d8 Regex fuzzer: identifier mutation
Mutates a WGSL-like string by replacing a randomly-selected identifier
with a different randomly-selected identifier.

Change-Id: Iecf45ad2800677cf3609b30d415520e5f2a05ba0
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/60561
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: Alastair Donaldson <afdx@google.com>
Commit-Queue: Alastair Donaldson <afdx@google.com>
2021-08-04 07:12:20 +00:00
..
BUILD.gn Add gn support for regex fuzzer 2021-07-29 11:58:18 +00:00
CMakeLists.txt Add regex fuzzer 2021-07-28 11:11:26 +00:00
cli.cc Add regex fuzzer 2021-07-28 11:11:26 +00:00
cli.h Add regex fuzzer 2021-07-28 11:11:26 +00:00
fuzzer.cc Regex fuzzer: Change the region boundaries 2021-08-02 20:56:39 +00:00
regex_fuzzer_tests.cc Regex fuzzer: identifier mutation 2021-08-04 07:12:20 +00:00
util.h Regex fuzzer: Change the region boundaries 2021-08-02 20:56:39 +00:00
wgsl_mutator.cc Regex fuzzer: identifier mutation 2021-08-04 07:12:20 +00:00
wgsl_mutator.h Regex fuzzer: identifier mutation 2021-08-04 07:12:20 +00:00