dawn-cmake/fuzzers/tint_regex_fuzzer
egj f5490c732d Regex fuzzer: region deletion and duplication
Adds two transformations, one that deletes a random region enclosed
by a given delimiter and another one that duplicates a region by
inserting it at a position of the WGSL code after a delimiter.

Fixes: tint:1072.
Fixes: tint:1073.

Change-Id: Icb10a7f16a783d5eb8f75a48c4015eb87ea1d174
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/60200
Reviewed-by: Alastair Donaldson <afdx@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: Alastair Donaldson <afdx@google.com>
2021-07-29 15:40:57 +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: region deletion and duplication 2021-07-29 15:40:57 +00:00
regex_fuzzer_tests.cc Regex fuzzer: region deletion and duplication 2021-07-29 15:40:57 +00:00
wgsl_mutator.cc Regex fuzzer: region deletion and duplication 2021-07-29 15:40:57 +00:00
wgsl_mutator.h Regex fuzzer: region deletion and duplication 2021-07-29 15:40:57 +00:00