mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-11 09:25:20 +00:00
spec-test-script: Disable conversions.wast on i386 (#2269)
This commit is contained in:
parent
59e18ca3c0
commit
674f229eff
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user