Commit ac4eaee4 authored by mbrandy's avatar mbrandy Committed by Commit bot

Refine "[test] Skip webkit test too slow for ppc."

Skip only for simulator runs.

R=machenbach@chromium.org
BUG=

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

Cr-Commit-Position: refs/heads/master@{#31418}
parent d09a925b
......@@ -66,7 +66,7 @@
# Too slow for mips big-endian boards on bots (no FPU).
'dfg-int-overflow-in-loop': [SKIP],
}], # 'arch == mips'
['arch == ppc or arch == ppc64', {
['(arch == ppc or arch == ppc64) and simulator_run == True', {
# Too slow.
'dfg-int-overflow-in-loop': [SKIP],
}], # 'arch == ppc or arch == ppc64'
......
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