From 02c4c3cd43a2033a7fd2f5c75f6d92ac9b80bb4b Mon Sep 17 00:00:00 2001 From: Thomas Lively Date: Tue, 18 Jun 2024 18:34:53 -0700 Subject: Re-enable binary.wast spec test (#6677) Fix the wast parser to accept IDs on quoted modules, remove tests that are invalidated by the multimemory proposal, and add validation that the total number of variables in a function is less than 2^32 and that the code section is present if there is a non-empty function section. --- scripts/test/shared.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'scripts/test') diff --git a/scripts/test/shared.py b/scripts/test/shared.py index 0e7062437..665ad6b7c 100644 --- a/scripts/test/shared.py +++ b/scripts/test/shared.py @@ -417,9 +417,6 @@ SPEC_TESTS_TO_SKIP = [ 'type.wast', 'unreached-invalid.wast', - # WAST parser error - 'binary.wast', - # Test invalid 'elem.wast', ] -- cgit v1.2.3