| 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 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 333 intl/test/message_extraction/really_fail_extraction_test: Fail, OK # Users dart:
io | 333 intl/test/message_extraction/really_fail_extraction_test: Fail, OK # Users dart:
io |
| 334 observe/test/transformer_test: Fail, OK # Uses dart:io. | 334 observe/test/transformer_test: Fail, OK # Uses dart:io. |
| 335 observe/test/unique_message_test: Skip # Intended only as a vm test. | 335 observe/test/unique_message_test: Skip # Intended only as a vm test. |
| 336 path/test/io_test: Fail, OK # Uses dart:io. | 336 path/test/io_test: Fail, OK # Uses dart:io. |
| 337 polymer/test/build/all_phases_test: Fail, OK # Uses dart:io. | 337 polymer/test/build/all_phases_test: Fail, OK # Uses dart:io. |
| 338 polymer/test/build/polyfill_injector_test: Fail, OK # Uses dart:io. | 338 polymer/test/build/polyfill_injector_test: Fail, OK # Uses dart:io. |
| 339 polymer/test/build/static_clean_test: Fail, OK # Uses dart:io. | 339 polymer/test/build/static_clean_test: Fail, OK # Uses dart:io. |
| 340 polymer/test/build/build_log_combiner_test: Fail, OK # Uses dart:io. | 340 polymer/test/build/build_log_combiner_test: Fail, OK # Uses dart:io. |
| 341 polymer/test/build/script_compactor_test: Fail, OK # Uses dart:io. | 341 polymer/test/build/script_compactor_test: Fail, OK # Uses dart:io. |
| 342 polymer/test/build/utils_test: Fail, OK # Uses dart:io. | 342 polymer/test/build/utils_test: Fail, OK # Uses dart:io. |
| 343 polymer/test/build/index_page_builder_test: Fail, OK # Uses dart:io. |
| 343 polymer/test/build/import_inliner_test: Fail, OK # Uses dart:io. | 344 polymer/test/build/import_inliner_test: Fail, OK # Uses dart:io. |
| 344 polymer/test/build/linter_test: Fail, OK # Uses dart:io. | 345 polymer/test/build/linter_test: Fail, OK # Uses dart:io. |
| 345 polymer/test/build/remove_sourcemap_comment_test: Fail, OK # Uses dart:io. | 346 polymer/test/build/remove_sourcemap_comment_test: Fail, OK # Uses dart:io. |
| 346 polymer/test/build/unique_message_test: Skip # Intended only as a vm test. | 347 polymer/test/build/unique_message_test: Skip # Intended only as a vm test. |
| 347 shelf/test/shelf_io_test: Fail, OK # Uses dart:io | 348 shelf/test/shelf_io_test: Fail, OK # Uses dart:io |
| 348 shelf_web_socket/test/*: Fail, OK # Uses dart:io. | 349 shelf_web_socket/test/*: Fail, OK # Uses dart:io. |
| 349 smoke/test/codegen/end_to_end_test: Skip # Uses dart:io. | 350 smoke/test/codegen/end_to_end_test: Skip # Uses dart:io. |
| 350 smoke/test/codegen/recorder_test: Skip # Uses dart:io. | 351 smoke/test/codegen/recorder_test: Skip # Uses dart:io. |
| 351 stub_core_library/test/*: Fail, OK # Uses dart:io. | 352 stub_core_library/test/*: Fail, OK # Uses dart:io. |
| 352 third_party/angular_tests/browser_test/core_dom/cookies: Fail # Issue 16337 | 353 third_party/angular_tests/browser_test/core_dom/cookies: Fail # Issue 16337 |
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 462 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 | 463 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 |
| 463 | 464 |
| 464 [ $use_repository_packages ] | 465 [ $use_repository_packages ] |
| 465 analyzer/test/*: PubGetError | 466 analyzer/test/*: PubGetError |
| 466 | 467 |
| 467 [ $runtime == drt ] | 468 [ $runtime == drt ] |
| 468 http/test/html/client_test: Skip # Issue 18566 | 469 http/test/html/client_test: Skip # Issue 18566 |
| 469 | 470 |
| 470 [ $system == windows ] | 471 [ $system == windows ] |
| 471 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is
sue 20436 | 472 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is
sue 20436 |
| OLD | NEW |