diff options
author | Alon Zakai <azakai@google.com> | 2022-09-19 16:07:05 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-19 16:07:05 -0700 |
commit | cac995816b1b7051e3984e92d546207545d44327 (patch) | |
tree | 223042d80b957dd901844533e084f846add7d8fb /scripts | |
parent | bd76598f8525e15d6649335e1308a27284c4b0ae (diff) | |
download | binaryen-cac995816b1b7051e3984e92d546207545d44327.tar.gz binaryen-cac995816b1b7051e3984e92d546207545d44327.tar.bz2 binaryen-cac995816b1b7051e3984e92d546207545d44327.zip |
[Strings] Add missing String effects + tests (#5057)
Also fix some formatting issue in the file.
Diffstat (limited to 'scripts')
-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 38c5c331b..e7c9edf9c 100755 --- a/scripts/fuzz_opt.py +++ b/scripts/fuzz_opt.py @@ -272,6 +272,7 @@ INITIAL_CONTENTS_IGNORE = [ 'relaxed-simd.wast', # TODO: fuzzer and interpreter support for strings 'strings.wast', + 'simplify-locals-strings.wast', # TODO: fuzzer and interpreter support for extern conversions 'extern-conversions.wast', # ignore DWARF because it is incompatible with multivalue atm |