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

Unified Diff: dart/pkg/pkg.status

Issue 211033003: Add ie11 suppressions to pkg.status, and a new ie9 failure. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 6 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/pkg/pkg.status
===================================================================
--- dart/pkg/pkg.status (revision 34350)
+++ dart/pkg/pkg.status (working copy)
@@ -113,12 +113,13 @@
polymer/test/bind_mdv_test: Slow, Pass
template_binding/test/custom_element_bindings_test: Fail, Timeout # Issue 16717
polymer/test/bind_mdv_test: RuntimeError # Issue 14412, 13260
+matcher/test/matchers_test: RuntimeError # Issue 17762
-[ $runtime == ie9 || $runtime == ie10 ]
+[ $ie ]
polymer/test/noscript_test: RuntimeError, Pass # Issue 13260
intl/test/date_time_format_http_request_test: Fail # Issue 8983
-[ $runtime == ie10 ]
+[ $runtime == ie10 || $runtime == ie11 ]
typed_data/test/typed_buffers_test/none: Fail # Issue 17607 (I put this here explicitly, since this is not the same as on ie9)
[ $runtime == safari ]
@@ -319,7 +320,7 @@
polymer_expressions/test/bindings_test: Skip
third_party/html5lib/test/browser/browser_test: Skip
-[ $runtime == safari || $runtime == ie9 || $runtime == ie10 ]
+[ $runtime == safari || $ie ]
polymer_expressions/test/globals_test: Fail # Issue 16568
[ $browser ]
@@ -342,7 +343,7 @@
[ $runtime == vm && ($system == windows || $system == linux) ]
watcher/test/*/mac_os_test: Skip
-[ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff || $runtime == ie10 ]
Emily Fortuna 2014/03/28 16:49:06 was this an accident that $runtime==ff was deleted
Bill Hesse 2014/03/28 16:55:56 Yes it was, and it was restored in a later CL. I
+[ $runtime == safari || $runtime == chrome || $ie ]
# Various issues due to limited browser testing in Angular.
third_party/angular_tests/*: Skip
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698