mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-06-02 20:51:45 +00:00
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>