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 319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
330 observe/test/transformer_test: Fail, OK # Uses dart:io. | 330 observe/test/transformer_test: Fail, OK # Uses dart:io. |
331 path/test/io_test: Fail, OK # Uses dart:io. | 331 path/test/io_test: Fail, OK # Uses dart:io. |
332 polymer/test/build/all_phases_test: Fail, OK # Uses dart:io. | 332 polymer/test/build/all_phases_test: Fail, OK # Uses dart:io. |
333 polymer/test/build/polyfill_injector_test: Fail, OK # Uses dart:io. | 333 polymer/test/build/polyfill_injector_test: Fail, OK # Uses dart:io. |
334 polymer/test/build/static_clean_test: Fail, OK # Uses dart:io. | 334 polymer/test/build/static_clean_test: Fail, OK # Uses dart:io. |
335 polymer/test/build/build_log_combiner_test: Fail, OK # Uses dart:io. | 335 polymer/test/build/build_log_combiner_test: Fail, OK # Uses dart:io. |
336 polymer/test/build/script_compactor_test: Fail, OK # Uses dart:io. | 336 polymer/test/build/script_compactor_test: Fail, OK # Uses dart:io. |
337 polymer/test/build/utils_test: Fail, OK # Uses dart:io. | 337 polymer/test/build/utils_test: Fail, OK # Uses dart:io. |
338 polymer/test/build/import_inliner_test: Fail, OK # Uses dart:io. | 338 polymer/test/build/import_inliner_test: Fail, OK # Uses dart:io. |
339 polymer/test/build/linter_test: Fail, OK # Uses dart:io. | 339 polymer/test/build/linter_test: Fail, OK # Uses dart:io. |
| 340 polymer/test/build/remove_sourcemap_comment_test: Fail, OK # Uses dart:io. |
340 shelf/test/shelf_io_test: Fail, OK # Uses dart:io | 341 shelf/test/shelf_io_test: Fail, OK # Uses dart:io |
341 shelf_web_socket/test/*: Fail, OK # Uses dart:io. | 342 shelf_web_socket/test/*: Fail, OK # Uses dart:io. |
342 smoke/test/codegen/end_to_end_test: Skip # Uses dart:io. | 343 smoke/test/codegen/end_to_end_test: Skip # Uses dart:io. |
343 smoke/test/codegen/recorder_test: Skip # Uses dart:io. | 344 smoke/test/codegen/recorder_test: Skip # Uses dart:io. |
344 stub_core_library/test/*: Fail, OK # Uses dart:io. | 345 stub_core_library/test/*: Fail, OK # Uses dart:io. |
345 third_party/angular_tests/browser_test/core_dom/cookies: Fail # Issue 16337 | 346 third_party/angular_tests/browser_test/core_dom/cookies: Fail # Issue 16337 |
346 third_party/angular_tests/vm_test: Skip # Uses dart:io | 347 third_party/angular_tests/vm_test: Skip # Uses dart:io |
347 watcher/test/*: Fail, OK # Uses dart:io. | 348 watcher/test/*: Fail, OK # Uses dart:io. |
348 | 349 |
349 scheduled_test/test/descriptor/*: Fail # http://dartbug.com/8440 | 350 scheduled_test/test/descriptor/*: Fail # http://dartbug.com/8440 |
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
471 oauth2/test/authorization_code_grant_test: Fail | 472 oauth2/test/authorization_code_grant_test: Fail |
472 oauth2/test/client_test: Fail | 473 oauth2/test/client_test: Fail |
473 oauth2/test/credentials_test: Fail | 474 oauth2/test/credentials_test: Fail |
474 oauth2/test/handle_access_token_response_test: Fail | 475 oauth2/test/handle_access_token_response_test: Fail |
475 | 476 |
476 [ $runtime == drt ] | 477 [ $runtime == drt ] |
477 http/test/html/client_test: Skip # Issue 18566 | 478 http/test/html/client_test: Skip # Issue 18566 |
478 | 479 |
479 [ $system == windows ] | 480 [ $system == windows ] |
480 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is
sue 20436 | 481 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is
sue 20436 |
OLD | NEW |