Chromium Code Reviews| 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 |