Chromium Code Reviews| Index: pkg/pkg.status |
| diff --git a/pkg/pkg.status b/pkg/pkg.status |
| index eeb3b61713d9ba5e0e92759062deeb2a48492b7a..e78f6f46ae1b45f0b2c6c736f36cec46ff14401e 100644 |
| --- a/pkg/pkg.status |
| +++ b/pkg/pkg.status |
| @@ -414,17 +414,6 @@ unittest/test/missing_tick_test: Fail, OK # Expected to fail, due to timeout. |
| [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| third_party/angular_tests/vm_test: StaticWarning # Uses removed APIs. See issue 18733. |
| -[ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| -# We keep both new and old methods, so there are warnings. |
| -code_transformers/test/entry_point_test: StaticWarning |
| -code_transformers/test/assets_test: StaticWarning |
| -code_transformers/test/resolver_test: StaticWarning |
| -polymer/test/build/all_phases_test: StaticWarning |
|
scheglov
2014/08/06 20:44:24
I've added also polymer/test/build/import_inliner_
|
| -polymer/test/build/script_compactor_test: StaticWarning |
| -polymer/test/build/static_clean_test: StaticWarning |
| -smoke/test/codegen/end_to_end_test: StaticWarning |
| -smoke/test/codegen/recorder_test: StaticWarning |
| - |
| [ $runtime == vm && ($system == windows || $system == macos) ] |
| watcher/test/*/linux_test: Skip |