| 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 12 matching lines...) Expand all Loading... |
| 23 analysis_server/test/domain_context_test: Skip # Times out | 23 analysis_server/test/domain_context_test: Skip # Times out |
| 24 analysis_server/test/domain_server_test: Skip # Times out | 24 analysis_server/test/domain_server_test: Skip # Times out |
| 25 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 |
| 26 analysis_server/test/integration/analysis/update_content_test: Skip # Times out | 26 analysis_server/test/integration/analysis/update_content_test: Skip # Times out |
| 27 analysis_server/tool/spec/check_all_test: Skip # Times out | 27 analysis_server/tool/spec/check_all_test: Skip # Times out |
| 28 analyzer/test/generated/element_test: Skip # Times out | 28 analyzer/test/generated/element_test: Skip # Times out |
| 29 analyzer/test/generated/parser_test: Skip # Times out | 29 analyzer/test/generated/parser_test: Skip # Times out |
| 30 docgen/test/*: Skip # Slow | 30 docgen/test/*: Skip # Slow |
| 31 third_party/html5lib/test/tokenizer_test: Skip # Times out | 31 third_party/html5lib/test/tokenizer_test: Skip # Times out |
| 32 | 32 |
| 33 [ $runtime == vm && $system == windows] |
| 34 analysis_server/test/analysis/get_errors_test: Skip # runtime error, Issue 22180 |
| 35 |
| 33 [ $runtime == vm && ( $arch == simarm || $arch == simmips ) ] | 36 [ $runtime == vm && ( $arch == simarm || $arch == simmips ) ] |
| 34 docgen/test/*: Skip # Too slow | 37 docgen/test/*: Skip # Too slow |
| 35 third_party/html5lib/test/tokenizer_test: Pass, Slow | 38 third_party/html5lib/test/tokenizer_test: Pass, Slow |
| 36 analysis_server/*: Skip # Timeout in some tests. | 39 analysis_server/*: Skip # Timeout in some tests. |
| 37 | 40 |
| 38 [ $compiler == dart2js ] | 41 [ $compiler == dart2js ] |
| 39 collection/test/equality_test/01: Fail # Issue 1533 | 42 collection/test/equality_test/01: Fail # Issue 1533 |
| 40 collection/test/equality_test/02: Fail # Issue 1533 | 43 collection/test/equality_test/02: Fail # Issue 1533 |
| 41 collection/test/equality_test/03: Fail # Issue 1533 | 44 collection/test/equality_test/03: Fail # Issue 1533 |
| 42 collection/test/equality_test/04: Fail # Issue 1533 | 45 collection/test/equality_test/04: Fail # Issue 1533 |
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 182 | 185 |
| 183 [ $unchecked ] | 186 [ $unchecked ] |
| 184 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode. | 187 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode. |
| 185 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. | 188 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. |
| 186 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. | 189 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. |
| 187 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 | 190 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 |
| 188 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 | 191 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 |
| 189 | 192 |
| 190 [ $use_repository_packages ] | 193 [ $use_repository_packages ] |
| 191 analyzer/test/*: PubGetError | 194 analyzer/test/*: PubGetError |
| OLD | NEW |