diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/fuzz_opt.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/fuzz_opt.py b/scripts/fuzz_opt.py index 2a97af64a..0804c0387 100755 --- a/scripts/fuzz_opt.py +++ b/scripts/fuzz_opt.py @@ -350,6 +350,10 @@ INITIAL_CONTENTS_IGNORE = [ 'exception-handling.wast', 'translate-to-new-eh.wast', 'rse-eh.wast', + # Shared types implementation in progress + 'type-merging-shared.wast', + 'shared-types.wast', + 'shared-struct.wast', ] |