| Index: test/webkit/webkit.status
|
| diff --git a/test/webkit/webkit.status b/test/webkit/webkit.status
|
| index 52a15965ae6c0bf5bf60e5c7e160bf3314801a9d..3ba50bf6752b76663f26567b2ed7222b6b47db53 100644
|
| --- a/test/webkit/webkit.status
|
| +++ b/test/webkit/webkit.status
|
| @@ -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'
|
|
|