| 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 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 204 analyzer/test/services/formatter_test: Fail, OK # Uses dart:io. | 204 analyzer/test/services/formatter_test: Fail, OK # Uses dart:io. |
| 205 barback/test/*: Fail, OK # Uses dart:io. | 205 barback/test/*: Fail, OK # Uses dart:io. |
| 206 code_transformers/test/*: Skip # Uses dart:io. | 206 code_transformers/test/*: Skip # Uses dart:io. |
| 207 http/test/client_test: Fail, OK # Uses dart:io. | 207 http/test/client_test: Fail, OK # Uses dart:io. |
| 208 http/test/http_test: Fail, OK # Uses dart:io. | 208 http/test/http_test: Fail, OK # Uses dart:io. |
| 209 http/test/mock_client_test: Fail, OK # Uses dart:io. | 209 http/test/mock_client_test: Fail, OK # Uses dart:io. |
| 210 http/test/multipart_test: Fail, OK # Uses dart:io. | 210 http/test/multipart_test: Fail, OK # Uses dart:io. |
| 211 http/test/request_test: Fail, OK # Uses dart:io. | 211 http/test/request_test: Fail, OK # Uses dart:io. |
| 212 http/test/response_test: Fail, OK # Uses dart:io. | 212 http/test/response_test: Fail, OK # Uses dart:io. |
| 213 http/test/streamed_request_test: Fail, OK # Uses dart:io. | 213 http/test/streamed_request_test: Fail, OK # Uses dart:io. |
| 214 http_parser/test/web_socket_test: Fail, OK # Uses dart:io |
| 214 http_server/test/*: Fail, OK # Uses dart:io. | 215 http_server/test/*: Fail, OK # Uses dart:io. |
| 215 intl/test/date_time_format_file_even_test: Fail, OK # Uses dart:io. | 216 intl/test/date_time_format_file_even_test: Fail, OK # Uses dart:io. |
| 216 intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io. | 217 intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io. |
| 217 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io. | 218 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io. |
| 218 intl/test/message_extraction/examples_parsing_test: Fail, OK # Users dart:io | 219 intl/test/message_extraction/examples_parsing_test: Fail, OK # Users dart:io |
| 219 intl/test/message_extraction/failed_extraction_test: Fail, OK # Users dart:io | 220 intl/test/message_extraction/failed_extraction_test: Fail, OK # Users dart:io |
| 220 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io. | 221 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io. |
| 221 intl/test/message_extraction/really_fail_extraction_test: Fail, OK # Users dart:
io | 222 intl/test/message_extraction/really_fail_extraction_test: Fail, OK # Users dart:
io |
| 222 oauth2/test/authorization_code_grant_test: Fail, OK # Uses dart:io. | 223 oauth2/test/authorization_code_grant_test: Fail, OK # Uses dart:io. |
| 223 oauth2/test/client_test: Fail, OK # Uses dart:io. | 224 oauth2/test/client_test: Fail, OK # Uses dart:io. |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 346 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. | 347 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. |
| 347 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. | 348 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. |
| 348 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 | 349 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 |
| 349 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 | 350 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 |
| 350 | 351 |
| 351 [ $use_repository_packages ] | 352 [ $use_repository_packages ] |
| 352 analyzer/test/*: PubGetError | 353 analyzer/test/*: PubGetError |
| 353 | 354 |
| 354 [ $runtime == ie9 ] | 355 [ $runtime == ie9 ] |
| 355 polymer: Pass, Fail, Timeout # Issue 16717 | 356 polymer: Pass, Fail, Timeout # Issue 16717 |
| OLD | NEW |