Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(77)

Unified Diff: test/cctest/cctest.status

Issue 2829963003: MIPS[64]: Skip some WASM SIMD tests (Closed)
Patch Set: remove refinement tests Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698