| Index: pkg/pkg.status
|
| diff --git a/pkg/pkg.status b/pkg/pkg.status
|
| index b39d0dcf6317e243054b1afbea580724aa760ba9..d8666d673e1a4c87cc1fff8de030264392e8588e 100644
|
| --- a/pkg/pkg.status
|
| +++ b/pkg/pkg.status
|
| @@ -159,6 +159,9 @@ polymer/test/bind_mdv_test: Slow, Pass
|
| template_binding/test/custom_element_bindings_test: Fail, Timeout # Issue 16717
|
| polymer/test/bind_mdv_test: RuntimeError # Issue 14412, 13260
|
| matcher/test/core_matchers_test: RuntimeError # Issue 17762
|
| +polymer_expressions/test/bindings_test: RuntimeError # Issue 19265
|
| +polymer_expressions/test/globals_test: RuntimeError # Issue 19265
|
| +template_binding/test/template_binding_test: RuntimeError # Issue 19265
|
|
|
| [ $ie ]
|
| polymer/test/noscript_test: RuntimeError, Pass # Issue 13260
|
| @@ -168,34 +171,37 @@ polymer_expressions/test/syntax_test: Fail, Timeout, Pass # Issue 19138
|
| [ $runtime == ie10 ]
|
| typed_data/test/typed_buffers_test/none: Fail # Issue 17607 (I put this here explicitly, since this is not the same as on ie9)
|
| polymer/test/register_test: Fail # Issue 18870
|
| -polymer/test/auto_binding_test: RuntimeError # Issue 19265
|
| -polymer/test/attr_deserialize_test: RuntimeError # Issue 19265
|
| -polymer/test/attr_mustache_test: RuntimeError # Issue 19265
|
| -polymer/test/bind_test: RuntimeError # Issue 19265
|
| -polymer/test/bind_mdv_test: RuntimeError # Issue 19265
|
| -polymer/test/custom_event_test: RuntimeError # Issue 19265
|
| -polymer/test/entered_view_test: RuntimeError # Issue 19265
|
| -polymer/test/event_handlers_test: RuntimeError # Issue 19265
|
| -polymer/test/event_path_declarative_test: RuntimeError # Issue 19265
|
| -polymer/test/event_path_test: RuntimeError # Issue 19265
|
| -polymer/test/events_test: RuntimeError # Issue 19265
|
| -polymer/test/instance_attrs_test: RuntimeError # Issue 19265
|
| -polymer/test/js_interop_test: RuntimeError # Issue 19265
|
| -polymer/test/mirror_loader_test: RuntimeError # Issue 19265
|
| -polymer/test/nested_binding_test: RuntimeError # Issue 19265
|
| -polymer/test/noscript_test: RuntimeError # Issue 19265
|
| -polymer/test/prop_attr_bind_reflection_test: RuntimeError # Issue 19265
|
| -polymer/test/prop_attr_reflection_test: RuntimeError # Issue 19265
|
| -polymer/test/property_change_test: RuntimeError # Issue 19265
|
| -polymer/test/property_observe_test: RuntimeError # Issue 19265
|
| -polymer/test/publish_attributes_test: RuntimeError # Issue 19265
|
| -polymer/test/publish_inherited_properties_test: RuntimeError # Issue 19265
|
| -polymer/test/take_attributes_test: RuntimeError # Issue 19265
|
| -polymer/test/template_distribute_dynamic_test: RuntimeError # Issue 19265
|
| -polymer/test/unbind_test: RuntimeError # Issue 19265
|
| +polymer/test/auto_binding_test: Pass, RuntimeError # Issue 19265
|
| +polymer/test/attr_deserialize_test: Pass, RuntimeError # Issue 19265
|
| +polymer/test/attr_mustache_test: Pass, RuntimeError # Issue 19265
|
| +polymer/test/bind_test: Pass, RuntimeError # Issue 19265
|
| +polymer/test/bind_mdv_test: Pass, RuntimeError # Issue 19265
|
| +polymer/test/custom_event_test: Pass, RuntimeError # Issue 19265
|
| +polymer/test/entered_view_test: Pass, RuntimeError # Issue 19265
|
| +polymer/test/event_handlers_test: Pass, RuntimeError # Issue 19265
|
| +polymer/test/event_path_declarative_test: Pass, RuntimeError # Issue 19265
|
| +polymer/test/event_path_test: Pass, RuntimeError # Issue 19265
|
| +polymer/test/events_test: Pass, RuntimeError # Issue 19265
|
| +polymer/test/instance_attrs_test: Pass, RuntimeError # Issue 19265
|
| +polymer/test/js_interop_test: Pass, RuntimeError # Issue 19265
|
| +polymer/test/mirror_loader_test: Pass, RuntimeError # Issue 19265
|
| +polymer/test/nested_binding_test: Pass, RuntimeError # Issue 19265
|
| +polymer/test/noscript_test: Pass, RuntimeError # Issue 19265
|
| +polymer/test/prop_attr_bind_reflection_test: Pass, RuntimeError # Issue 19265
|
| +polymer/test/prop_attr_reflection_test: Pass, RuntimeError # Issue 19265
|
| +polymer/test/property_change_test: Pass, RuntimeError # Issue 19265
|
| +polymer/test/property_observe_test: Pass, RuntimeError # Issue 19265
|
| +polymer/test/publish_attributes_test: Pass, RuntimeError # Issue 19265
|
| +polymer/test/publish_inherited_properties_test: Pass, RuntimeError # Issue 19265
|
| +polymer/test/take_attributes_test: Pass, RuntimeError # Issue 19265
|
| +polymer/test/template_distribute_dynamic_test: Pass, RuntimeError # Issue 19265
|
| +polymer/test/unbind_test: Pass, RuntimeError # Issue 19265
|
| +polymer/e2e_test/*: Pass, RuntimeError # Issue 19265
|
| +polymer_expressions/*: Pass, RuntimeError # Issue 19265
|
| +template_binding/test/template_binding_test: Pass, RuntimeError # Issue 19265
|
|
|
| [ $runtime == ie11 ]
|
| -polymer/test/event_handlers_test: RuntimeError # Issue 19265
|
| +polymer/test/event_handlers_test: RuntimeError, Timeout # Issue 19265
|
|
|
| [ $runtime == safari || $runtime == safarimobilesim ]
|
| # Unexplained errors only occuring on Safari.
|
|
|