| Index: pkg/pkg.status
|
| diff --git a/pkg/pkg.status b/pkg/pkg.status
|
| index 19af377233daa97510ef64be692db3d4cd973429..bd76aa7f48db2219a02add1759bfe61c41c33ec5 100644
|
| --- a/pkg/pkg.status
|
| +++ b/pkg/pkg.status
|
| @@ -135,6 +135,8 @@ intl/test/find_default_locale_standalone_test: Fail # Issue 8110
|
| unittest/test/mock_regexp_negative_test: Skip
|
| unittest/test/mock_stepwise_negative_test: Skip
|
| polymer/example/canonicalization: Skip
|
| +polymer/example/canonicalization2: Skip
|
| +polymer/example/canonicalization3: Skip
|
|
|
| third_party/angular_tests/*: StaticWarning # Issue 15890
|
| third_party/angular_tests/tools/*: Pass
|
| @@ -145,9 +147,13 @@ third_party/angular_tests/tools/*: Pass
|
| unittest/test/mock_regexp_negative_test: Skip
|
| unittest/test/mock_stepwise_negative_test: Skip
|
| polymer/example/canonicalization: Skip
|
| +polymer/example/canonicalization2: Skip
|
| +polymer/example/canonicalization3: Skip
|
|
|
| [ $compiler == dart2js && $runtime == none]
|
| polymer/example/canonicalization: Skip
|
| +polymer/example/canonicalization2: Skip
|
| +polymer/example/canonicalization3: Skip
|
|
|
| [ $compiler == dart2js && $csp ]
|
| unittest/test/mirror_matchers_test: Skip # Issue 12151
|
| @@ -168,7 +174,11 @@ stack_trace/test/chain_test: Fail # Issues 15171 and 15105
|
| 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
|
| +polymer/example/canonicalization/test/dev_test: Fail, OK # tests development only behavior
|
| +polymer/example/canonicalization/test/dev2_test: Fail, OK # tests development only behavior
|
| +polymer/example/canonicalization/test/dev3_test: Fail, OK # tests development only behavior
|
| +polymer/example/canonicalization/test/dir/dev_test: Fail, OK # tests development only behavior
|
| +polymer/example/canonicalization/test/dir/dev2_test: Fail, OK # tests development only behavior
|
|
|
| [ $compiler == dart2js && $runtime == chromeOnAndroid ]
|
| docgen/test/single_library_test: Fail # TODO(kasperl): Please triage.
|
| @@ -267,7 +277,11 @@ unittest/test/unittest_test_returning_future_using_runasync_test: Fail # 13921
|
| unittest/test/unittest_testcases_immutable_test: Fail # 13921
|
| unittest/test/unitttest_group_name_test: Fail # 13921
|
| polymer/test/custom_event_test: Pass, Crash # 14360
|
| -polymer/example/canonicalization/test/canonicalization_deploy_test: Fail, OK # tests deploy only behavior
|
| +polymer/example/canonicalization/test/deploy_test: Fail, OK # tests deploy only behavior
|
| +polymer/example/canonicalization/test/deploy2_test: Fail, OK # tests deploy only behavior
|
| +polymer/example/canonicalization/test/deploy3_test: Fail, OK # tests deploy only behavior
|
| +polymer/example/canonicalization/test/dir/deploy_test: Fail, OK # tests deploy only behavior
|
| +polymer/example/canonicalization/test/dir/deploy2_test: Fail, OK # tests deploy only behavior
|
|
|
| [ $compiler == none && ( $runtime == dartium || $runtime == drt ) && $checked ]
|
| polymer/test/custom_event_test: Skip # http://dartbug.com/15517
|
|
|