Add wasm module tests to skip for big-endian.
NOTRY=true Review URL: https://codereview.chromium.org/1658193002 Cr-Commit-Position: refs/heads/master@{#33679}
This commit is contained in:
parent
1f5c91e4d8
commit
7991c22695
@ -256,8 +256,11 @@
|
||||
##############################################################################
|
||||
['byteorder == big', {
|
||||
# TODO(mips-team): Fix Wasm for big-endian.
|
||||
'test-run-wasm-module/Run_WasmModule_CallAdd': [SKIP],
|
||||
'test-run-wasm-module/Run_WasmModule_CallAdd_rev': [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/Run_WasmInt32*': [SKIP],
|
||||
|
Loading…
Reference in New Issue
Block a user