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

Unified Diff: test/cctest/cctest.status

Issue 1571243002: Add Wasm tests to skip list for big-endian. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: make it generic big-endian, not mips specific. 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 | test/unittests/unittests.status » ('j') | 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 f63c589b7b724318ac5aa973254a5bb32f0742f8..3f14d462987d5069e65b076c81159070a539cc84 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -254,6 +254,22 @@
}], # 'system == macos'
##############################################################################
+['byteorder == big', {
+ # TODO(mips-team): Fix Wasm for big-endian.
+ 'test-run-wasm-module/Run_WasmModule_CallAdd_rev': [SKIP],
+ 'test-run-wasm-module/Run_WasmModule_ReadLoadedDataSegment': [SKIP],
+ 'test-run-wasm-module/Run_WasmModule_CheckMemoryIsZero': [SKIP],
+ 'test-run-wasm-module/Run_WasmModule_Global': [SKIP],
+ 'test-run-wasm/Run_WasmInt32*': [SKIP],
+ 'test-run-wasm/Run_Wasm_TableSwitch*': [SKIP],
+ 'test-run-wasm/Run_Wasm_StoreMemI32_offset': [SKIP],
+ 'test-run-wasm/Run_Wasm_Int32LoadInt16_*': [SKIP],
+ 'test-run-wasm/Run_WasmMixedGlobals': [SKIP],
+ 'test-run-wasm/Run_WasmCall*': [SKIP],
+ 'test-run-wasm/Run_WasmMixedCall_*': [SKIP],
+}], # 'byteorder == big'
+
+##############################################################################
['arch == arm', {
'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL],
« no previous file with comments | « no previous file | test/unittests/unittests.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698