dawn-cmake/fuzzers/tint_spirv_tools_fuzzer
Alastair Donaldson bd3edb564f Disable size assertions in SPIR-V Tools fuzzer
The SPIR-V Tools fuzzer asserts that the binaries it receives have sizes
that are multiples of 4 bytes, as it should only ever run on valid
binaries. This is failing in ClusterFuzz, likely due to the fuzzer being
misconfigured, so for now these assertions have been replaced with early
exits. They should be reinstated once the fuzzer is correctly
configured.

Fixes: chromium:1232308
Change-Id: I1fa980d09ce9e5c349a2cfcebe0246ebad6613fb
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/59440
Reviewed-by: Ben Clayton <bclayton@google.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
Kokoro: Ben Clayton <bclayton@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Auto-Submit: Alastair Donaldson <afdx@google.com>
2021-07-23 11:21:41 +00:00
..
BUILD.gn Add gn build support for spirv-tools + AST fuzzers 2021-07-16 20:56:55 +00:00
CMakeLists.txt Add spirv-tools fuzzer 2021-06-24 18:10:46 +00:00
cli.cc Fix CLI parameters in fuzzers 2021-07-16 10:26:34 +00:00
cli.h Fix CLI parameters in fuzzers 2021-07-16 10:26:34 +00:00
fuzzer.cc Disable size assertions in SPIR-V Tools fuzzer 2021-07-23 11:21:41 +00:00
mutator.cc Add spirv-tools fuzzer 2021-06-24 18:10:46 +00:00
mutator.h Add spirv-tools fuzzer 2021-06-24 18:10:46 +00:00
mutator_cache.cc Add spirv-tools fuzzer 2021-06-24 18:10:46 +00:00
mutator_cache.h Add spirv-tools fuzzer 2021-06-24 18:10:46 +00:00
mutator_debugger.cc Add spirv-tools fuzzer 2021-06-24 18:10:46 +00:00
spirv_fuzz_mutator.cc Add spirv-tools fuzzer 2021-06-24 18:10:46 +00:00
spirv_fuzz_mutator.h Add spirv-tools fuzzer 2021-06-24 18:10:46 +00:00
spirv_opt_mutator.cc Add spirv-tools fuzzer 2021-06-24 18:10:46 +00:00
spirv_opt_mutator.h Add spirv-tools fuzzer 2021-06-24 18:10:46 +00:00
spirv_reduce_mutator.cc Add spirv-tools fuzzer 2021-06-24 18:10:46 +00:00
spirv_reduce_mutator.h Add spirv-tools fuzzer 2021-06-24 18:10:46 +00:00
util.cc Add spirv-tools fuzzer 2021-06-24 18:10:46 +00:00
util.h Add spirv-tools fuzzer 2021-06-24 18:10:46 +00:00