Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fuzzer: Ignore V8 errors on uninitialized non-defaultable locals (Web…
…Assembly#6337) See WebAssembly#5665 WebAssembly#5599, this is an existing issue and we have a workaround for it using --dce, but it does not always work. I seem to be seeing this in higher frequency since landing recent fuzzer improvements, so ignore it. There is some risk of us missing real bugs here (that we validate and V8 does not), but this is a validation error which is not as serious as a difference in behavior. And this is a long-standing issue that hasn't bitten us yet.
- Loading branch information