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

Unified Diff: tests/language/language.status

Issue 9214005: Get Firefox and IE working again with Object.defineProperty! (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 3300)
+++ tests/language/language.status (working copy)
@@ -197,7 +197,7 @@
[ $component == frog ]
ToStringAsFixedTest: Fail # fails due to rounding in constant propagation
-[ $component == frogsh || $component == frog || ($component == webdriver && $browser == chrome) || $component == frogium ]
+[ $component == frogsh || $component == frog || ($component == webdriver && ($browser == chrome || $browser == ff)) || $component == frogium ]
Factory3Test: Fail # Issue 417
CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerException.
OptimizedSetterTest: Fail # Issue 863
@@ -313,7 +313,14 @@
ImplicitThisTest/none: Fail # Issue 376
[ $component == webdriver && $browser == ff ]
-*: Skip
+MethodInvocationTest: Fail
+NamingTest: Fail
+Private3Test: Fail
+StackTraceTest: Fail
+StackOverflowTest: Fail
+StringConcatTest: Fail
+StringInterpolateNPETest: Fail
+ToStringAsFixedTest: 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