diff options
Diffstat (limited to 'scripts/fuzz_opt.py')
-rwxr-xr-x | scripts/fuzz_opt.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/fuzz_opt.py b/scripts/fuzz_opt.py index 887b6abe9..6db2bd3bc 100755 --- a/scripts/fuzz_opt.py +++ b/scripts/fuzz_opt.py @@ -668,6 +668,9 @@ def run_vm(cmd): HOST_LIMIT_PREFIX, # see comment above on this constant V8_UNINITIALIZED_NONDEF_LOCAL, + # V8 does not accept nullable stringviews + # (https://github.com/WebAssembly/binaryen/pull/6574) + 'expected (ref stringview_wtf16), got nullref', ] for issue in known_issues: if issue in output: |