| Index: pkg/pkg.status
|
| diff --git a/pkg/pkg.status b/pkg/pkg.status
|
| index f63a01209bf7df78ca089a9f16266adc2b649187..6cf2bfb9605a626be49d04abc6156c9f02dfc244 100644
|
| --- a/pkg/pkg.status
|
| +++ b/pkg/pkg.status
|
| @@ -9,6 +9,7 @@
|
| */*/packages/*/*: Skip
|
| */*/*/packages/*/*: Skip
|
| */*/*/*/packages/*/*: Skip
|
| +*/*/*/*/*/packages/*/*: Skip
|
|
|
| # Skip non-test files ending with "_test".
|
| scheduled_test/lib/*: Skip
|
| @@ -22,26 +23,6 @@ polymer/test/build/script_compactor_test: Pass, Slow
|
| [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
|
| third_party/angular_tests/browser_test/core_dom/shadow_root_options: Fail # Issue 18931 (Disabled for Chrome 35 roll)
|
| polymer/example/component/news/test/news_index_test: Pass, RuntimeError # Issue 18931
|
| -polymer/test/attr_deserialize_test: Pass, RuntimeError # Issue 18931
|
| -polymer/test/attr_mustache_test: Pass, RuntimeError # Issue 18931
|
| -polymer/test/bind_test: Pass, RuntimeError # Issue 18931
|
| -polymer/test/custom_event_test: Pass, RuntimeError # Issue 18931
|
| -polymer/test/entered_view_test: Pass, RuntimeError # Issue 18931
|
| -polymer/test/event_handlers_test: Pass, RuntimeError # Issue 18931
|
| -polymer/test/event_path_test: Pass, RuntimeError # Issue 18931
|
| -polymer/test/event_path_declarative_test: Pass, RuntimeError # Issue 18931
|
| -polymer/test/events_test: Pass, RuntimeError # Issue 18931
|
| -polymer/test/instance_attrs_test: Pass, RuntimeError # Issue 18931
|
| -polymer/test/js_interop_test: Pass, RuntimeError # Issue 18931
|
| -polymer/test/nested_binding_test: Pass, RuntimeError # Issue 18931
|
| -polymer/test/noscript_test: Pass, RuntimeError # Issue 18931
|
| -polymer/test/prop_attr_bind_reflection_test: Pass, RuntimeError # Issue 18931
|
| -polymer/test/prop_attr_reflection_test: Pass, RuntimeError # Issue 18931
|
| -polymer/test/publish_attributes_test: Pass, RuntimeError # Issue 18931
|
| -polymer/test/publish_inherited_properties_test: Pass, RuntimeError # Issue 18931
|
| -polymer/test/register_test: Pass, RuntimeError # Issue 18931
|
| -polymer/test/take_attributes_test: Pass, RuntimeError # Issue 18931
|
| -polymer/test/template_distribute_dynamic_test: Pass, RuntimeError # Issue 18931
|
|
|
| [ $runtime == vm && $mode == debug]
|
| analysis_server/test/analysis_server_test: Pass, Timeout
|
| @@ -107,6 +88,7 @@ async/test/stream_zip_test: RuntimeError, Pass # Issue 18548
|
| [ $runtime == vm || $runtime == d8 || $runtime == jsshell ]
|
| polymer/example: Skip # Uses dart:html
|
| polymer/e2e_test: Skip # Uses dart:html
|
| +polymer/test/auto_binding_test: Skip # uses dart:html
|
| polymer/test/attr_deserialize_test: Skip # uses dart:html
|
| polymer/test/attr_mustache_test: Skip #uses dart:html
|
| polymer/test/bind_test: Skip # uses dart:html
|
| @@ -332,10 +314,6 @@ polymer/e2e_test/canonicalization/test/deploy3_test: Fail, OK # tests deploy onl
|
| polymer/e2e_test/canonicalization/test/dir/dev2_test: RuntimeError # Issue 17596
|
| polymer/e2e_test/canonicalization/test/dir/deploy1_test: Fail, OK # tests deploy only behavior
|
| polymer/e2e_test/canonicalization/test/dir/deploy2_test: Fail, OK # tests deploy only behavior
|
| -polymer/test/custom_event_test: Pass, Crash # 14360
|
| -
|
| -[ $compiler == none && ( $runtime == dartium || $runtime == drt ) && $checked ]
|
| -polymer/test/custom_event_test: Skip # http://dartbug.com/15517
|
|
|
| [ $runtime == vm ]
|
| # Skip tests on the VM if the package depends on dart:html
|
|
|