| 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 polymer/test/template_distribute_dynamic_test: Pass, RuntimeError # Issue 18931 | 53 polymer/test/template_distribute_dynamic_test: Pass, RuntimeError # Issue 18931 |
| 54 polymer/test/two_way_bind_test: Pass, RuntimeError # Issue 18931 | 54 polymer/test/two_way_bind_test: Pass, RuntimeError # Issue 18931 |
| 55 web_components/test/interop_test: Pass, RuntimeError # Issue 18931 | 55 web_components/test/interop_test: Pass, RuntimeError # Issue 18931 |
| 56 | 56 |
| 57 [ $compiler == none && ($runtime == dartium) && $mode == debug ] | 57 [ $compiler == none && ($runtime == dartium) && $mode == debug ] |
| 58 polymer/test/instance_attrs_test: Skip # Issue 19496 | 58 polymer/test/instance_attrs_test: Skip # Issue 19496 |
| 59 | 59 |
| 60 [ $compiler == none && $runtime == dartium && $system == windows ] | 60 [ $compiler == none && $runtime == dartium && $system == windows ] |
| 61 polymer/test/property_observe_test: Pass, Timeout # Issue 19326 | 61 polymer/test/property_observe_test: Pass, Timeout # Issue 19326 |
| 62 | 62 |
| 63 [ $compiler == none && $runtime == ContentShellOnAndroid ] |
| 64 collection/test/unmodifiable_collection_test: Skip # Times out, Issue 20348 |
| 65 |
| 63 [ $runtime == vm && $mode == debug] | 66 [ $runtime == vm && $mode == debug] |
| 64 analysis_server/test/analysis_server_test: Skip # Times out | 67 analysis_server/test/analysis_server_test: Skip # Times out |
| 65 analysis_server/test/domain_context_test: Skip # Times out | 68 analysis_server/test/domain_context_test: Skip # Times out |
| 66 analysis_server/test/domain_server_test: Skip # Times out | 69 analysis_server/test/domain_server_test: Skip # Times out |
| 67 analyzer/test/generated/element_test: Skip # Times out | 70 analyzer/test/generated/element_test: Skip # Times out |
| 68 analyzer/test/generated/parser_test: Skip # Times out | 71 analyzer/test/generated/parser_test: Skip # Times out |
| 69 code_transformers/test/resolver_test: Skip # Times out | 72 code_transformers/test/resolver_test: Skip # Times out |
| 70 docgen/test/*: Skip # Slow | 73 docgen/test/*: Skip # Slow |
| 71 polymer/test/build/all_phases_test: Skip # Slow | 74 polymer/test/build/all_phases_test: Skip # Slow |
| 72 smoke/test/codegen/end_to_end_test: Skip # Times out | 75 smoke/test/codegen/end_to_end_test: Skip # Times out |
| (...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 449 oauth2/test/authorization_code_grant_test: Fail | 452 oauth2/test/authorization_code_grant_test: Fail |
| 450 oauth2/test/client_test: Fail | 453 oauth2/test/client_test: Fail |
| 451 oauth2/test/credentials_test: Fail | 454 oauth2/test/credentials_test: Fail |
| 452 oauth2/test/handle_access_token_response_test: Fail | 455 oauth2/test/handle_access_token_response_test: Fail |
| 453 | 456 |
| 454 [ $runtime == drt ] | 457 [ $runtime == drt ] |
| 455 http/test/html/client_test: Skip # Issue 18566 | 458 http/test/html/client_test: Skip # Issue 18566 |
| 456 | 459 |
| 457 [ $mode == debug ] | 460 [ $mode == debug ] |
| 458 analysis_server/test/integration/analysis_domain_int_test: Slow, Pass | 461 analysis_server/test/integration/analysis_domain_int_test: Slow, Pass |
| OLD | NEW |