diff options
author | Alon Zakai <azakai@google.com> | 2024-05-08 13:35:45 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-08 13:35:45 -0700 |
commit | a288a73e1126111833c9f0cad533f84f2e4f6423 (patch) | |
tree | e8dcb3e8cfd5f863f2d7f3130c489eeced567ab9 /test/unit/test_asyncify.py | |
parent | ed2cec473a03c83d169775fb47c5bef89e312719 (diff) | |
download | binaryen-a288a73e1126111833c9f0cad533f84f2e4f6423.tar.gz binaryen-a288a73e1126111833c9f0cad533f84f2e4f6423.tar.bz2 binaryen-a288a73e1126111833c9f0cad533f84f2e4f6423.zip |
Fuzzer: Stop emitting nullable stringviews (#6574)
As of
https://chromium-review.googlesource.com/c/v8/v8/+/5471674
V8 requires stringviews to be non-nullable. It might be possible to make that
change in our IR, or to remove views entirely, but for now this PR makes the
fuzzer stop emitting nullable stringviews as a workaround to allow us to fuzz
current V8.
There are still rare corner cases where this pattern is emitted, that we have
not tracked down, and so this also makes the fuzzer ignore the error for now.
Diffstat (limited to 'test/unit/test_asyncify.py')
0 files changed, 0 insertions, 0 deletions