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

Unified Diff: tests/language/language.status

Issue 9188012: bots: include webdriver tests in bots. (Closed) Base URL: https://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 | « tests/isolate/isolate.status ('k') | tools/testing/dart/test_options.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language.status
diff --git a/tests/language/language.status b/tests/language/language.status
index 5e7a6c631d54874c028ec981dc24f34b280c1c12..515a93cb0b7ace404a882493acf1ddc05b32e0e1 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -176,9 +176,7 @@ TypedMessageTest: Fail # Bug 5246195
[ $component == frog ]
ToStringAsFixedTest: Fail # fails due to rounding in constant propagation
-[ $component == frogsh || $component == frog || $component == webdriver || $component == frogium ]
-# TODO(efortuna): Distinguish between specific browser being run for webdriver
-# (by flag option) to specify which tests pass.
+[ $component == frogsh || $component == frog || ($component == webdriver && $browser == chrome) || $component == frogium ]
Factory3Test: Fail # Issue 417
CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerException.
OptimizedSetterTest: Fail # Issue 863
@@ -300,6 +298,14 @@ ImplicitThisTest/03: Fail # Issue 376
ImplicitThisTest/04: Fail # Issue 376
ImplicitThisTest/none: Fail # Issue 376
+[ $component == webdriver && $browser == ff ]
+*: Skip
+
+[ $component == webdriver && $browser == ie && ($system == linux || $system == mac) ]
+*: Skip
+
+[ $component == webdriver && $browser == safari && ($system == linux || $system == windows) ]
+*: Skip
[ ($component == frogsh || $component == frog || $component == frogium) && $unchecked ]
PrivateMemberTest/01: Fail # test seems bad - see issue #353
« no previous file with comments | « tests/isolate/isolate.status ('k') | tools/testing/dart/test_options.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698