| 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 16 matching lines...) Expand all Loading... |
| 27 analysis_server/test/completion_test: Skip # Times out | 27 analysis_server/test/completion_test: Skip # Times out |
| 28 analysis_server/test/domain_context_test: Skip # Times out | 28 analysis_server/test/domain_context_test: Skip # Times out |
| 29 analysis_server/test/domain_server_test: Skip # Times out | 29 analysis_server/test/domain_server_test: Skip # Times out |
| 30 analysis_server/test/integration/analysis/reanalyze_concurrent_test: Skip # Time
s out | 30 analysis_server/test/integration/analysis/reanalyze_concurrent_test: Skip # Time
s out |
| 31 analysis_server/test/integration/analysis/update_content_test: Skip # Times out | 31 analysis_server/test/integration/analysis/update_content_test: Skip # Times out |
| 32 analysis_server/tool/spec/check_all_test: Skip # Times out | 32 analysis_server/tool/spec/check_all_test: Skip # Times out |
| 33 analyzer/test/generated/element_test: Skip # Times out | 33 analyzer/test/generated/element_test: Skip # Times out |
| 34 analyzer/test/generated/parser_test: Skip # Times out | 34 analyzer/test/generated/parser_test: Skip # Times out |
| 35 code_transformers/test/resolver_test: Skip # Times out | 35 code_transformers/test/resolver_test: Skip # Times out |
| 36 docgen/test/*: Skip # Slow | 36 docgen/test/*: Skip # Slow |
| 37 smoke/test/codegen/end_to_end_test: Skip # Times out | |
| 38 smoke/test/codegen/recorder_test: Skip # Times out | |
| 39 third_party/html5lib/test/tokenizer_test: Skip # Times out | 37 third_party/html5lib/test/tokenizer_test: Skip # Times out |
| 40 barback/test/package_graph/repetition_test: Skip # Times out | 38 barback/test/package_graph/repetition_test: Skip # Times out |
| 41 | 39 |
| 42 [ $runtime == vm && ( $arch == simarm || $arch == simmips ) ] | 40 [ $runtime == vm && ( $arch == simarm || $arch == simmips ) ] |
| 43 barback/test/too_many_open_files_test: Skip # 14220 | 41 barback/test/too_many_open_files_test: Skip # 14220 |
| 44 code_transformers/test/resolver_test: Skip # Issue 17908 | 42 code_transformers/test/resolver_test: Skip # Issue 17908 |
| 45 docgen/test/*: Skip # Too slow | 43 docgen/test/*: Skip # Too slow |
| 46 third_party/html5lib/test/tokenizer_test: Pass, Slow | 44 third_party/html5lib/test/tokenizer_test: Pass, Slow |
| 47 analysis_server/*: Skip # Timeout in some tests. | 45 analysis_server/*: Skip # Timeout in some tests. |
| 48 | 46 |
| (...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 200 intl/test/message_extraction/examples_parsing_test: Fail, OK # Users dart:io | 198 intl/test/message_extraction/examples_parsing_test: Fail, OK # Users dart:io |
| 201 intl/test/message_extraction/failed_extraction_test: Fail, OK # Users dart:io | 199 intl/test/message_extraction/failed_extraction_test: Fail, OK # Users dart:io |
| 202 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io. | 200 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io. |
| 203 intl/test/message_extraction/message_extraction_no_deferred_test: Fail, OK # Use
s dart:io. | 201 intl/test/message_extraction/message_extraction_no_deferred_test: Fail, OK # Use
s dart:io. |
| 204 intl/test/message_extraction/really_fail_extraction_test: Fail, OK # Users dart:
io | 202 intl/test/message_extraction/really_fail_extraction_test: Fail, OK # Users dart:
io |
| 205 intl/test/message_extraction/embedded_plural_text_after_test: Fail, OK # Uses da
rt:io. | 203 intl/test/message_extraction/embedded_plural_text_after_test: Fail, OK # Uses da
rt:io. |
| 206 intl/test/message_extraction/embedded_plural_text_before_test: Fail, OK # Uses d
art:io. | 204 intl/test/message_extraction/embedded_plural_text_before_test: Fail, OK # Uses d
art:io. |
| 207 observe/test/transformer_test: Fail, OK # Uses dart:io. | 205 observe/test/transformer_test: Fail, OK # Uses dart:io. |
| 208 observe/test/unique_message_test: Skip # Intended only as a vm test. | 206 observe/test/unique_message_test: Skip # Intended only as a vm test. |
| 209 shelf/test/shelf_io_test: Fail, OK # Uses dart:io | 207 shelf/test/shelf_io_test: Fail, OK # Uses dart:io |
| 210 smoke/test/codegen/end_to_end_test: Skip # Uses dart:io. | |
| 211 smoke/test/codegen/recorder_test: Skip # Uses dart:io. | |
| 212 stub_core_library/test/*: Fail, OK # Uses dart:io. | 208 stub_core_library/test/*: Fail, OK # Uses dart:io. |
| 213 third_party/angular_tests/browser_test/core_dom/cookies: Fail # Issue 16337 | 209 third_party/angular_tests/browser_test/core_dom/cookies: Fail # Issue 16337 |
| 214 third_party/angular_tests/vm_test: Skip # Uses dart:io | 210 third_party/angular_tests/vm_test: Skip # Uses dart:io |
| 215 | 211 |
| 216 */test/analyzer_test: Skip # No need to run analysis tests on browser bots | 212 */test/analyzer_test: Skip # No need to run analysis tests on browser bots |
| 217 | 213 |
| 218 # Skip tests on the browser if the test depends on dart:io | 214 # Skip tests on the browser if the test depends on dart:io |
| 219 third_party/html5lib/test/parser_test: Skip | 215 third_party/html5lib/test/parser_test: Skip |
| 220 third_party/html5lib/test/tokenizer_test: Skip | 216 third_party/html5lib/test/tokenizer_test: Skip |
| 221 third_party/html5lib/test/selectors/*: Skip | 217 third_party/html5lib/test/selectors/*: Skip |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 285 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. | 281 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. |
| 286 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. | 282 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. |
| 287 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 | 283 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 |
| 288 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 | 284 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 |
| 289 | 285 |
| 290 [ $use_repository_packages ] | 286 [ $use_repository_packages ] |
| 291 analyzer/test/*: PubGetError | 287 analyzer/test/*: PubGetError |
| 292 | 288 |
| 293 [ $runtime == drt ] | 289 [ $runtime == drt ] |
| 294 http/test/html/client_test: Skip # Issue 18566 | 290 http/test/html/client_test: Skip # Issue 18566 |
| OLD | NEW |