| 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 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 353 http_multi_server/test/http_multi_server_test: Skip # Uses dart:io | 353 http_multi_server/test/http_multi_server_test: Skip # Uses dart:io |
| 354 http_server/test/*: Fail, OK # Uses dart:io. | 354 http_server/test/*: Fail, OK # Uses dart:io. |
| 355 intl/test/date_time_format_file_even_test: Fail, OK # Uses dart:io. | 355 intl/test/date_time_format_file_even_test: Fail, OK # Uses dart:io. |
| 356 intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io. | 356 intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io. |
| 357 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io. | 357 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io. |
| 358 intl/test/message_extraction/examples_parsing_test: Fail, OK # Users dart:io | 358 intl/test/message_extraction/examples_parsing_test: Fail, OK # Users dart:io |
| 359 intl/test/message_extraction/failed_extraction_test: Fail, OK # Users dart:io | 359 intl/test/message_extraction/failed_extraction_test: Fail, OK # Users dart:io |
| 360 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io. | 360 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io. |
| 361 intl/test/message_extraction/message_extraction_no_deferred_test: Fail, OK # Use
s dart:io. | 361 intl/test/message_extraction/message_extraction_no_deferred_test: Fail, OK # Use
s dart:io. |
| 362 intl/test/message_extraction/really_fail_extraction_test: Fail, OK # Users dart:
io | 362 intl/test/message_extraction/really_fail_extraction_test: Fail, OK # Users dart:
io |
| 363 intl/test/message_extraction/embedded_plural_text_after_test: Fail, OK # Uses da
rt:io. |
| 364 intl/test/message_extraction/embedded_plural_text_before_test: Fail, OK # Uses d
art:io. |
| 363 observe/test/transformer_test: Fail, OK # Uses dart:io. | 365 observe/test/transformer_test: Fail, OK # Uses dart:io. |
| 364 observe/test/unique_message_test: Skip # Intended only as a vm test. | 366 observe/test/unique_message_test: Skip # Intended only as a vm test. |
| 365 path/test/io_test: Fail, OK # Uses dart:io. | 367 path/test/io_test: Fail, OK # Uses dart:io. |
| 366 polymer/test/build/all_phases_test: Fail, OK # Uses dart:io. | 368 polymer/test/build/all_phases_test: Fail, OK # Uses dart:io. |
| 367 polymer/test/build/polyfill_injector_test: Fail, OK # Uses dart:io. | 369 polymer/test/build/polyfill_injector_test: Fail, OK # Uses dart:io. |
| 368 polymer/test/build/static_clean_test: Fail, OK # Uses dart:io. | 370 polymer/test/build/static_clean_test: Fail, OK # Uses dart:io. |
| 369 polymer/test/build/build_log_combiner_test: Fail, OK # Uses dart:io. | 371 polymer/test/build/build_log_combiner_test: Fail, OK # Uses dart:io. |
| 370 polymer/test/build/script_compactor_test: Fail, OK # Uses dart:io. | 372 polymer/test/build/script_compactor_test: Fail, OK # Uses dart:io. |
| 371 polymer/test/build/utils_test: Fail, OK # Uses dart:io. | 373 polymer/test/build/utils_test: Fail, OK # Uses dart:io. |
| 372 polymer/test/build/index_page_builder_test: Fail, OK # Uses dart:io. | 374 polymer/test/build/index_page_builder_test: Fail, OK # Uses dart:io. |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 486 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. | 488 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. |
| 487 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. | 489 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. |
| 488 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 | 490 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 |
| 489 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 | 491 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 |
| 490 | 492 |
| 491 [ $use_repository_packages ] | 493 [ $use_repository_packages ] |
| 492 analyzer/test/*: PubGetError | 494 analyzer/test/*: PubGetError |
| 493 | 495 |
| 494 [ $runtime == drt ] | 496 [ $runtime == drt ] |
| 495 http/test/html/client_test: Skip # Issue 18566 | 497 http/test/html/client_test: Skip # Issue 18566 |
| OLD | NEW |