| 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 339 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 350 analysis_server/test/*: Skip # Uses dart:io. | 350 analysis_server/test/*: Skip # Uses dart:io. |
| 351 analysis_server/tool/spec/check_all_test: Skip # Uses dart:io. | 351 analysis_server/tool/spec/check_all_test: Skip # Uses dart:io. |
| 352 analyzer2dart/*: Skip # Uses dart:io. | 352 analyzer2dart/*: Skip # Uses dart:io. |
| 353 analyzer/test/*: Skip # Uses dart:io. | 353 analyzer/test/*: Skip # Uses dart:io. |
| 354 barback/test/*: Fail, OK # Uses dart:io. | 354 barback/test/*: Fail, OK # Uses dart:io. |
| 355 code_transformers/test/assets_test: Skip # Uses dart:io | 355 code_transformers/test/assets_test: Skip # Uses dart:io |
| 356 code_transformers/test/entry_point_test: Skip # Uses dart:io | 356 code_transformers/test/entry_point_test: Skip # Uses dart:io |
| 357 code_transformers/test/resolver_test: Skip # Uses dart:io | 357 code_transformers/test/resolver_test: Skip # Uses dart:io |
| 358 code_transformers/test/unique_message_test: Skip # Uses dart:io | 358 code_transformers/test/unique_message_test: Skip # Uses dart:io |
| 359 code_transformers/test/remove_sourcemap_comment_test: Skip # Uses dart:io. | 359 code_transformers/test/remove_sourcemap_comment_test: Skip # Uses dart:io. |
| 360 glob/test/*: Fail, OK # Uses dart:io. | |
| 361 http/test/io/*: Fail, OK # Uses dart:io. | 360 http/test/io/*: Fail, OK # Uses dart:io. |
| 362 http_parser/test/web_socket_test: Fail, OK # Uses dart:io | 361 http_parser/test/web_socket_test: Fail, OK # Uses dart:io |
| 363 http_multi_server/test/http_multi_server_test: Skip # Uses dart:io | 362 http_multi_server/test/http_multi_server_test: Skip # Uses dart:io |
| 364 http_server/test/*: Fail, OK # Uses dart:io. | 363 http_server/test/*: Fail, OK # Uses dart:io. |
| 365 intl/test/date_time_format_file_even_test: Fail, OK # Uses dart:io. | 364 intl/test/date_time_format_file_even_test: Fail, OK # Uses dart:io. |
| 366 intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io. | 365 intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io. |
| 367 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io. | 366 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io. |
| 368 intl/test/message_extraction/examples_parsing_test: Fail, OK # Users dart:io | 367 intl/test/message_extraction/examples_parsing_test: Fail, OK # Users dart:io |
| 369 intl/test/message_extraction/failed_extraction_test: Fail, OK # Users dart:io | 368 intl/test/message_extraction/failed_extraction_test: Fail, OK # Users dart:io |
| 370 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io. | 369 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io. |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 498 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. | 497 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. |
| 499 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. | 498 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. |
| 500 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 | 499 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 |
| 501 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 | 500 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 |
| 502 | 501 |
| 503 [ $use_repository_packages ] | 502 [ $use_repository_packages ] |
| 504 analyzer/test/*: PubGetError | 503 analyzer/test/*: PubGetError |
| 505 | 504 |
| 506 [ $runtime == drt ] | 505 [ $runtime == drt ] |
| 507 http/test/html/client_test: Skip # Issue 18566 | 506 http/test/html/client_test: Skip # Issue 18566 |
| OLD | NEW |