Reviewers: Benedikt Meurer, Michael Starzinger,

Message:
Committed patchset #1 (id:1) manually as 25014.

Description:
Skip tests with TF.

[email protected],[email protected]

Committed: https://code.google.com/p/v8/source/detail?r=25014

Please review this at https://codereview.chromium.org/691623004/

Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+3, -1 lines):
  M test/webkit/webkit.status


Index: test/webkit/webkit.status
diff --git a/test/webkit/webkit.status b/test/webkit/webkit.status
index 43d2d78831548f1eef949b5826083b97f1a8d2fb..89a5cab24d43ea7d30a065b9de7710faeda7527c 100644
--- a/test/webkit/webkit.status
+++ b/test/webkit/webkit.status
@@ -44,7 +44,9 @@
   'dfg-double-vote-fuzz': [SKIP],
   'reentrant-caching': [SKIP],
   'sort-large-array': [SKIP],
-  'array-iterate-backwards': [PASS, ['system == windows', NO_VARIANTS]],
+  # Too slow on windows with --nocrankshaft.
+  # TODO(mstarzinger): Too slow with TF.
+  'array-iterate-backwards': [PASS, NO_VARIANTS],
 }],  # 'mode == debug'
 ['simulator', {
   # Skip tests that timeout with turbofan.


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to