Chromium Code Reviews| Index: pkg/pkg.status |
| diff --git a/pkg/pkg.status b/pkg/pkg.status |
| index f9f324435f14d959ffd9b8c686befc7b207449ac..88b2b3b1851f0661ac85ebb5cb08947985cae1b6 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 |
|
Siggi Cherem (dart-lang)
2014/06/03 02:23:44
FYI - I wasn't able to reproduce these flakes loca
Jennifer Messerly
2014/06/04 04:42:16
yeah, i'm pretty sure they're gone. A lot has chan
|
| -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 |
| @@ -328,10 +309,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 |