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

Unified Diff: test/cctest/cctest.status

Issue 2589283002: [WASM] Skip failing F32x4 tests on ARM. (Closed)
Patch Set: Created 4 years 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 21398297d6359bacec83a174106084ccad0d37e4..d5aadcabebae8bcfff8224c6f885c76cb07de0fd 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -218,6 +218,10 @@
'test-serialize/StartupSerializerTwice': [SKIP],
'test-serialize/StartupSerializerOnceRunScript': [SKIP],
'test-serialize/StartupSerializerTwiceRunScript': [SKIP],
+ 'test-run-wasm-simd/RunWasmCompiled_F32x4Add': [SKIP],
+ 'test-run-wasm-simd/RunWasmCompiled_F32x4Sub': [SKIP],
+ 'test-run-wasm-simd/RunWasmInterpreted_F32x4Add': [SKIP],
+ 'test-run-wasm-simd/RunWasmInterpreted_F32x4Sub': [SKIP],
############################################################################
# Slow tests.
« 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