| OLD | NEW |
| 1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file |
| 2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
| 3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 samples/third_party/dromaeo: Pass, Slow | 5 samples/third_party/dromaeo: Pass, Slow |
| 6 samples/searchable_list: Pass, Slow | 6 samples/searchable_list: Pass, Slow |
| 7 pkg/docgen: Pass, Slow | |
| 8 | 7 |
| 9 [ $use_repository_packages ] | 8 [ $use_repository_packages ] |
| 10 pkg/analyzer: PubGetError | 9 pkg/analyzer: PubGetError |
| 11 samples/third_party/angular_todo: Fail # angular needs to be updated | 10 samples/third_party/angular_todo: Fail # angular needs to be updated |
| 12 samples/third_party/todomvc_performance: Skip # dependencies are not in the repo | 11 samples/third_party/todomvc_performance: Skip # dependencies are not in the repo |
| 13 | 12 |
| 14 [ $use_public_packages ] | 13 [ $use_public_packages ] |
| 15 pkg/compiler: SkipByDesign # js_ast is not published | 14 pkg/compiler: SkipByDesign # js_ast is not published |
| 16 samples/third_party/angular_todo: Pass, Slow | 15 samples/third_party/angular_todo: Pass, Slow |
| 17 samples/third_party/todomvc_performance: Pass, Slow | 16 samples/third_party/todomvc_performance: Pass, Slow |
| 18 | 17 |
| 19 [ $builder_tag == russian ] | 18 [ $builder_tag == russian ] |
| 20 samples/third_party/angular_todo: Fail # Issue 16356 | 19 samples/third_party/angular_todo: Fail # Issue 16356 |
| 21 samples/third_party/dromaeo: Fail # Issue 23760 | 20 samples/third_party/dromaeo: Fail # Issue 23760 |
| 22 | 21 |
| 23 [ $use_public_packages && $system == windows ] | 22 [ $use_public_packages && $system == windows ] |
| 24 samples/third_party/todomvc_performance: Fail # Issue 18086 | 23 samples/third_party/todomvc_performance: Fail # Issue 18086 |
| OLD | NEW |