| 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 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 301 http/test/io/*: Fail, OK # Uses dart:io. | 301 http/test/io/*: Fail, OK # Uses dart:io. |
| 302 http_parser/test/web_socket_test: Fail, OK # Uses dart:io | 302 http_parser/test/web_socket_test: Fail, OK # Uses dart:io |
| 303 http_multi_server/test/http_multi_server_test: Skip # Uses dart:io | 303 http_multi_server/test/http_multi_server_test: Skip # Uses dart:io |
| 304 http_server/test/*: Fail, OK # Uses dart:io. | 304 http_server/test/*: Fail, OK # Uses dart:io. |
| 305 intl/test/date_time_format_file_even_test: Fail, OK # Uses dart:io. | 305 intl/test/date_time_format_file_even_test: Fail, OK # Uses dart:io. |
| 306 intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io. | 306 intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io. |
| 307 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io. | 307 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io. |
| 308 intl/test/message_extraction/examples_parsing_test: Fail, OK # Users dart:io | 308 intl/test/message_extraction/examples_parsing_test: Fail, OK # Users dart:io |
| 309 intl/test/message_extraction/failed_extraction_test: Fail, OK # Users dart:io | 309 intl/test/message_extraction/failed_extraction_test: Fail, OK # Users dart:io |
| 310 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io. | 310 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io. |
| 311 intl/test/message_extraction/message_extraction_no_deferred_test: Fail, OK # Use
s dart:io. |
| 311 intl/test/message_extraction/really_fail_extraction_test: Fail, OK # Users dart:
io | 312 intl/test/message_extraction/really_fail_extraction_test: Fail, OK # Users dart:
io |
| 312 observe/test/transformer_test: Fail, OK # Uses dart:io. | 313 observe/test/transformer_test: Fail, OK # Uses dart:io. |
| 313 path/test/io_test: Fail, OK # Uses dart:io. | 314 path/test/io_test: Fail, OK # Uses dart:io. |
| 314 polymer/test/build/*: Fail, OK # Uses dart:io. | 315 polymer/test/build/*: Fail, OK # Uses dart:io. |
| 315 shelf/test/shelf_io_test: Fail, OK # Uses dart:io | 316 shelf/test/shelf_io_test: Fail, OK # Uses dart:io |
| 316 shelf_web_socket/test/*: Fail, OK # Uses dart:io. | 317 shelf_web_socket/test/*: Fail, OK # Uses dart:io. |
| 317 smoke/test/codegen/end_to_end_test: Skip # Uses dart:io. | 318 smoke/test/codegen/end_to_end_test: Skip # Uses dart:io. |
| 318 smoke/test/codegen/recorder_test: Skip # Uses dart:io. | 319 smoke/test/codegen/recorder_test: Skip # Uses dart:io. |
| 319 stub_core_library/test/*: Fail, OK # Uses dart:io. | 320 stub_core_library/test/*: Fail, OK # Uses dart:io. |
| 320 third_party/angular_tests/browser_test/core_dom/cookies: Fail # Issue 16337 | 321 third_party/angular_tests/browser_test/core_dom/cookies: Fail # Issue 16337 |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 453 http/test/multipart_test: Fail | 454 http/test/multipart_test: Fail |
| 454 http/test/request_test: Fail | 455 http/test/request_test: Fail |
| 455 http/test/response_test: Fail | 456 http/test/response_test: Fail |
| 456 oauth2/test/authorization_code_grant_test: Fail | 457 oauth2/test/authorization_code_grant_test: Fail |
| 457 oauth2/test/client_test: Fail | 458 oauth2/test/client_test: Fail |
| 458 oauth2/test/credentials_test: Fail | 459 oauth2/test/credentials_test: Fail |
| 459 oauth2/test/handle_access_token_response_test: Fail | 460 oauth2/test/handle_access_token_response_test: Fail |
| 460 | 461 |
| 461 [ $runtime == drt ] | 462 [ $runtime == drt ] |
| 462 http/test/html/client_test: Skip # Issue 18566 | 463 http/test/html/client_test: Skip # Issue 18566 |
| OLD | NEW |