Commit c4dabe17 authored by Ilija Pavlovic's avatar Ilija Pavlovic Committed by Commit Bot

[test][mips64]: Skip dfg-int-overflow-in-loop on simulator.

If test webkit/dfg-int-overflow-in-loop is executed with option --noopt,
execution will be too slow on simulator. Therefore, this test will be
skipped on MIPS64 simulators.

TEST=webkit/dfg-int-overflow-in-loop
BUG=

Change-Id: I3d116fe579a5690c817a9a9d4e8a4bf8188298cc
Reviewed-on: https://chromium-review.googlesource.com/951610
Commit-Queue: Ilija Pavlović <ilija.pavlovic@mips.com>
Commit-Queue: Ivica Bogosavljevic <ivica.bogosavljevic@mips.com>
Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#51785}
parent 17c1806a
...@@ -68,6 +68,10 @@ ...@@ -68,6 +68,10 @@
# Too slow for mips big-endian boards on bots (no FPU). # Too slow for mips big-endian boards on bots (no FPU).
'dfg-int-overflow-in-loop': [SKIP], 'dfg-int-overflow-in-loop': [SKIP],
}], # 'arch == mips' }], # 'arch == mips'
['(arch == mips64 or arch == mips64el) and simulator_run', {
# Too slow.
'dfg-int-overflow-in-loop': [SKIP],
}], # '(arch == mips64 or arch == mips64el) and simulator_run'
['(arch == ppc or arch == ppc64) and simulator_run', { ['(arch == ppc or arch == ppc64) and simulator_run', {
# Too slow. # Too slow.
'dfg-int-overflow-in-loop': [SKIP], 'dfg-int-overflow-in-loop': [SKIP],
......
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