| 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/angular_todo: Pass, Slow | 5 samples/third_party/angular_todo: Pass, Slow |
| 6 samples/third_party/angular_todo: Fail # requires Angular 0.9.11+ |
| 6 samples/third_party/dromaeo: Pass, Slow | 7 samples/third_party/dromaeo: Pass, Slow |
| 7 samples/third_party/todomvc_performance: Pass, Slow | 8 samples/third_party/todomvc_performance: Pass, Slow |
| 8 samples/pop_pop_win: Pass, Slow | 9 samples/pop_pop_win: Pass, Slow |
| 9 samples/searchable_list: Pass, Slow | 10 samples/searchable_list: Pass, Slow |
| 10 pkg/docgen: Pass, Slow | 11 pkg/docgen: Pass, Slow |
| 11 | 12 |
| 12 [ $use_repository_packages ] | 13 [ $use_repository_packages ] |
| 13 pkg/analyzer: PubGetError | 14 pkg/analyzer: PubGetError |
| 14 pkg/browser: PubGetError | 15 pkg/browser: PubGetError |
| 15 pkg/third_party/html5lib: PubGetError # angular needs to be updated | 16 pkg/third_party/html5lib: PubGetError # angular needs to be updated |
| 16 | 17 |
| 17 [ $use_public_packages ] | 18 [ $use_public_packages ] |
| 18 pkg/oauth2: PubGetError # Uses -dev version of pkg/http. | 19 pkg/oauth2: PubGetError # Uses -dev version of pkg/http. |
| 19 | 20 |
| 20 [ $use_public_packages && $builder_tag == russian ] | 21 [ $use_public_packages && $builder_tag == russian ] |
| 21 samples/third_party/todomvc: Fail # Issue 18104 | 22 samples/third_party/todomvc: Fail # Issue 18104 |
| 22 | 23 |
| 23 [ $builder_tag == russian ] | 24 [ $builder_tag == russian ] |
| 24 samples/pop_pop_win: Fail # Issue 16356 | 25 samples/pop_pop_win: Fail # Issue 16356 |
| 25 samples/third_party/angular_todo: Fail # Issue 16356 | 26 samples/third_party/angular_todo: Fail # Issue 16356 |
| 26 | 27 |
| 27 [ $system == windows ] | 28 [ $system == windows ] |
| 28 samples/third_party/todomvc_performance: Fail # Issue 18086 | 29 samples/third_party/todomvc_performance: Fail # Issue 18086 |
| OLD | NEW |