| Index: pkg/pkg.status
|
| diff --git a/pkg/pkg.status b/pkg/pkg.status
|
| index f158262ad27ec61cd75238bbcef6d50b04069f78..6c752bbc5c618bfb4a3c517a8bf0eeaa31d299b3 100644
|
| --- a/pkg/pkg.status
|
| +++ b/pkg/pkg.status
|
| @@ -26,17 +26,12 @@ intl/test/find_default_locale_standalone_test: Skip
|
| intl/test/find_default_locale_browser_test: Skip
|
| intl/test/date_time_format_http_request_test: Skip
|
|
|
| -# Skip http request tests on Windows until we are able to spawn
|
| -# the http server there.
|
| -[ $system == windows]
|
| -intl/test/date_time_format_http_request_test: Skip
|
| -
|
| # Skip http request tests on Dartium while resolving an odd
|
| # error there that causes the tests to timeout.
|
| [ $runtime == dartium || $runtime == drt ]
|
| intl/test/date_time_format_http_request_test: Skip
|
|
|
| -# Skip intl_message tests that use mirrors on dart2js until it's been
|
| +# Skip intl_message tests that use mirrors on dart2js until it's been
|
| # implemented there.
|
| [ $compiler == dart2js ]
|
| intl/test/intl_message_test: Skip
|
|
|