diff --git a/scripts/fuzz_opt.py b/scripts/fuzz_opt.py index 6db2bd3bcd1..e91190d620d 100755 --- a/scripts/fuzz_opt.py +++ b/scripts/fuzz_opt.py @@ -671,6 +671,7 @@ def filter_known_issues(output): # V8 does not accept nullable stringviews # (https://github.com/WebAssembly/binaryen/pull/6574) 'expected (ref stringview_wtf16), got nullref', + 'expected type (ref stringview_wtf16), found ref.null of type nullref', ] for issue in known_issues: if issue in output: