spec-test-script: Disable conversions.wast on i386 (#2269)

This commit is contained in:
YAMAMOTO Takashi 2023-06-07 14:23:42 +09:00 committed by GitHub
parent 59e18ca3c0
commit 674f229eff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,8 @@ def ignore_the_case(
if not multi_module_flag and case_name in ["imports", "linking"]:
return True
if "i386" == target and case_name in ["float_exprs"]:
# Note: x87 doesn't preserve sNaN and makes some relevant tests fail.
if "i386" == target and case_name in ["float_exprs", "conversions"]:
return True
if gc_flag: