| Index: pkg/pkg.status
|
| diff --git a/pkg/pkg.status b/pkg/pkg.status
|
| index e77ba5403aacddaa7f1a2401ef2491bde82840ae..d0892501753d34797db6df96c3504843545fb3fb 100644
|
| --- a/pkg/pkg.status
|
| +++ b/pkg/pkg.status
|
| @@ -135,18 +135,7 @@ intl/test/date_time_format_http_request_test: Skip
|
| [ $runtime == vm && $system == windows ]
|
| intl/test/find_default_locale_standalone_test: Fail # Issue 8110
|
|
|
| -[ $compiler == dartanalyzer ]
|
| -# These tests are runtime negative but statically positive, so we skip
|
| -# them in the analyzer.
|
| -mock/test/mock_regexp_negative_test: Skip
|
| -mock/test/mock_stepwise_negative_test: Skip
|
| -polymer/example/canonicalization: Skip
|
| -polymer/example/canonicalization2: Skip
|
| -polymer/example/canonicalization3: Skip
|
| -
|
| -third_party/angular_tests/browser_test: StaticWarning # Issue 15890
|
| -
|
| -[ $compiler == dart2analyzer ]
|
| +[ $compiler == dartanalyzer || $compiler == dart2analyzer ]
|
| # These tests are runtime negative but statically positive, so we skip
|
| # them in the analyzer.
|
| mock/test/mock_regexp_negative_test: Skip
|
| @@ -156,6 +145,7 @@ polymer/example/canonicalization2: Skip
|
| polymer/example/canonicalization3: Skip
|
|
|
| third_party/angular_tests/browser_test: StaticWarning # Issue 15890
|
| +docgen/test/*: StaticWarning # Issue 17896
|
|
|
| [ $compiler == dart2js && $runtime == none]
|
| polymer/example/canonicalization: Skip
|
|
|