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

Unified Diff: test/webkit/webkit.status

Issue 831953003: Disable webkit/array-iterate-backwards for debug builds. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 11 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 c33f1b928e7c208f1c260f3cae1136e0df338cde..fb8d77d8d2069abdb90594d7bef57155f7e4f0a5 100644
--- a/test/webkit/webkit.status
+++ b/test/webkit/webkit.status
@@ -44,9 +44,8 @@
'dfg-double-vote-fuzz': [SKIP],
'reentrant-caching': [SKIP],
'sort-large-array': [SKIP],
- # Too slow on windows with --nocrankshaft.
- # TODO(mstarzinger): Too slow with TF.
- 'array-iterate-backwards': [PASS, NO_VARIANTS],
+ # Too slow with --enable-slow-asserts.
+ 'array-iterate-backwards': [SKIP],
}], # 'mode == debug'
['simulator', {
# Skip tests that timeout with turbofan.
@@ -71,7 +70,6 @@
['gc_stress == True and mode == debug', {
# Skip tests that timeout.
- 'array-iterate-backwards': [SKIP]
}], # 'gc_stress == True and mode == debug'
##############################################################################
« 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