Chromium Code Reviews| Index: pkg/pkg.status |
| diff --git a/pkg/pkg.status b/pkg/pkg.status |
| index ef18a9b38b8f2367e1da6cd4ae60f604c431099a..29d80b67aec43ccb438f1b7ffa6eb449554fb3cc 100644 |
| --- a/pkg/pkg.status |
| +++ b/pkg/pkg.status |
| @@ -214,3 +214,6 @@ analyzer/test/src/task/model_test: Crash # Issue 24485 |
| analyzer/test/src/task/strong/checker_test: Crash # t: Failed assertion: line 88 pos 12: '!variable2index.containsKey(element)' is not true. |
| analyzer/test/src/task/strong/inferred_type_test: Crash # t: Failed assertion: line 88 pos 12: '!variable2index.containsKey(element)' is not true. |
| analyzer/test/src/task/strong_mode_test: Crash # Issue 24485 |
| + |
| +[ $runtime == dart_precompiled || $runtime == dart_product ] |
|
rmacnak
2016/02/25 19:21:53
or $noopt
siva
2016/02/25 19:31:39
Done.
|
| +*: SkipByDesign # The pkg test framework imports dart:mirrors. |