Chromium Code Reviews| Index: test/webkit/webkit.status |
| diff --git a/test/webkit/webkit.status b/test/webkit/webkit.status |
| index d8c6864105421a61c74b33f5f7ef28f06ddaad1f..57d86cb92138dfbeab39edb1e1abf2449710cd76 100644 |
| --- a/test/webkit/webkit.status |
| +++ b/test/webkit/webkit.status |
| @@ -49,9 +49,11 @@ |
| }], # 'mode == debug' |
| ['simulator', { |
|
Michael Achenbach
2015/06/11 12:01:05
The difference between simulator and simulator_run
|
| # Skip tests that timeout with turbofan. |
| - 'dfg-int-overflow-in-loop': [PASS, NO_VARIANTS], |
| 'array-iterate-backwards': [PASS, NO_VARIANTS], |
| 'function-apply-aliased': [SKIP], |
| + |
| + # Skip tests that are too slow for simulators. |
| + 'dfg-int-overflow-in-loop': [SKIP], |
| }], # 'simulator' |
| ['arch == arm64 and simulator_run == True', { |
| 'dfg-int-overflow-in-loop': [SKIP], |