| 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/third_party/todomvc_performance: Pass, Slow | |
| 7 samples/searchable_list: Pass, Slow | 6 samples/searchable_list: Pass, Slow |
| 8 pkg/docgen: Pass, Slow | 7 pkg/docgen: Pass, Slow |
| 9 | 8 |
| 10 [ $use_repository_packages ] | 9 [ $use_repository_packages ] |
| 11 pkg/analyzer: PubGetError | 10 pkg/analyzer: PubGetError |
| 12 pkg/browser: PubGetError | 11 pkg/browser: PubGetError |
| 13 pkg/intl: PubGetError # Issue 19782 | 12 pkg/intl: PubGetError # Issue 19782 |
| 14 pkg/third_party/html5lib: PubGetError # angular needs to be updated | 13 pkg/third_party/html5lib: PubGetError # angular needs to be updated |
| 15 samples/third_party/angular_todo: Fail # angular needs to be updated | 14 samples/third_party/angular_todo: Fail # angular needs to be updated |
| 15 samples/third_party/todomvc_performance: Skip # dependencies are not in the repo |
| 16 | 16 |
| 17 [ $use_public_packages ] | 17 [ $use_public_packages ] |
| 18 samples/third_party/angular_todo: Pass, Slow | 18 samples/third_party/angular_todo: Pass, Slow |
| 19 third_party/pkg/async_await: Skip # Uses expect package. | 19 third_party/pkg/async_await: Skip # Uses expect package. |
| 20 samples/third_party/todomvc_performance: Pass, Slow |
| 20 | 21 |
| 21 [ $builder_tag == russian ] | 22 [ $builder_tag == russian ] |
| 22 samples/third_party/angular_todo: Fail # Issue 16356 | 23 samples/third_party/angular_todo: Fail # Issue 16356 |
| 23 | 24 |
| 24 [ $system == windows ] | 25 [ $use_public_packages && $system == windows ] |
| 25 samples/third_party/todomvc_performance: Fail # Issue 18086 | 26 samples/third_party/todomvc_performance: Fail # Issue 18086 |
| OLD | NEW |