| Index: pkg/pkg.status
|
| diff --git a/pkg/pkg.status b/pkg/pkg.status
|
| index 25222e03a623e8d26e67f90fbafa33dbe6e7f9ec..7b04b7a08f3eb9840aef94397c65ad9835927b06 100644
|
| --- a/pkg/pkg.status
|
| +++ b/pkg/pkg.status
|
| @@ -57,24 +57,44 @@ crypto/test/sha1_test: Fail # Issue 11407.
|
| stack_trace/test/trace_test: Fail # http://dartbug.com/12380
|
| crypto/test/sha256_test: Pass, Fail # Issue 12502
|
| crypto/test/hmac_sha256_test: Pass, Fail # Issue 12502
|
| -polymer/test/events_test: Fail # Issue 12865, 13197
|
| +polymer/test/attr_deserialize_test: Fail # Issue 12865, 13197
|
| +polymer/test/attr_mustache_test: Fail # Issue 12865, 13197
|
| polymer/test/event_path_test: Fail # Issue 12865, 13197
|
| +polymer/test/events_test: Fail # Issue 12865, 13197
|
| +polymer/test/prop_attr_reflection_test: Fail # Issue 12865, 13197
|
| +polymer/test/publish_attributes_test: Fail # Issue 12865, 13197
|
| +polymer/test/take_attributes_test: Fail # Issue 12865, 13197
|
|
|
| [ $runtime == ie9 || $runtime == ie10 ]
|
| -polymer/test/events_test: Fail, Timeout # Issue 12865, 13197, 13260
|
| +polymer/test/attr_deserialize_test: Fail, Timeout # Issue 12865, 13197, 13260
|
| +polymer/test/attr_mustache_test: Fail, Timeout # Issue 12865, 13197, 13260
|
| polymer/test/event_path_test: Fail, Timeout # Issue 12865, 13197, 13260
|
| +polymer/test/events_test: Fail, Timeout # Issue 12865, 13197, 13260
|
| +polymer/test/prop_attr_reflection_test: Fail, Timeout # Issue 12865, 13197, 13260
|
| +polymer/test/publish_attributes_test: Fail, Timeout # Issue 12865, 13197, 13260
|
| +polymer/test/take_attributes_test: Fail, Timeout # Issue 12865, 13197, 13260
|
|
|
| [ $system == windows && ($runtime == chrome || $runtime == ff) ]
|
| -polymer/test/events_test: Pass, Timeout # Issue 13260
|
| +polymer/test/attr_deserialize_test: Pass, Timeout # Issue 13260
|
| +polymer/test/attr_mustache_test: Pass, Timeout # Issue 13260
|
| polymer/test/event_path_test: Pass, Timeout # Issue 13260
|
| +polymer/test/events_test: Pass, Timeout # Issue 13260
|
| +polymer/test/prop_attr_reflection_test: Pass, Timeout # Issue 13260
|
| +polymer/test/publish_attributes_test: Pass, Timeout # Issue 13260
|
| +polymer/test/take_attributes_test: Pass, Timeout # Issue 13260
|
|
|
| # Skip browser-specific tests on VM
|
| [ $runtime == vm ]
|
| path/test/browser_test: Fail, OK # Uses dart:html
|
| intl/test/find_default_locale_browser_test: Skip
|
| intl/test/date_time_format_http_request_test: Skip
|
| -polymer/test/events_test: Fail, OK # Uses dart:html
|
| +polymer/test/attr_deserialize_test: Fail, OK # Uses dart:html
|
| +polymer/test/attr_mustache_test: Fail, OK # Uses dart:html
|
| polymer/test/event_path_test: Fail, OK # Uses dart:html
|
| +polymer/test/events_test: Fail, OK # Uses dart:html
|
| +polymer/test/prop_attr_reflection_test: Fail, OK # Uses dart:html
|
| +polymer/test/publish_attributes_test: Fail, OK # Uses dart:html
|
| +polymer/test/take_attributes_test: Fail, OK # Uses dart:html
|
| polymer/example: Fail, OK # Uses dart:html
|
|
|
| [ $runtime == vm && $system == windows ]
|
| @@ -140,7 +160,6 @@ oauth2/test/handle_access_token_response_test: Fail, OK # Uses dart:io.
|
| observe/test/transform_test: Fail, OK # Uses dart:io.
|
| path/test/io_test: Fail, OK # Uses dart:io.
|
| polymer/test/build/*: Fail, OK # Uses dart:io.
|
| -polymer/test/utils_test: Fail, OK # Uses dart:io.
|
| watcher/test/*: Fail, OK # Uses dart:io.
|
|
|
| scheduled_test/test/descriptor/async_test: Fail # http://dartbug.com/8440
|
|
|