| 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 == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] | 14 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] |
| 15 third_party/angular_tests/browser_test/*: Skip # github perf_api.dart issue 5 | 15 third_party/angular_tests/browser_test/*: Skip # github perf_api.dart issue 5 |
| 16 third_party/angular_tests/browser_test/core_dom/shadow_root_options: Fail # Issu
e 19329 | 16 third_party/angular_tests/browser_test/core_dom/shadow_root_options: Fail # Issu
e 19329 |
| 17 mutation_observer: Skip # Issue 21149 | 17 mutation_observer: Skip # Issue 21149 |
| 18 unittest/*: Skip # Issue 21949 |
| 18 | 19 |
| 19 [ $runtime == vm && $mode == debug] | 20 [ $runtime == vm && $mode == debug] |
| 20 analysis_server/test/analysis_server_test: Skip # Times out | 21 analysis_server/test/analysis_server_test: Skip # Times out |
| 21 analysis_server/test/completion_test: Skip # Times out | 22 analysis_server/test/completion_test: Skip # Times out |
| 22 analysis_server/test/domain_context_test: Skip # Times out | 23 analysis_server/test/domain_context_test: Skip # Times out |
| 23 analysis_server/test/domain_server_test: Skip # Times out | 24 analysis_server/test/domain_server_test: Skip # Times out |
| 24 analysis_server/test/integration/analysis/reanalyze_concurrent_test: Skip # Time
s out | 25 analysis_server/test/integration/analysis/reanalyze_concurrent_test: Skip # Time
s out |
| 25 analysis_server/test/integration/analysis/update_content_test: Skip # Times out | 26 analysis_server/test/integration/analysis/update_content_test: Skip # Times out |
| 26 analysis_server/tool/spec/check_all_test: Skip # Times out | 27 analysis_server/tool/spec/check_all_test: Skip # Times out |
| 27 analyzer/test/generated/element_test: Skip # Times out | 28 analyzer/test/generated/element_test: Skip # Times out |
| (...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 174 | 175 |
| 175 [ $unchecked ] | 176 [ $unchecked ] |
| 176 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode. | 177 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode. |
| 177 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. | 178 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. |
| 178 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. | 179 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. |
| 179 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 | 180 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 |
| 180 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 | 181 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 |
| 181 | 182 |
| 182 [ $use_repository_packages ] | 183 [ $use_repository_packages ] |
| 183 analyzer/test/*: PubGetError | 184 analyzer/test/*: PubGetError |
| OLD | NEW |