Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(188)

Unified Diff: test/webkit/webkit.status

Issue 1179693005: [test] Skip slow test. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698