Chromium Code Reviews| Index: pkg/pkg.status |
| diff --git a/pkg/pkg.status b/pkg/pkg.status |
| index 96f05ef03904ef3ed71fc79cd027e0bab1ff7231..0d08e6e944a97b508b242e188c33fdf689631e2d 100644 |
| --- a/pkg/pkg.status |
| +++ b/pkg/pkg.status |
| @@ -20,12 +20,6 @@ scheduled_test/test/scheduled_process_test: Pass, Slow # Issue 9231 |
| # testing. |
| webdriver/test/webdriver_test: Skip |
| -[$compiler == none && $runtime == vm] |
|
kevmoo-old
2013/04/05 00:45:43
new async logic addresses this...I think.
|
| -intl/test/date_time_format_file_even_test: Pass, Crash # Issue 9342 |
| -intl/test/date_time_format_file_odd_test: Pass, Crash # Issue 9342 |
| -intl/test/date_time_format_local_even_test: Pass, Crash # Issue 9342 |
| -intl/test/date_time_format_local_odd_test: Pass, Crash # Issue 9342 |
| - |
| [$compiler == dart2dart] |
| *: Skip |
| @@ -90,11 +84,6 @@ intl/test/date_time_format_http_request_test: Skip |
| intl/test/find_default_locale_standalone_test: Fail # Issue 8110 |
| intl/test/message_extraction/message_extraction_test: Fail # Issue 9167 |
| -# Skip http request tests on Dartium while resolving an odd |
|
kevmoo-old
2013/04/05 00:45:43
I think using the correct async init logic resolve
|
| -# error there that causes the tests to timeout. |
| -[ $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. |