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

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
Index: tests/language/language.status
diff --git a/tests/language/language.status b/tests/language/language.status
index 01d5cfc3d6b84f6cf4522345b11c681ab38e1314..7effe1de7ab9b3abb265b691a40272baab63b9da 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 ]
Bill Hesse 2012/01/11 20:50:37 Aren't you adding the (ie, windows) and (safari, m
+*: 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

Powered by Google App Engine
This is Rietveld 408576698