• ahaas's avatar
    [wasm] mips: Turn off signalling NaN tests on mips and mips64. · 5dc96ae2
    ahaas authored
    I turn the test off for now. The problem is that mips does not deal with
    signalling NaNs as expected.
    
    @v8-mips-ports: Could it be that the mips simulator deals differently
    with signalling NaNs than the actual hardware? The implementation that
    is tested in these tests assumes that sNaN * 1.0 = qNaN, where the bits
    of sNaN and qNaN are equal except for the most significant mantissa bit.
    This assumption holds for the simulator, but seems not to hold for actual
    mips hardware. Do you know more about that?
    
    R=mstarzinger@chromium.org, titzer@chromium.org, v8-mips-ports@googlegroups.com
    
    Review URL: https://codereview.chromium.org/1735673003
    
    Cr-Commit-Position: refs/heads/master@{#34278}
    5dc96ae2
Name
Last commit
Last update
..
OWNERS Loading commit data...
test-run-wasm-64.cc Loading commit data...
test-run-wasm-js.cc Loading commit data...
test-run-wasm-module.cc Loading commit data...
test-run-wasm.cc Loading commit data...
test-signatures.h Loading commit data...
wasm-run-utils.h Loading commit data...