diff options
Diffstat (limited to 'scripts/fuzz_opt.py')
-rwxr-xr-x | scripts/fuzz_opt.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/fuzz_opt.py b/scripts/fuzz_opt.py index 3cf711e7b..a98e12437 100755 --- a/scripts/fuzz_opt.py +++ b/scripts/fuzz_opt.py @@ -333,8 +333,9 @@ INITIAL_CONTENTS_IGNORE = [ 'exception-handling.wast', 'translate-eh-old-to-new.wast', 'rse-eh.wast', - # Non-UTF8 strings trap in V8 + # Non-UTF8 strings trap in V8, and have limitations in our interpreter 'string-lowering.wast', + 'precompute-strings.wast', ] |