| Index: test/cctest/cctest.status
 | 
| diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
 | 
| index 43400f25c303f988636f81721049e573bb63f4af..e6c1e84ddf3ac2f05249923eccbf379fd8a065d2 100644
 | 
| --- a/test/cctest/cctest.status
 | 
| +++ b/test/cctest/cctest.status
 | 
| @@ -319,6 +319,16 @@
 | 
|  }],  # 'arch == mips64el or arch == mips64'
 | 
|  
 | 
|  ##############################################################################
 | 
| +['arch == mips or arch == mipsel or arch == mips64 or arch == mips64el', {
 | 
| +  # For now skip WASM SIMD tests that fail when MSA instr. extension is not
 | 
| +  # available (currently simd-scalar-lowering mechanism doesn't work properly
 | 
| +  # for all SIMD operations)
 | 
| +  'test-run-wasm-simd/RunWasmCompiled_S32x4Select': [SKIP],
 | 
| +  'test-run-wasm-simd/RunWasmCompiled_F32x4RecipSqrtApprox': [SKIP],
 | 
| +  'test-run-wasm-simd/RunWasmCompiled_F32x4RecipApprox': [SKIP],
 | 
| +}],  # 'arch == mips or arch == mipsel or arch == mips64 or arch == mips64el'
 | 
| +
 | 
| +##############################################################################
 | 
|  ['arch == x87', {
 | 
|    'test-run-machops/RunFloat64InsertLowWord32': [SKIP],
 | 
|    'test-run-native-calls/MixedParams_0': [SKIP],
 | 
| 
 |