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

Unified Diff: client/tests/client/client.status

Issue 9252002: Make changes for Safari to run with webdriver on the bots. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 8 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 | tests/corelib/corelib.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/client/client.status
===================================================================
--- client/tests/client/client.status (revision 3378)
+++ client/tests/client/client.status (working copy)
@@ -14,7 +14,7 @@
touch/touch_tests: Skip # Issue 157.
html/html_tests: Skip # Doesn't recognize SVGElement constructors
-[ $component == frogium || ($component == webdriver && ($browser == chrome || $browser == ff)) ]
+[ $component == frogium || ($component == webdriver && ($browser == chrome || $browser == ff || $browser == safari)) ]
touch/touch_tests: Skip # Issue 157.
layout/layout_tests: Skip # Issue 152, also seems flaky
samples/dartcombat/dartcombat_tests: Skip # passes locally but timeout on bot?
@@ -24,9 +24,12 @@
[ $component == frogium && $checked ]
html/html_tests: Fail # HTMLDivElement not assignable to EventTarget
-[ $component == webdriver && $browser == ff ]
+[ $component == webdriver && ($browser == ff || $browser == safari) ]
samples/swarm/swarm_tests: Fail
+[ $component == webdriver && $browser == safari ]
+samples/smoketest/dartWebBase_tests: Fail
+
[ $component == webdriver && $browser == ie && ($system == linux || $system == mac) ]
*: Skip
« no previous file with comments | « no previous file | tests/corelib/corelib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698