| 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 14 matching lines...) Expand all Loading... |
| 25 analysis_server/test/completion_test: SkipSlow # Times out | 25 analysis_server/test/completion_test: SkipSlow # Times out |
| 26 analysis_server/test/domain_context_test: SkipSlow # Times out | 26 analysis_server/test/domain_context_test: SkipSlow # Times out |
| 27 analysis_server/test/domain_server_test: SkipSlow # Times out | 27 analysis_server/test/domain_server_test: SkipSlow # Times out |
| 28 analysis_server/test/integration/analysis/reanalyze_concurrent_test: SkipSlow #
Times out | 28 analysis_server/test/integration/analysis/reanalyze_concurrent_test: SkipSlow #
Times out |
| 29 analysis_server/test/integration/analysis/update_content_test: SkipSlow # Times
out | 29 analysis_server/test/integration/analysis/update_content_test: SkipSlow # Times
out |
| 30 analysis_server/tool/spec/check_all_test: SkipSlow # Times out | 30 analysis_server/tool/spec/check_all_test: SkipSlow # Times out |
| 31 analyzer/test/generated/element_test: SkipSlow # Times out | 31 analyzer/test/generated/element_test: SkipSlow # Times out |
| 32 analyzer/test/generated/parser_test: SkipSlow # Times out | 32 analyzer/test/generated/parser_test: SkipSlow # Times out |
| 33 docgen/test/*: SkipSlow | 33 docgen/test/*: SkipSlow |
| 34 third_party/html5lib/test/tokenizer_test: SkipSlow # Times out | 34 third_party/html5lib/test/tokenizer_test: SkipSlow # Times out |
| 35 analysis_server/test/edit/refactoring_test: Pass,Fail # Flaky test, issue 22492 | |
| 36 | 35 |
| 37 [ $runtime == vm && $system == windows] | 36 [ $runtime == vm && $system == windows] |
| 38 analysis_server/test/analysis/get_errors_test: Skip # runtime error, Issue 22180 | 37 analysis_server/test/analysis/get_errors_test: Skip # runtime error, Issue 22180 |
| 39 | 38 |
| 40 [ $runtime == vm && ( $arch == simarm || $arch == simmips ) ] | 39 [ $runtime == vm && ( $arch == simarm || $arch == simmips ) ] |
| 41 docgen/test/*: SkipSlow | 40 docgen/test/*: SkipSlow |
| 42 third_party/html5lib/test/tokenizer_test: Pass, Slow | 41 third_party/html5lib/test/tokenizer_test: Pass, Slow |
| 43 analysis_server/*: SkipSlow # Timeout in some tests. | 42 analysis_server/*: SkipSlow # Timeout in some tests. |
| 44 | 43 |
| 45 [ $compiler == dart2js ] | 44 [ $compiler == dart2js ] |
| (...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 193 | 192 |
| 194 [ $unchecked ] | 193 [ $unchecked ] |
| 195 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode. | 194 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode. |
| 196 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. | 195 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. |
| 197 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. | 196 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. |
| 198 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 | 197 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 |
| 199 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 | 198 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 |
| 200 | 199 |
| 201 [ $use_repository_packages ] | 200 [ $use_repository_packages ] |
| 202 analyzer/test/*: PubGetError | 201 analyzer/test/*: PubGetError |
| OLD | NEW |