| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, 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 # Don't run any test-like files that show up in packages directories. It | 5 # Don't run any test-like files that show up in packages directories. It |
| 6 # shouldn't be necessary to run "pub install" in these packages, but if you do | 6 # shouldn't be necessary to run "pub install" in these packages, but if you do |
| 7 # it shouldn't break the tests. | 7 # it shouldn't break the tests. |
| 8 */packages/*/*: Skip | 8 */packages/*/*: Skip |
| 9 */*/packages/*/*: Skip | 9 */*/packages/*/*: Skip |
| 10 */*/*/packages/*/*: Skip | 10 */*/*/packages/*/*: Skip |
| (...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 179 | 179 |
| 180 [ $browser ] | 180 [ $browser ] |
| 181 docgen/test/*: Skip # Uses dart:io | 181 docgen/test/*: Skip # Uses dart:io |
| 182 | 182 |
| 183 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 183 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 184 third_party/angular_tests/vm_test: StaticWarning # Uses removed APIs. See issue
18733. | 184 third_party/angular_tests/vm_test: StaticWarning # Uses removed APIs. See issue
18733. |
| 185 analyzer2dart/test/driver_test: StaticWarning # Issue 22418 | 185 analyzer2dart/test/driver_test: StaticWarning # Issue 22418 |
| 186 analyzer2dart/test/sexpr_test: StaticWarning # Issue 22418 | 186 analyzer2dart/test/sexpr_test: StaticWarning # Issue 22418 |
| 187 analyzer2dart/test/tree_shaker_test: StaticWarning # Issue 22418 | 187 analyzer2dart/test/tree_shaker_test: StaticWarning # Issue 22418 |
| 188 analyzer2dart/test/end2end_test: StaticWarning # Issue 22418 | 188 analyzer2dart/test/end2end_test: StaticWarning # Issue 22418 |
| 189 docgen/test/multi_library_test: StaticWarning # Issue 22475 | |
| 190 docgen/test/method_param_test: StaticWarning # Issue 22475 | |
| 191 docgen/test/async_await_test: StaticWarning # Issue 22475 | |
| 192 docgen/test/typedef_test: StaticWarning # Issue 22475 | |
| 193 docgen/test/metadata_test: StaticWarning # Issue 22475 | |
| 194 docgen/test/native_extensions_test: StaticWarning # Issue 22475 | |
| 195 docgen/test/generate_json_test: StaticWarning # Issue 22475 | |
| 196 docgen/test/only_lib_content_in_pkg_test: StaticWarning # Issue 22475 | |
| 197 docgen/test/constant_argument_test: StaticWarning # Issue 22475 | |
| 198 docgen/test/inherited_comments_test: StaticWarning # Issue 22475 | |
| 199 docgen/test/single_library_test: StaticWarning # Issue 22475 | |
| 200 | 189 |
| 201 [ $runtime == safari || $runtime == safarimobilesim || $runtime == chrome || $ru
ntime == ff || $ie ] | 190 [ $runtime == safari || $runtime == safarimobilesim || $runtime == chrome || $ru
ntime == ff || $ie ] |
| 202 # Various issues due to limited browser testing in Angular. | 191 # Various issues due to limited browser testing in Angular. |
| 203 third_party/angular_tests/*: Skip | 192 third_party/angular_tests/*: Skip |
| 204 | 193 |
| 205 [ $unchecked ] | 194 [ $unchecked ] |
| 206 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode. | 195 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode. |
| 207 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. | 196 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. |
| 208 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. | 197 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. |
| 209 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 | 198 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 |
| 210 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 | 199 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 |
| 211 | 200 |
| 212 [ $use_repository_packages ] | 201 [ $use_repository_packages ] |
| 213 analyzer/test/*: PubGetError | 202 analyzer/test/*: PubGetError |
| OLD | NEW |