Commit 171993c7 authored by Georgia Kouveli's avatar Georgia Kouveli Committed by Commit Bot

[instruction scheduler] Skip test for MIPS/MIPS64.

The instruction scheduler is not supported on these platforms.

Bug: v8:7577
Change-Id: If89494153407c6223e30d856dd0f3152eb0c5817
Reviewed-on: https://chromium-review.googlesource.com/973362Reviewed-by: 's avatarJaroslav Sevcik <jarin@chromium.org>
Commit-Queue: Georgia Kouveli <georgia.kouveli@arm.com>
Cr-Commit-Position: refs/heads/master@{#52241}
parent cfffff48
......@@ -297,6 +297,11 @@
'test-serialize/StartupSerializerTwiceRunScript': [SKIP],
}], # 'arch == mipsel or arch == mips'
['(arch == mipsel or arch == mips64el or arch == mips or arch == mips64)', {
# Instruction scheduler not supported on MIPS.
'test-instruction-scheduler/DeoptInMiddleOfBasicBlock': [SKIP]
}], # 'arch == mipsel or arch == mips64el or arch == mips or arch == mips64'
##############################################################################
['arch == mips', {
# Too slow with TF.
......
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