| Index: pkg/pkg.status
|
| ===================================================================
|
| --- pkg/pkg.status (revision 12345)
|
| +++ pkg/pkg.status (working copy)
|
| @@ -20,6 +20,11 @@
|
| intl/test/date_time_format_file_even_test: skip
|
| intl/test/date_time_format_file_odd_test: skip
|
|
|
| +# Skip tests that use dart:io on dartc. Issue 5143
|
| +[ $compiler == dartc ]
|
| +intl/test/date_time_format_file_even_test: skip
|
| +intl/test/date_time_format_file_odd_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
|
|
|