Chromium Code Reviews| Index: pkg/pkg.status |
| =================================================================== |
| --- pkg/pkg.status (revision 12224) |
| +++ pkg/pkg.status (working copy) |
| @@ -20,10 +20,11 @@ |
| intl/test/date_time_format_file_even_test: skip |
| intl/test/date_time_format_file_odd_test: skip |
| -# Skip tests that force dartc to compile dart:io, which seems to be hopelessly |
| -# broken |
| -[ $compiler == dartc] |
| -intl/test/date_time_format_file_test: skip |
| +# Skip intl_message tests that use mirrors on dart2js until it's been implemented there. |
| +[ $compiler == dart2js ] |
| +intl/test/intl_message_test: skip |
|
Emily Fortuna
2012/09/12 01:23:48
is there a bug open on dart2js about this? If so,
Alan Knight
2012/09/12 20:58:20
I can't find one.
|
| +intl/test/intl_test: skip |
| +intl/test/intl_message_test_using_example: skip |
| [ $compiler == dartc ] |
| unittest/test/mock_regexp_negative_test: fail |