dawn-cmake/fuzzers/tint_regex_fuzzer
egj 608738d59b Regex fuzzer: replace the value of an integer with
a value in the set {INT_MAX, INT_MIN, -1 or 0}.

A mutation that replaces the value of a randomly-chosen integer with a value
in the set {INT_MAX, INT_MIN, -1, 0}.

Fixes: tint:1093.

Change-Id: I5ec69e1813785760ed6e7b06d0cbd9c481f69ade
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/60920
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: Alastair Donaldson <afdx@google.com>
Commit-Queue: Alastair Donaldson <afdx@google.com>
2021-08-05 22:24: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: replace the value of an integer with 2021-08-05 22:24:20 +00:00
regex_fuzzer_tests.cc Regex fuzzer: replace the value of an integer with 2021-08-05 22:24:20 +00:00
util.h Regex fuzzer: Change the region boundaries 2021-08-02 20:56:39 +00:00
wgsl_mutator.cc Regex fuzzer: replace the value of an integer with 2021-08-05 22:24:20 +00:00
wgsl_mutator.h Regex fuzzer: replace the value of an integer with 2021-08-05 22:24:20 +00:00