diff --git a/test/wasm-spec-tests/wasm-spec-tests.status b/test/wasm-spec-tests/wasm-spec-tests.status index c97ac33824..e157702415 100644 --- a/test/wasm-spec-tests/wasm-spec-tests.status +++ b/test/wasm-spec-tests/wasm-spec-tests.status @@ -18,6 +18,13 @@ 'tests/f64_bitwise': [SKIP], }], # 'arch == mipsel or arch == mips64el or arch == mips or arch == mips64' +['arch == arm and simulator_run', { + # The simulator might set the quiet NaN bit when executing vabs and vneg, see + # http://crbug.com/v8/6947. + 'tests/float_misc': [SKIP], + 'tests/float_exprs': [SKIP], +}], # 'arch == arm and simulator_run' + ['(arch == mipsel or arch == mips64el or arch == mips or arch == mips64) and not simulator_run', { # This test fail because mips does not support the correct NaN bit patterns. # But it doesn't fail in simulator.