Commit 0ed04d23 authored by mbrandy's avatar mbrandy Committed by Commit bot

Add cctest/test-run-wasm-64/Run_WasmInt64* to skip list for big-endian

Newly added tests cause failures on 32-bit bigendian and are skipped
until a solution is found.

R=titzer@chromium.org, ahaas@chromium.org
BUG=

Review URL: https://codereview.chromium.org/1761573002

Cr-Commit-Position: refs/heads/master@{#34447}
parent 39b47107
......@@ -284,6 +284,7 @@
'test-run-wasm-js/Run_JSSelect_4': [SKIP],
'test-run-wasm-js/Run_JSSelect_5': [SKIP],
'test-run-wasm-js/Run_JSSelect_6': [SKIP],
'test-run-wasm-64/Run_WasmI64*': [SKIP],
}], # 'byteorder == big'
##############################################################################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment