• 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
benchmarks Loading commit data...
build Loading commit data...
docs Loading commit data...
include Loading commit data...
infra Loading commit data...
samples Loading commit data...
src Loading commit data...
test Loading commit data...
testing Loading commit data...
third_party/binutils Loading commit data...
tools Loading commit data...
.clang-format Loading commit data...
.gitignore Loading commit data...
.ycm_extra_conf.py Loading commit data...
AUTHORS Loading commit data...
BUILD.gn Loading commit data...
ChangeLog Loading commit data...
DEPS Loading commit data...
LICENSE Loading commit data...
LICENSE.strongtalk Loading commit data...
LICENSE.v8 Loading commit data...
LICENSE.valgrind Loading commit data...
Makefile Loading commit data...
Makefile.android Loading commit data...
Makefile.nacl Loading commit data...
OWNERS Loading commit data...
PRESUBMIT.py Loading commit data...
README.md Loading commit data...
WATCHLISTS Loading commit data...
codereview.settings Loading commit data...
snapshot_toolchain.gni Loading commit data...