| 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 |
| 11 */*/*/*/packages/*/*: Skip | 11 */*/*/*/packages/*/*: Skip |
| 12 */*/*/*/*/packages/*/*: Skip | 12 */*/*/*/*/packages/*/*: Skip |
| 13 | 13 |
| 14 [ $compiler != dartanalyzer && $compiler != dart2analyzer ] |
| 14 docgen/test/inherited_comments_test: Fail # issue 22233 | 15 docgen/test/inherited_comments_test: Fail # issue 22233 |
| 15 | 16 |
| 16 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] | 17 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] |
| 17 third_party/angular_tests/browser_test/*: Skip # github perf_api.dart issue 5 | 18 third_party/angular_tests/browser_test/*: Skip # github perf_api.dart issue 5 |
| 18 third_party/angular_tests/browser_test/core_dom/shadow_root_options: Fail # Issu
e 19329 | 19 third_party/angular_tests/browser_test/core_dom/shadow_root_options: Fail # Issu
e 19329 |
| 19 mutation_observer: Skip # Issue 21149 | 20 mutation_observer: Skip # Issue 21149 |
| 20 unittest/*: Skip # Issue 21949 | 21 unittest/*: Skip # Issue 21949 |
| 21 | 22 |
| 22 [ $runtime == vm && $mode == debug] | 23 [ $runtime == vm && $mode == debug] |
| 23 analysis_server/test/analysis_server_test: Skip # Times out | 24 analysis_server/test/analysis_server_test: Skip # Times out |
| (...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 174 # Skip tests on the VM if the package depends on dart:html | 175 # Skip tests on the VM if the package depends on dart:html |
| 175 mutation_observer: Skip | 176 mutation_observer: Skip |
| 176 third_party/html5lib/test/browser/browser_test: Skip | 177 third_party/html5lib/test/browser/browser_test: Skip |
| 177 | 178 |
| 178 [ $browser ] | 179 [ $browser ] |
| 179 docgen/test/*: Skip # Uses dart:io | 180 docgen/test/*: Skip # Uses dart:io |
| 180 | 181 |
| 181 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 182 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 182 third_party/angular_tests/vm_test: StaticWarning # Uses removed APIs. See issue
18733. | 183 third_party/angular_tests/vm_test: StaticWarning # Uses removed APIs. See issue
18733. |
| 183 | 184 |
| 185 [ $compiler == dartanalyzer ] |
| 186 analysis_server/test/edit/sort_members_test: StaticWarning # Issue 22252 |
| 187 analysis_server/test/edit/assists_test: StaticWarning # Issue 22252 |
| 188 analysis_server/test/edit/format_test: StaticWarning # Issue 22252 |
| 189 analysis_server/test/edit/refactoring_test: StaticWarning # Issue 22252 |
| 190 analysis_server/test/edit/fixes_test: StaticWarning # Issue 22252 |
| 191 analysis_server/test/socket_server_test: StaticWarning # Issue 22252 |
| 192 |
| 184 [ $runtime == safari || $runtime == safarimobilesim || $runtime == chrome || $ru
ntime == ff || $ie ] | 193 [ $runtime == safari || $runtime == safarimobilesim || $runtime == chrome || $ru
ntime == ff || $ie ] |
| 185 # Various issues due to limited browser testing in Angular. | 194 # Various issues due to limited browser testing in Angular. |
| 186 third_party/angular_tests/*: Skip | 195 third_party/angular_tests/*: Skip |
| 187 | 196 |
| 188 [ $unchecked ] | 197 [ $unchecked ] |
| 189 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode. | 198 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode. |
| 190 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. | 199 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. |
| 191 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. | 200 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. |
| 192 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 | 201 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 |
| 193 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 | 202 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 |
| 194 | 203 |
| 195 [ $use_repository_packages ] | 204 [ $use_repository_packages ] |
| 196 analyzer/test/*: PubGetError | 205 analyzer/test/*: PubGetError |
| OLD | NEW |