Chromium Code Reviews| Index: pkg/pkg.status |
| =================================================================== |
| --- pkg/pkg.status (revision 11902) |
| +++ pkg/pkg.status (working copy) |
| @@ -16,9 +16,14 @@ |
| *: Skip |
| # Skip tests that use local file access if we're running in any browser |
| -[ $runtime == opera || $runtime == ff || $runtime == ie || $runtime == dartium || $runtime == chrome || $runtime == safari || $runtime == dartium ] |
| +[ $runtime == opera || $runtime == ff || $runtime == ie || $runtime == dartium || $runtime == chrome || $runtime == safari || $runtime == drt ] |
| intl/test/date_time_format_file_test: skip |
| +# Skip tests that force dartc to compile dart:io, which seems to be hopelessly |
| +# broken |
| +[ $compiler == dartc] |
|
Emily Fortuna
2012/09/05 21:15:06
have you been able to get in touch with whoever wo
|
| +intl/test/date_time_format_file_test: skip |
| + |
| [ $compiler == dartc ] |
| unittest/test/mock_regexp_negative_test: fail |
| unittest/test/mock_stepwise_negative_test: fail |