| Index: pkg/pkg.status
|
| diff --git a/pkg/pkg.status b/pkg/pkg.status
|
| index ff3f264ec968312d6cdfb6474ecf830d0bcc5143..cefed250e77a4d45d9df0c889c4b0f6506d38613 100644
|
| --- a/pkg/pkg.status
|
| +++ b/pkg/pkg.status
|
| @@ -43,17 +43,20 @@ intl/test/intl_message_basic_example_test: Pass, Fail # Issue 7730
|
| [ $runtime == dartium || $runtime == drt ]
|
| intl/test/date_time_format_http_request_test: Skip
|
|
|
| +[ $compiler == dart2js ]
|
| # Skip intl_message tests that use mirrors on dart2js until it's been
|
| # implemented there.
|
| -[ $compiler == dart2js ]
|
| +intl/test/intl_message_test: Skip
|
| +intl/test/intl_message_basic_example_test: Skip
|
| +serialization/test/serialization_test: Skip
|
| +
|
| +[ $compiler == dart2js && $runtime == d8 ]
|
| args/test/args_test: Fail # Timer interface not supported; dartbug.com/7728.
|
| intl/test/bidi_format_test: Fail # Timer interface not supported; dartbug.com/7728.
|
| intl/test/bidi_utils_test: Fail # Timer interface not supported; dartbug.com/7728.
|
| intl/test/date_time_format_local_even_test: Fail # Timer interface not supported; dartbug.com/7728.
|
| intl/test/date_time_format_local_odd_test: Fail # Timer interface not supported; dartbug.com/7728.
|
| intl/test/date_time_format_uninitialized_test: Fail # Timer interface not supported; dartbug.com/7728.
|
| -intl/test/intl_message_test: Skip
|
| -intl/test/intl_message_basic_example_test: Skip
|
| intl/test/intl_test: Fail # Timer interface not supported; dartbug.com/7728.
|
| intl/test/number_format_test: Fail # Timer interface not supported; dartbug.com/7728.
|
| logging/test/logging_test: Fail # Timer interface not supported; dartbug.com/7728.
|
| @@ -61,7 +64,6 @@ serialization/test/polyfill_identity_map_test: Fail # Timer interface not suppor
|
| unittest/test/matchers_test: Fail # Timer interface not supported; dartbug.com/7728.
|
| unittest/test/mock_test: Fail # Timer interface not supported; dartbug.com/7728.
|
| unittest/test/unittest_test: Fail # Timer interface not supported; dartbug.com/7728.
|
| -serialization/test/serialization_test: Skip
|
|
|
| [ $compiler == dartc ]
|
| unittest/test/mock_regexp_negative_test: Fail
|
|
|