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

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

Issue 9302012: Better way to fix console.log in IE. (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 | client/tests/client/samples/smoketest/dartWebBase_tests.dart » ('j') | frog/lib/corelib.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/client/client.status
===================================================================
--- client/tests/client/client.status (revision 3703)
+++ client/tests/client/client.status (working copy)
@@ -16,14 +16,20 @@
html/html_tests: Skip # Doesn't recognize SVGElement constructors
samples/dartcombat/dartcombat_tests: Skip # Issue 1218
-[ $component == frogium || ($component == webdriver && ($browser == chrome || $browser == ff || $browser == safari)) ]
+[ $component == frogium || ($component == webdriver && ($browser == chrome || $browser == ff || $browser == safari || $browser == ie)) ]
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?
-[ $component == webdriver && ($browser == ff || $browser == safari) ]
+[ $component == webdriver && ($browser == ff || $browser == safari || $browser == ie) ]
+html/html_tests: Fail
+
+[ $component == webdriver && ($browser == safari || $browser == ie) ]
samples/swarm/swarm_tests: Fail
+[ $component == webdriver && $browser == ff ]
+samples/swarm/swarm_tests: Skip
+
[ $component == webdriver && $browser == safari ]
samples/smoketest/dartWebBase_tests: Fail
« no previous file with comments | « no previous file | client/tests/client/samples/smoketest/dartWebBase_tests.dart » ('j') | frog/lib/corelib.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698