| 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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 290 intl/test/message_extraction/failed_extraction_test: Fail, OK # Users dart:io | 290 intl/test/message_extraction/failed_extraction_test: Fail, OK # Users dart:io |
| 291 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io. | 291 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io. |
| 292 intl/test/message_extraction/really_fail_extraction_test: Fail, OK # Users dart:
io | 292 intl/test/message_extraction/really_fail_extraction_test: Fail, OK # Users dart:
io |
| 293 observe/test/transformer_test: Fail, OK # Uses dart:io. | 293 observe/test/transformer_test: Fail, OK # Uses dart:io. |
| 294 path/test/io_test: Fail, OK # Uses dart:io. | 294 path/test/io_test: Fail, OK # Uses dart:io. |
| 295 polymer/test/build/*: Fail, OK # Uses dart:io. | 295 polymer/test/build/*: Fail, OK # Uses dart:io. |
| 296 shelf/test/shelf_io_test: Fail, OK # Uses dart:io | 296 shelf/test/shelf_io_test: Fail, OK # Uses dart:io |
| 297 shelf_web_socket/test/*: Fail, OK # Uses dart:io. | 297 shelf_web_socket/test/*: Fail, OK # Uses dart:io. |
| 298 smoke/test/codegen/end_to_end_test: Skip # Uses dart:io. | 298 smoke/test/codegen/end_to_end_test: Skip # Uses dart:io. |
| 299 smoke/test/codegen/recorder_test: Skip # Uses dart:io. | 299 smoke/test/codegen/recorder_test: Skip # Uses dart:io. |
| 300 stub_core_libraries/test/*: Fail, OK # Uses dart:io. |
| 300 third_party/angular_tests/browser_test/core_dom/cookies: Fail # Issue 16337 | 301 third_party/angular_tests/browser_test/core_dom/cookies: Fail # Issue 16337 |
| 301 third_party/angular_tests/vm_test: Skip # Uses dart:io | 302 third_party/angular_tests/vm_test: Skip # Uses dart:io |
| 302 watcher/test/*: Fail, OK # Uses dart:io. | 303 watcher/test/*: Fail, OK # Uses dart:io. |
| 303 | 304 |
| 304 scheduled_test/test/descriptor/*: Fail # http://dartbug.com/8440 | 305 scheduled_test/test/descriptor/*: Fail # http://dartbug.com/8440 |
| 305 scheduled_test/test/scheduled_future_matchers_test: Fail # http://dartbug.com/84
40 | 306 scheduled_test/test/scheduled_future_matchers_test: Fail # http://dartbug.com/84
40 |
| 306 scheduled_test/test/scheduled_process_test: Fail # http://dartbug.com/8440 | 307 scheduled_test/test/scheduled_process_test: Fail # http://dartbug.com/8440 |
| 307 scheduled_test/test/scheduled_test/*: Fail # http://dartbug.com/8440 | 308 scheduled_test/test/scheduled_test/*: Fail # http://dartbug.com/8440 |
| 308 scheduled_test/test/scheduled_stream/stream_matcher_test: Fail # http://dartbug.
com/8440 | 309 scheduled_test/test/scheduled_stream/stream_matcher_test: Fail # http://dartbug.
com/8440 |
| 309 | 310 |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 433 http/test/multipart_test: Fail | 434 http/test/multipart_test: Fail |
| 434 http/test/request_test: Fail | 435 http/test/request_test: Fail |
| 435 http/test/response_test: Fail | 436 http/test/response_test: Fail |
| 436 oauth2/test/authorization_code_grant_test: Fail | 437 oauth2/test/authorization_code_grant_test: Fail |
| 437 oauth2/test/client_test: Fail | 438 oauth2/test/client_test: Fail |
| 438 oauth2/test/credentials_test: Fail | 439 oauth2/test/credentials_test: Fail |
| 439 oauth2/test/handle_access_token_response_test: Fail | 440 oauth2/test/handle_access_token_response_test: Fail |
| 440 | 441 |
| 441 [ $runtime == drt ] | 442 [ $runtime == drt ] |
| 442 http/test/html/client_test: Skip # Issue 18566 | 443 http/test/html/client_test: Skip # Issue 18566 |
| OLD | NEW |