From eceb0fb6ac097e262bf74dcdb686cfc5d4c55188 Mon Sep 17 00:00:00 2001 From: Thomas Lively Date: Tue, 18 Jun 2024 18:35:30 -0700 Subject: Check malformed mutability on imported globals (#6679) And re-enable the globals.wast spec test, which checks this. --- scripts/test/shared.py | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts/test') 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', -- cgit v1.2.3