| 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 polymer/test/template_distribute_dynamic_test: Pass, RuntimeError # Issue 18931 | 52 polymer/test/template_distribute_dynamic_test: Pass, RuntimeError # Issue 18931 |
| 53 polymer/test/two_way_bind_test: Pass, RuntimeError # Issue 18931 | 53 polymer/test/two_way_bind_test: Pass, RuntimeError # Issue 18931 |
| 54 web_components/test/interop_test: Pass, RuntimeError # Issue 18931 | 54 web_components/test/interop_test: Pass, RuntimeError # Issue 18931 |
| 55 | 55 |
| 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 [ $compiler == none && $runtime == ContentShellOnAndroid ] | |
| 63 collection/test/unmodifiable_collection_test: Skip # Times out, Issue 20348 | |
| 64 | |
| 65 [ $runtime == vm && $mode == debug] | 62 [ $runtime == vm && $mode == debug] |
| 66 analysis_server/test/analysis_server_test: Skip # Times out | 63 analysis_server/test/analysis_server_test: Skip # Times out |
| 67 analysis_server/test/domain_context_test: Skip # Times out | 64 analysis_server/test/domain_context_test: Skip # Times out |
| 68 analysis_server/test/domain_server_test: Skip # Times out | 65 analysis_server/test/domain_server_test: Skip # Times out |
| 69 analyzer/test/generated/element_test: Skip # Times out | 66 analyzer/test/generated/element_test: Skip # Times out |
| 70 analyzer/test/generated/parser_test: Skip # Times out | 67 analyzer/test/generated/parser_test: Skip # Times out |
| 71 code_transformers/test/resolver_test: Skip # Times out | 68 code_transformers/test/resolver_test: Skip # Times out |
| 72 docgen/test/*: Skip # Slow | 69 docgen/test/*: Skip # Slow |
| 73 polymer/test/build/all_phases_test: Skip # Slow | 70 polymer/test/build/all_phases_test: Skip # Slow |
| 74 smoke/test/codegen/end_to_end_test: Skip # Times out | 71 smoke/test/codegen/end_to_end_test: Skip # Times out |
| (...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 463 oauth2/test/authorization_code_grant_test: Fail | 460 oauth2/test/authorization_code_grant_test: Fail |
| 464 oauth2/test/client_test: Fail | 461 oauth2/test/client_test: Fail |
| 465 oauth2/test/credentials_test: Fail | 462 oauth2/test/credentials_test: Fail |
| 466 oauth2/test/handle_access_token_response_test: Fail | 463 oauth2/test/handle_access_token_response_test: Fail |
| 467 | 464 |
| 468 [ $runtime == drt ] | 465 [ $runtime == drt ] |
| 469 http/test/html/client_test: Skip # Issue 18566 | 466 http/test/html/client_test: Skip # Issue 18566 |
| 470 | 467 |
| 471 [ $mode == debug ] | 468 [ $mode == debug ] |
| 472 analysis_server/test/integration/analysis_domain_int_test: Slow, Pass | 469 analysis_server/test/integration/analysis_domain_int_test: Slow, Pass |
| OLD | NEW |