Skip to content

Commit 3fb6c3b

Browse files
Enable conversions.wast spec test (#8528)
The test already passes and was likely fixed by #8472. test/spec/conversions.wast is an old version of the upstream spec test that wasn't updated. Remove it since we now test against the newer version. Part of #8261.
1 parent fb5e6ef commit 3fb6c3b

2 files changed

Lines changed: 0 additions & 516 deletions

File tree

scripts/test/shared.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,6 @@ def get_tests(test_dir, extensions=[], recursive=False):
412412
'binary.wast', # Missing data count section validation
413413
'comments.wast', # Issue with carriage returns being treated as newlines
414414
'const.wast', # Hex float constant not recognized as out of range
415-
'conversions.wast', # Promoted NaN should be canonical
416415
'data.wast', # Fail to parse data segment offset abbreviation
417416
'elem.wast', # Requires modeling empty declarative segments
418417
'func.wast', # Duplicate parameter names not properly rejected

0 commit comments

Comments
 (0)