| Index: pkg/pkg.status
|
| diff --git a/pkg/pkg.status b/pkg/pkg.status
|
| index 520fce1ba37331661fa4eccbf87ca47a4e45a2f2..fcf0694461660c2c250f80be5d22c6b13de6192f 100644
|
| --- a/pkg/pkg.status
|
| +++ b/pkg/pkg.status
|
| @@ -112,6 +112,10 @@ stack_trace/test/trace_test: Pass, Timeout # Issue 11645
|
| unittest/test/mock_regexp_negative_test: Skip
|
| unittest/test/mock_stepwise_negative_test: Skip
|
| collection_helpers/test/equality_test/none: Fail # TODO(lrn): Figure out if it's an error.
|
| +polymer/example/canonicalization: Skip
|
| +
|
| +[ $compiler == dart2js && $runtime == none]
|
| +polymer/example/canonicalization: Skip
|
|
|
| [ $compiler == dart2js && $csp ]
|
| unittest/test/mirror_matchers_test: Skip # Issue 12151
|
| @@ -130,6 +134,7 @@ stack_trace/test/vm_test: Fail, OK # VM-specific traces
|
| crypto/test/sha256_test: Slow, Pass
|
| crypto/test/sha1_test: Slow, Pass
|
| polymer/example/component: Fail # Issue 13198
|
| +polymer/example/canonicalization/test/canonicalization_test: Fail, OK # tests development only behavior
|
|
|
| [ $compiler == dart2js && $runtime == chromeOnAndroid ]
|
| docgen/test/single_library_test: Fail # TODO(kasperl): Please triage.
|
| @@ -243,6 +248,8 @@ unittest/test/unitttest_group_name_test: Fail # 13921
|
| template_binding/test/template_element_test: Pass, Fail # Flaky, 14330
|
| polymer/test/custom_event_test: Pass, Crash # 14360
|
|
|
| +polymer/example/canonicalization/test/canonicalization_deploy_test: Fail, OK # tests deploy only behavior
|
| +
|
| # Skip tests on the VM if the package depends on dart:html
|
| [ $runtime == vm ]
|
| custom_element: Skip
|
|
|