You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disabled test/wasm-spec-tests/tests/f32.js, test/wasm-spec-tests/tests/f32.js, and test/wasm-spec-tests/tests/conversions.js for now. https://codereview.chromium.org/2921293002
These three tests are failing because ppc and s390 doesn't convert sNaN to qNaN. . For f32.js and f64.js, the problem is in float min and float max and for conversions.js, it is in double to float conversion.
The next step is either only skip the specific test cases or change the output checking logic to accept both sNaN and qNaN.
wasm-spec-tests
test bucket was added last week and some tests are failing. v8@e177068The text was updated successfully, but these errors were encountered: