| 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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 polymer/test/instance_attrs_test: Skip # Issue 19496 | 66 polymer/test/instance_attrs_test: Skip # Issue 19496 |
| 67 | 67 |
| 68 [ $compiler == none && $runtime == dartium && $system == windows ] | 68 [ $compiler == none && $runtime == dartium && $system == windows ] |
| 69 polymer/test/property_observe_test: Skip # Sometimes times out. Issue 19326 | 69 polymer/test/property_observe_test: Skip # Sometimes times out. Issue 19326 |
| 70 polymer/test/bind_properties_test: Skip # Sometimes times out. Issue 19326 | 70 polymer/test/bind_properties_test: Skip # Sometimes times out. Issue 19326 |
| 71 | 71 |
| 72 [ $runtime == vm && $mode == debug] | 72 [ $runtime == vm && $mode == debug] |
| 73 analysis_server/test/analysis_server_test: Skip # Times out | 73 analysis_server/test/analysis_server_test: Skip # Times out |
| 74 analysis_server/test/domain_context_test: Skip # Times out | 74 analysis_server/test/domain_context_test: Skip # Times out |
| 75 analysis_server/test/domain_server_test: Skip # Times out | 75 analysis_server/test/domain_server_test: Skip # Times out |
| 76 analysis_server/test/integration/analysis/reanalyze_concurrent_test: Skip # Time
s out |
| 76 analysis_server/test/integration/analysis/update_content_test: Skip # Times out | 77 analysis_server/test/integration/analysis/update_content_test: Skip # Times out |
| 77 analysis_server/tool/spec/check_all_test: Skip # Times out | 78 analysis_server/tool/spec/check_all_test: Skip # Times out |
| 78 analyzer/test/generated/element_test: Skip # Times out | 79 analyzer/test/generated/element_test: Skip # Times out |
| 79 analyzer/test/generated/parser_test: Skip # Times out | 80 analyzer/test/generated/parser_test: Skip # Times out |
| 80 code_transformers/test/resolver_test: Skip # Times out | 81 code_transformers/test/resolver_test: Skip # Times out |
| 81 docgen/test/*: Skip # Slow | 82 docgen/test/*: Skip # Slow |
| 82 polymer/test/build/all_phases_test: Skip # Slow | 83 polymer/test/build/all_phases_test: Skip # Slow |
| 83 smoke/test/codegen/end_to_end_test: Skip # Times out | 84 smoke/test/codegen/end_to_end_test: Skip # Times out |
| 84 smoke/test/codegen/recorder_test: Skip # Times out | 85 smoke/test/codegen/recorder_test: Skip # Times out |
| 85 template_binding/test/template_binding_test: Skip # Times out | 86 template_binding/test/template_binding_test: Skip # Times out |
| (...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 485 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 | 486 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 |
| 486 | 487 |
| 487 [ $use_repository_packages ] | 488 [ $use_repository_packages ] |
| 488 analyzer/test/*: PubGetError | 489 analyzer/test/*: PubGetError |
| 489 | 490 |
| 490 [ $runtime == drt ] | 491 [ $runtime == drt ] |
| 491 http/test/html/client_test: Skip # Issue 18566 | 492 http/test/html/client_test: Skip # Issue 18566 |
| 492 | 493 |
| 493 [ $system == windows ] | 494 [ $system == windows ] |
| 494 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is
sue 20436 | 495 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is
sue 20436 |
| OLD | NEW |