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