Skip to content

Commit 8efe63e

Browse files
sumleoclaude
andcommitted
Un-skip f32, f64, and float_exprs spec tests
These tests were skipped because NaN canonicality checks were incorrect. Now that isCanonicalNaN and isArithmeticNaN are fixed, all three test suites pass. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7ced93c commit 8efe63e

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

scripts/test/shared.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -410,9 +410,6 @@ def get_tests(test_dir, extensions=[], recursive=False):
410410
'conversions.wast', # Promoted NaN should be canonical
411411
'data.wast', # Fail to parse data segment offset abbreviation
412412
'elem.wast', # Requires modeling empty declarative segments
413-
'f32.wast', # Adding -0 and -nan should give a canonical NaN
414-
'f64.wast', # Adding -0 and -nan should give a canonical NaN
415-
'float_exprs.wast', # Adding 0 and NaN should give canonical NaN
416413
'float_misc.wast', # Rounding wrong on f64.sqrt
417414
'func.wast', # Duplicate parameter names not properly rejected
418415
'global.wast', # Fail to parse table

0 commit comments

Comments
 (0)