dawn-cmake/fuzzers/tint_regex_fuzzer
Alastair Donaldson 44a0adf9b4 Fuzzers: Avoid passing target backend as parameter
Changes various fuzz targets so that the target back-end language (HLSL,
MSL, SPIR-V or WGSL) is no longer passed as a command line argument, but
instead baked into the fuzzer's binary. This avoids a problem whereby a
ClusterFuzz bug reproducer does not use the required back-end command
line argument.

Change-Id: I64402a23391ca0f24c9d1ffd2aa2f218cc7106b1
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/63163
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: Ryan Harrison <rharrison@chromium.org>
Commit-Queue: Alastair Donaldson <afdx@google.com>
2021-08-31 22:07:17 +00:00
..
BUILD.gn Fuzzers: Avoid passing target backend as parameter 2021-08-31 22:07:17 +00:00
CMakeLists.txt Fuzzers: Avoid passing target backend as parameter 2021-08-31 22:07:17 +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 Fuzzers: Avoid passing target backend as parameter 2021-08-31 22:07:17 +00:00
override_cli_params.h Fuzzers: Avoid passing target backend as parameter 2021-08-31 22:07:17 +00:00
regex_fuzzer_tests.cc Regex fuzzer: replace the value of an integer with 2021-08-05 22:24:20 +00:00
tint_regex_fuzzer.cc Fuzzers: Avoid passing target backend as parameter 2021-08-31 22:07:17 +00:00
tint_regex_hlsl_writer_fuzzer.cc Fuzzers: Avoid passing target backend as parameter 2021-08-31 22:07:17 +00:00
tint_regex_msl_writer_fuzzer.cc Fuzzers: Avoid passing target backend as parameter 2021-08-31 22:07:17 +00:00
tint_regex_spv_writer_fuzzer.cc Fuzzers: Avoid passing target backend as parameter 2021-08-31 22:07:17 +00:00
tint_regex_wgsl_writer_fuzzer.cc Fuzzers: Avoid passing target backend as parameter 2021-08-31 22:07:17 +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 Run fuzzer unit tests in Kokoro 2021-08-11 14:10:05 +00:00