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

Unified Diff: test/cctest/cctest.status

Issue 1581103005: Skip failing wasm tests on platforms with function descriptors. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 11 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 c98627cc5d6bf98abc016673fa14c1f7eb3b91e1..49b71f06e3ddad861fe36a924addc9716ff49173 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -474,8 +474,11 @@
##############################################################################
['system == aix or (arch == ppc64 and byteorder == big)', {
- # Test currently broken for platforms with function desciptors
+ # TODO(ppc): Fix for platforms with function desciptors.
'test-run-machops/RunComputedCodeObject' : [SKIP],
+ 'test-run-wasm-module/Run_WasmModule_Return114' : [SKIP],
+ 'test-run-wasm-module/Run_WasmModule_CallAdd' : [SKIP],
+ 'test-run-wasm-module/Run_WasmModule_CallMain_recursive' : [SKIP],
}], # 'system == aix or (arch == ppc64 and byteorder == big)'
« 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