| Index: pkg/pkg.status
|
| diff --git a/pkg/pkg.status b/pkg/pkg.status
|
| index ab83dc1a868efc5c289b26c58100a6e0e56f132d..b8cc0699e458080e017239e62b87e5d6c75b5822 100644
|
| --- a/pkg/pkg.status
|
| +++ b/pkg/pkg.status
|
| @@ -118,7 +118,14 @@ intl/test/find_default_locale_standalone_test: Fail # Issue 8110
|
| [ $compiler == dart2js ]
|
| stack_trace/test/trace_test: Pass, Timeout # Issue 11645
|
|
|
| -[ $compiler == dartanalyzer || $compiler == dart2analyzer]
|
| +[ $compiler == dartanalyzer ]
|
| +# These tests are runtime negative but statically positive, so we skip
|
| +# them in the analyzer.
|
| +unittest/test/mock_regexp_negative_test: Skip
|
| +unittest/test/mock_stepwise_negative_test: Skip
|
| +polymer/example/canonicalization: Skip
|
| +
|
| +[ $compiler == dart2analyzer ]
|
| # These tests are runtime negative but statically positive, so we skip
|
| # them in the analyzer.
|
| unittest/test/mock_regexp_negative_test: Skip
|
|
|