Chromium Code Reviews| Index: pkg/pkg.status |
| diff --git a/pkg/pkg.status b/pkg/pkg.status |
| index 71af3146d67f0427c12b1030f5c95927ae9666a5..fbc785e96195e6f9ab5d9802bc67c90e557a29a8 100644 |
| --- a/pkg/pkg.status |
| +++ b/pkg/pkg.status |
| @@ -15,7 +15,6 @@ |
| analyzer2dart/test/*: Skip |
| [ $compiler != dartanalyzer && $compiler != dart2analyzer ] |
|
Alan Knight
2015/09/23 17:07:12
If this section is empty, we can probably remove i
keertip
2015/09/23 17:24:55
Done.
|
| -docgen/test/inherited_comments_test: Fail # issue 22233 |
| [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == ContentShellOnAndroid) ] |
| mutation_observer: Skip # Issue 21149 |
| @@ -31,7 +30,6 @@ analysis_server/test/integration/*: SkipSlow # Times out |
| analysis_server/tool/spec/check_all_test: SkipSlow # Times out |
| analyzer/test/generated/element_test: SkipSlow # Times out |
| analyzer/test/generated/parser_test: SkipSlow # Times out |
| -docgen/test/*: SkipSlow |
| [ $runtime == vm && $system == windows] |
| analysis_server/test/analysis/get_errors_test: Skip # runtime error, Issue 22180 |
| @@ -43,7 +41,6 @@ collection/test/equality_test/03: Fail # Issue 1533 |
| collection/test/equality_test/04: Fail # Issue 1533 |
| collection/test/equality_test/05: Fail # Issue 1533 |
| collection/test/equality_test/none: Pass, Fail # Issue 14348 |
| -docgen/test/*: SkipSlow # Far too slow |
| typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64List. |
| analyzer/test/generated/engine_test: SkipSlow |
| analyzer/test/generated/static_type_warning_code_test: Pass, Slow |
| @@ -149,7 +146,6 @@ analysis_server/test/*: SkipByDesign # Uses dart:io. |
| analysis_server/tool/spec/check_all_test: SkipByDesign # Uses dart:io. |
| analyzer/test/*: SkipByDesign # Uses dart:io. |
| analyzer2dart/*: SkipByDesign # Uses dart:io. |
| -docgen/test/*: SkipByDesign # Uses dart:io. |
| http_server/test/*: Fail, OK # Uses dart:io. |
| observe/test/transformer_test: Fail, OK # Uses dart:io. |
| observe/test/unique_message_test: SkipByDesign # Uses dart:io. |