summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/fuzz_opt.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/fuzz_opt.py b/scripts/fuzz_opt.py
index 57bb4122b..41088d5c8 100755
--- a/scripts/fuzz_opt.py
+++ b/scripts/fuzz_opt.py
@@ -307,6 +307,9 @@ INITIAL_CONTENTS_IGNORE = [
# TODO: fuzzer support for internalize/externalize
'optimize-instructions-gc-extern.wast',
'gufa-extern.wast',
+ # the fuzzer does not support imported memories
+ 'multi-memory-lowering-import.wast',
+ 'multi-memory-lowering-import-error.wast',
]