Chromium Code Reviews| Index: test/wasm-spec-tests/wasm-spec-tests.status | 
| diff --git a/test/wasm-spec-tests/wasm-spec-tests.status b/test/wasm-spec-tests/wasm-spec-tests.status | 
| index 62706d4d8ea23e248fa74a383b0247b092481f97..b7729fdb899108c39b1a2aa9c3470933993a77c3 100644 | 
| --- a/test/wasm-spec-tests/wasm-spec-tests.status | 
| +++ b/test/wasm-spec-tests/wasm-spec-tests.status | 
| @@ -5,10 +5,13 @@ | 
| [ | 
| [ALWAYS, { | 
| # These tests fail because mips does not support the correct NaN bit patterns. | 
| 
 
Michael Achenbach
2017/05/17 20:45:02
Could you maybe make a separate toplevel section f
 
predrag.rudic
2017/05/18 11:27:32
Acknowledged.
 
 | 
| - 'tests/float_misc': [PASS, ['arch == mipsel or arch == mips64el', SKIP]], | 
| - 'tests/float_exprs': [PASS, ['arch == mipsel or arch == mips64el', SKIP]], | 
| - 'tests/f32': [PASS, ['arch == mipsel or arch == mips64el', SKIP]], | 
| - 'tests/f64': [PASS, ['arch == mipsel or arch == mips64el', SKIP]], | 
| + 'tests/float_misc': [PASS, ['arch == mipsel or arch == mips64el arch == mips or arch == mips64', SKIP]], | 
| 
 
Michael Achenbach
2017/05/17 20:45:03
there's an "or" missing I guess...
 
 | 
| + 'tests/float_exprs': [PASS, ['arch == mipsel or arch == mips64el arch == mips or arch == mips64', SKIP]], | 
| + 'tests/f32': [PASS, ['arch == mipsel or arch == mips64el arch == mips or arch == mips64', SKIP]], | 
| + 'tests/f64': [PASS, ['arch == mipsel or arch == mips64el arch == mips or arch == mips64', SKIP]], | 
| + 'tests/f32_bitwise': [PASS, ['arch == mipsel or arch == mips64el or arch == mips or arch == mips64', SKIP]], | 
| + 'tests/f64_bitwise': [PASS, ['arch == mipsel or arch == mips64el or arch == mips or arch == mips64', SKIP]], | 
| + 'tests/conversions': [PASS, ['arch == mipsel or arch == mips64el or arch == mips or arch == mips64', SKIP]], | 
| #TODO(ahaas): Add additional stack checks on mips. | 
| # Issue 6318: Stack checks for functions with huge stack frames fail on x64 and ia32 |