diff options
author | Thomas Lively <tlively@google.com> | 2024-06-20 10:13:31 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-20 10:13:31 -0700 |
commit | 1079a9e34599e65ee25fb5f32caa57bd21737593 (patch) | |
tree | a68691cb292fa4d80c698ac45fc78e6b5afe07e7 /scripts | |
parent | 45f6bdd4b2f694513aaed8b785bda422f0067a0d (diff) | |
download | binaryen-1079a9e34599e65ee25fb5f32caa57bd21737593.tar.gz binaryen-1079a9e34599e65ee25fb5f32caa57bd21737593.tar.bz2 binaryen-1079a9e34599e65ee25fb5f32caa57bd21737593.zip |
Re-enable spec tests requiring multivalue (#6684)
And delete tests that no longer pass now that multivalue is standard.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/test/shared.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/test/shared.py b/scripts/test/shared.py index b629eafc1..d593aa45b 100644 --- a/scripts/test/shared.py +++ b/scripts/test/shared.py @@ -406,8 +406,6 @@ SPEC_TESTS_TO_SKIP = [ 'linking.wast', # Invalid module accepted - 'func.wast', - 'type.wast', 'unreached-invalid.wast', # Test invalid |