summaryrefslogtreecommitdiff
path: root/scripts/test
diff options
context:
space:
mode:
authorThomas Lively <tlively@google.com>2024-06-18 18:35:30 -0700
committerGitHub <noreply@github.com>2024-06-18 18:35:30 -0700
commiteceb0fb6ac097e262bf74dcdb686cfc5d4c55188 (patch)
tree305ec69254bc6d09de771ba2e94c572f280176db /scripts/test
parent02c4c3cd43a2033a7fd2f5c75f6d92ac9b80bb4b (diff)
downloadbinaryen-eceb0fb6ac097e262bf74dcdb686cfc5d4c55188.tar.gz
binaryen-eceb0fb6ac097e262bf74dcdb686cfc5d4c55188.tar.bz2
binaryen-eceb0fb6ac097e262bf74dcdb686cfc5d4c55188.zip
Check malformed mutability on imported globals (#6679)
And re-enable the globals.wast spec test, which checks this.
Diffstat (limited to 'scripts/test')
-rw-r--r--scripts/test/shared.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/test/shared.py b/scripts/test/shared.py
index 665ad6b7c..76d6fd568 100644
--- a/scripts/test/shared.py
+++ b/scripts/test/shared.py
@@ -400,7 +400,6 @@ os.chdir(options.out_dir)
# expected-output/ if any.
SPEC_TESTS_TO_SKIP = [
# Malformed module accepted
- 'globals.wast',
'binary-leb128.wast',
'utf8-custom-section-id.wast',
'utf8-import-field.wast',