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

Unified Diff: tests/language/language.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 | « tests/isolate/isolate.status ('k') | tools/testing/perf_testing/create_graph.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language.status
===================================================================
--- tests/language/language.status (revision 3378)
+++ tests/language/language.status (working copy)
@@ -196,7 +196,7 @@
[ $component == frog ]
ToStringAsFixedTest: Fail # fails due to rounding in constant propagation
-[ $component == frogsh || $component == frog || ($component == webdriver && ($browser == chrome || $browser == ff)) || $component == frogium ]
+[ $component == frogsh || $component == frog || ($component == webdriver && ($browser == chrome || $browser == ff || $browser == safari)) || $component == frogium ]
Factory3Test: Fail # Issue 417
CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerException.
ExtendTypeParameterNegativeTest: Skip # Issue 886
@@ -311,16 +311,30 @@
ImplicitThisTest/04: Fail # Issue 376
ImplicitThisTest/none: Fail # Issue 376
-[ $component == webdriver && $browser == ff ]
+[ $component == webdriver && ($browser == ff || $browser == safari) ]
MethodInvocationTest: Fail
-NamingTest: Fail
Private3Test: Fail
StackTraceTest: Fail
-StackOverflowTest: Fail
-StringConcatTest: Fail
StringInterpolateNPETest: Fail
ToStringAsFixedTest: Fail
+[ $component == webdriver && $browser == safari ]
+BlockScopeTest: Fail
+ClosureBreak1Test: Fail
+ClosureBreakTest: Fail
+ExecuteFinally7Test: Fail
+FunctionLiteralsTest: Fail
+ImplicitClosure1Test: Fail
+ImplicitClosureTest: Fail
+MethodBindingTest: Fail
+Prefix15Test: Fail
+StringConcatTest: Fail
+
+[ $component == webdriver && $browser == ff ]
+NamingTest: Fail
+StackOverflowTest: Fail
+StringConcatTest: Fail
+
[ $component == webdriver && $browser == ie && ($system == linux || $system == mac) ]
*: Skip
« no previous file with comments | « tests/isolate/isolate.status ('k') | tools/testing/perf_testing/create_graph.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698