summaryrefslogtreecommitdiff
path: root/scripts/fuzz_opt.py
diff options
context:
space:
mode:
authorThomas Lively <tlively@google.com>2024-06-26 11:47:22 -0700
committerGitHub <noreply@github.com>2024-06-26 18:47:22 +0000
commit636d1b2af6f349a9c7fca908bad05108419835e3 (patch)
tree59bbde7ea67e66a04e57b380abf5798c477c4ba9 /scripts/fuzz_opt.py
parentff8095d8d3be56ba249014ab799cbddb3fd3ba10 (diff)
downloadbinaryen-636d1b2af6f349a9c7fca908bad05108419835e3.tar.gz
binaryen-636d1b2af6f349a9c7fca908bad05108419835e3.tar.bz2
binaryen-636d1b2af6f349a9c7fca908bad05108419835e3.zip
[threads] Ignore shared-array.wast in fuzzer initial contents (#6706)
Diffstat (limited to 'scripts/fuzz_opt.py')
-rwxr-xr-xscripts/fuzz_opt.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/fuzz_opt.py b/scripts/fuzz_opt.py
index 192c0d362..4e1305042 100755
--- a/scripts/fuzz_opt.py
+++ b/scripts/fuzz_opt.py
@@ -355,6 +355,7 @@ INITIAL_CONTENTS_IGNORE = [
'shared-types.wast',
'shared-polymorphism.wast',
'shared-struct.wast',
+ 'shared-array.wast',
]