| 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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 [ $compiler == none && ($runtime == dartium) && $mode == debug ] | 56 [ $compiler == none && ($runtime == dartium) && $mode == debug ] |
| 57 polymer/test/instance_attrs_test: Skip # Issue 19496 | 57 polymer/test/instance_attrs_test: Skip # Issue 19496 |
| 58 | 58 |
| 59 [ $compiler == none && $runtime == dartium && $system == windows ] | 59 [ $compiler == none && $runtime == dartium && $system == windows ] |
| 60 polymer/test/property_observe_test: Pass, Timeout # Issue 19326 | 60 polymer/test/property_observe_test: Pass, Timeout # Issue 19326 |
| 61 | 61 |
| 62 [ $runtime == vm && $mode == debug] | 62 [ $runtime == vm && $mode == debug] |
| 63 analysis_server/test/analysis_server_test: Skip # Times out | 63 analysis_server/test/analysis_server_test: Skip # Times out |
| 64 analysis_server/test/domain_context_test: Skip # Times out | 64 analysis_server/test/domain_context_test: Skip # Times out |
| 65 analysis_server/test/domain_server_test: Skip # Times out | 65 analysis_server/test/domain_server_test: Skip # Times out |
| 66 analysis_server/test/integration/analysis/update_content_test: Skip # Times out |
| 66 analyzer/test/generated/element_test: Skip # Times out | 67 analyzer/test/generated/element_test: Skip # Times out |
| 67 analyzer/test/generated/parser_test: Skip # Times out | 68 analyzer/test/generated/parser_test: Skip # Times out |
| 68 code_transformers/test/resolver_test: Skip # Times out | 69 code_transformers/test/resolver_test: Skip # Times out |
| 69 docgen/test/*: Skip # Slow | 70 docgen/test/*: Skip # Slow |
| 70 polymer/test/build/all_phases_test: Skip # Slow | 71 polymer/test/build/all_phases_test: Skip # Slow |
| 71 smoke/test/codegen/end_to_end_test: Skip # Times out | 72 smoke/test/codegen/end_to_end_test: Skip # Times out |
| 72 smoke/test/codegen/recorder_test: Skip # Times out | 73 smoke/test/codegen/recorder_test: Skip # Times out |
| 73 template_binding/test/template_binding_test: Skip # Times out | 74 template_binding/test/template_binding_test: Skip # Times out |
| 74 third_party/html5lib/test/tokenizer_test: Skip # Times out | 75 third_party/html5lib/test/tokenizer_test: Skip # Times out |
| 75 barback/test/package_graph/repetition_test: Skip # Times out | 76 barback/test/package_graph/repetition_test: Skip # Times out |
| (...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 457 http/test/multipart_test: Fail | 458 http/test/multipart_test: Fail |
| 458 http/test/request_test: Fail | 459 http/test/request_test: Fail |
| 459 http/test/response_test: Fail | 460 http/test/response_test: Fail |
| 460 oauth2/test/authorization_code_grant_test: Fail | 461 oauth2/test/authorization_code_grant_test: Fail |
| 461 oauth2/test/client_test: Fail | 462 oauth2/test/client_test: Fail |
| 462 oauth2/test/credentials_test: Fail | 463 oauth2/test/credentials_test: Fail |
| 463 oauth2/test/handle_access_token_response_test: Fail | 464 oauth2/test/handle_access_token_response_test: Fail |
| 464 | 465 |
| 465 [ $runtime == drt ] | 466 [ $runtime == drt ] |
| 466 http/test/html/client_test: Skip # Issue 18566 | 467 http/test/html/client_test: Skip # Issue 18566 |
| OLD | NEW |