| 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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 203 http/test/io/*: Fail, OK # Uses dart:io. | 203 http/test/io/*: Fail, OK # Uses dart:io. |
| 204 http_parser/test/web_socket_test: Fail, OK # Uses dart:io | 204 http_parser/test/web_socket_test: Fail, OK # Uses dart:io |
| 205 http_server/test/*: Fail, OK # Uses dart:io. | 205 http_server/test/*: Fail, OK # Uses dart:io. |
| 206 intl/test/date_time_format_file_even_test: Fail, OK # Uses dart:io. | 206 intl/test/date_time_format_file_even_test: Fail, OK # Uses dart:io. |
| 207 intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io. | 207 intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io. |
| 208 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io. | 208 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io. |
| 209 intl/test/message_extraction/examples_parsing_test: Fail, OK # Users dart:io | 209 intl/test/message_extraction/examples_parsing_test: Fail, OK # Users dart:io |
| 210 intl/test/message_extraction/failed_extraction_test: Fail, OK # Users dart:io | 210 intl/test/message_extraction/failed_extraction_test: Fail, OK # Users dart:io |
| 211 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io. | 211 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io. |
| 212 intl/test/message_extraction/really_fail_extraction_test: Fail, OK # Users dart:
io | 212 intl/test/message_extraction/really_fail_extraction_test: Fail, OK # Users dart:
io |
| 213 oauth2/test/authorization_code_grant_test: Fail, OK # Uses dart:io. | |
| 214 oauth2/test/client_test: Fail, OK # Uses dart:io. | |
| 215 oauth2/test/credentials_test: Fail, OK # Uses dart:io. | |
| 216 oauth2/test/handle_access_token_response_test: Fail, OK # Uses dart:io. | |
| 217 observe/test/transformer_test: Fail, OK # Uses dart:io. | 213 observe/test/transformer_test: Fail, OK # Uses dart:io. |
| 218 path/test/io_test: Fail, OK # Uses dart:io. | 214 path/test/io_test: Fail, OK # Uses dart:io. |
| 219 polymer/test/build/*: Fail, OK # Uses dart:io. | 215 polymer/test/build/*: Fail, OK # Uses dart:io. |
| 220 shelf/test/shelf_io_test: Fail, OK # Uses dart:io | 216 shelf/test/shelf_io_test: Fail, OK # Uses dart:io |
| 221 smoke/test/codegen/end_to_end_test: Skip # Uses dart:io. | 217 smoke/test/codegen/end_to_end_test: Skip # Uses dart:io. |
| 222 smoke/test/codegen/recorder_test: Skip # Uses dart:io. | 218 smoke/test/codegen/recorder_test: Skip # Uses dart:io. |
| 223 third_party/angular_tests/browser_test/core_dom/cookies: Fail # Issue 16337 | 219 third_party/angular_tests/browser_test/core_dom/cookies: Fail # Issue 16337 |
| 224 third_party/angular_tests/vm_test: Skip # Uses dart:io | 220 third_party/angular_tests/vm_test: Skip # Uses dart:io |
| 225 watcher/test/*: Fail, OK # Uses dart:io. | 221 watcher/test/*: Fail, OK # Uses dart:io. |
| 226 | 222 |
| (...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 341 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 | 337 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 |
| 342 | 338 |
| 343 [ $use_repository_packages ] | 339 [ $use_repository_packages ] |
| 344 analyzer/test/*: PubGetError | 340 analyzer/test/*: PubGetError |
| 345 | 341 |
| 346 [ $runtime == ie9 ] | 342 [ $runtime == ie9 ] |
| 347 polymer: Pass, Fail, Timeout # Issue 16717 | 343 polymer: Pass, Fail, Timeout # Issue 16717 |
| 348 | 344 |
| 349 [ $runtime == drt ] | 345 [ $runtime == drt ] |
| 350 http/test/html/client_test: Skip # Issue 18566 | 346 http/test/html/client_test: Skip # Issue 18566 |
| OLD | NEW |