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

Unified Diff: test/cctest/cctest.status

Issue 2034093002: Implement WASM big-endian support (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Small fixes. Rebase to master Created 4 years, 6 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 | « src/wasm/wasm-interpreter.cc ('k') | test/cctest/wasm/test-run-wasm.cc » ('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 a73271eadff51f5a50e7427d2b279ed8517a528e..b1569365a2ebb12df95bd0c029a607d42c47d79d 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -295,25 +295,6 @@
}], # 'system == windows'
##############################################################################
-['byteorder == big', {
- # TODO(mips-team): Fix Wasm for big-endian.
- 'test-run-wasm-module/Run_WasmModule_CallAdd': [SKIP],
- 'test-run-wasm-module/Run_WasmModule_CallMain_recursive': [SKIP],
- 'test-run-wasm-module/Run_WasmModule_ReadLoadedDataSegment': [SKIP],
- 'test-run-wasm-module/Run_WasmModule_Return114': [SKIP],
- 'test-run-wasm-module/Run_WasmModule_CheckMemoryIsZero': [SKIP],
- 'test-run-wasm-module/Run_WasmModule_Global': [SKIP],
- 'test-run-wasm/RunWasmCompiled_Int32LoadInt16_signext': [SKIP],
- 'test-run-wasm/RunWasmCompiled_Int32LoadInt16_zeroext': [SKIP],
- 'test-run-wasm/RunWasmCompiled_MixedGlobals': [SKIP],
- 'test-run-wasm-64/RunWasmCompiled_I64*': [SKIP],
- 'test-run-wasm-64/RunWasmCompiled_LoadStoreI64_sx': [SKIP],
- 'test-run-wasm-64/Run_TestI64WasmRunner': [SKIP],
- 'test-run-wasm-64/RunWasmCompiled_Call_Int64Sub': [SKIP],
- 'test-run-wasm-64/RunWasmCompiled_MemI64_Sum': [SKIP],
-}], # 'byteorder == big'
-
-##############################################################################
['arch == arm', {
'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL],
« no previous file with comments | « src/wasm/wasm-interpreter.cc ('k') | test/cctest/wasm/test-run-wasm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698