Commit a9fcdd4a authored by Ivica Bogosavljevic's avatar Ivica Bogosavljevic Committed by Commit Bot

MIPS[64]: Skip LiftOff tests on big endian

MIPS[64] big endian doesn't have LiftOff implementation yet.
This CL skips offending tests.

Change-Id: I75797f2f234bbcafc535f3ff97670acabc32e216
Reviewed-on: https://chromium-review.googlesource.com/951486Reviewed-by: 's avatarClemens Hammacher <clemensh@chromium.org>
Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Commit-Queue: Ivica Bogosavljevic <ivica.bogosavljevic@mips.com>
Cr-Commit-Position: refs/heads/master@{#51782}
parent 523c9511
......@@ -302,6 +302,13 @@
'test-api/Threading6': [SKIP],
}], # 'arch == mips'
##############################################################################
['arch == mips or arch == mips64', {
# TODO(mips-team): Implement LiftOff on big-endian
'test-run-wasm/RunWasmLiftoff*': [SKIP],
'test-run-wasm-64/RunWasmLiftoff*': [SKIP],
}], # 'arch == mips or arch == mips64'
##############################################################################
['arch == mips64el or arch == mips64', {
# BUG(v8:3154).
......
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