diff options
author | Thomas Lively <tlively@google.com> | 2024-06-26 11:47:22 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-26 18:47:22 +0000 |
commit | 636d1b2af6f349a9c7fca908bad05108419835e3 (patch) | |
tree | 59bbde7ea67e66a04e57b380abf5798c477c4ba9 /scripts/fuzz_opt.py | |
parent | ff8095d8d3be56ba249014ab799cbddb3fd3ba10 (diff) | |
download | binaryen-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-x | scripts/fuzz_opt.py | 1 |
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', ] |