| 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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 234 analyzer/test/generated/parser_test: Fail, OK # Uses dart:io. | 234 analyzer/test/generated/parser_test: Fail, OK # Uses dart:io. |
| 235 analyzer/test/generated/resolver_test: Fail, OK # Uses dart:io. | 235 analyzer/test/generated/resolver_test: Fail, OK # Uses dart:io. |
| 236 analyzer/test/generated/resolver_test: Fail, OK # Uses dart:io. | 236 analyzer/test/generated/resolver_test: Fail, OK # Uses dart:io. |
| 237 analyzer/test/options_test: Fail, OK # Uses dart:io. | 237 analyzer/test/options_test: Fail, OK # Uses dart:io. |
| 238 analyzer/test/parse_compilation_unit_test: Fail, OK # Uses dart:io. | 238 analyzer/test/parse_compilation_unit_test: Fail, OK # Uses dart:io. |
| 239 analyzer/test/services/formatter_test: Fail, OK # Uses dart:io. | 239 analyzer/test/services/formatter_test: Fail, OK # Uses dart:io. |
| 240 barback/test/*: Fail, OK # Uses dart:io. | 240 barback/test/*: Fail, OK # Uses dart:io. |
| 241 code_transformers/test/*: Skip # Uses dart:io. | 241 code_transformers/test/*: Skip # Uses dart:io. |
| 242 http/test/io/*: Fail, OK # Uses dart:io. | 242 http/test/io/*: Fail, OK # Uses dart:io. |
| 243 http_parser/test/web_socket_test: Fail, OK # Uses dart:io | 243 http_parser/test/web_socket_test: Fail, OK # Uses dart:io |
| 244 http_multi_server/test/http_multi_server_test: Skip # Uses dart:io |
| 244 http_server/test/*: Fail, OK # Uses dart:io. | 245 http_server/test/*: Fail, OK # Uses dart:io. |
| 245 intl/test/date_time_format_file_even_test: Fail, OK # Uses dart:io. | 246 intl/test/date_time_format_file_even_test: Fail, OK # Uses dart:io. |
| 246 intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io. | 247 intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io. |
| 247 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io. | 248 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io. |
| 248 intl/test/message_extraction/examples_parsing_test: Fail, OK # Users dart:io | 249 intl/test/message_extraction/examples_parsing_test: Fail, OK # Users dart:io |
| 249 intl/test/message_extraction/failed_extraction_test: Fail, OK # Users dart:io | 250 intl/test/message_extraction/failed_extraction_test: Fail, OK # Users dart:io |
| 250 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io. | 251 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io. |
| 251 intl/test/message_extraction/really_fail_extraction_test: Fail, OK # Users dart:
io | 252 intl/test/message_extraction/really_fail_extraction_test: Fail, OK # Users dart:
io |
| 252 observe/test/transformer_test: Fail, OK # Uses dart:io. | 253 observe/test/transformer_test: Fail, OK # Uses dart:io. |
| 253 path/test/io_test: Fail, OK # Uses dart:io. | 254 path/test/io_test: Fail, OK # Uses dart:io. |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 395 http/test/multipart_test: Fail | 396 http/test/multipart_test: Fail |
| 396 http/test/request_test: Fail | 397 http/test/request_test: Fail |
| 397 http/test/response_test: Fail | 398 http/test/response_test: Fail |
| 398 oauth2/test/authorization_code_grant_test: Fail | 399 oauth2/test/authorization_code_grant_test: Fail |
| 399 oauth2/test/client_test: Fail | 400 oauth2/test/client_test: Fail |
| 400 oauth2/test/credentials_test: Fail | 401 oauth2/test/credentials_test: Fail |
| 401 oauth2/test/handle_access_token_response_test: Fail | 402 oauth2/test/handle_access_token_response_test: Fail |
| 402 | 403 |
| 403 [ $runtime == drt ] | 404 [ $runtime == drt ] |
| 404 http/test/html/client_test: Skip # Issue 18566 | 405 http/test/html/client_test: Skip # Issue 18566 |
| OLD | NEW |