| 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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 polymer/test/property_observe_test: Skip # Sometimes times out. Issue 19326 | 68 polymer/test/property_observe_test: Skip # Sometimes times out. Issue 19326 |
| 69 polymer/test/bind_properties_test: Skip # Sometimes times out. Issue 19326 | 69 polymer/test/bind_properties_test: Skip # Sometimes times out. Issue 19326 |
| 70 | 70 |
| 71 [ $runtime == vm && $mode == debug] | 71 [ $runtime == vm && $mode == debug] |
| 72 analysis_server/test/analysis_server_test: Skip # Times out | 72 analysis_server/test/analysis_server_test: Skip # Times out |
| 73 analysis_server/test/domain_context_test: Skip # Times out | 73 analysis_server/test/domain_context_test: Skip # Times out |
| 74 analysis_server/test/domain_server_test: Skip # Times out | 74 analysis_server/test/domain_server_test: Skip # Times out |
| 75 analysis_server/test/integration/analysis/update_content_test: Skip # Times out | 75 analysis_server/test/integration/analysis/update_content_test: Skip # Times out |
| 76 analyzer/test/generated/element_test: Skip # Times out | 76 analyzer/test/generated/element_test: Skip # Times out |
| 77 analyzer/test/generated/parser_test: Skip # Times out | 77 analyzer/test/generated/parser_test: Skip # Times out |
| 78 analyzer/test/generated/resolver_test: Skip # Times out |
| 78 code_transformers/test/resolver_test: Skip # Times out | 79 code_transformers/test/resolver_test: Skip # Times out |
| 79 docgen/test/*: Skip # Slow | 80 docgen/test/*: Skip # Slow |
| 80 polymer/test/build/all_phases_test: Skip # Slow | 81 polymer/test/build/all_phases_test: Skip # Slow |
| 81 smoke/test/codegen/end_to_end_test: Skip # Times out | 82 smoke/test/codegen/end_to_end_test: Skip # Times out |
| 82 smoke/test/codegen/recorder_test: Skip # Times out | 83 smoke/test/codegen/recorder_test: Skip # Times out |
| 83 template_binding/test/template_binding_test: Skip # Times out | 84 template_binding/test/template_binding_test: Skip # Times out |
| 84 third_party/html5lib/test/tokenizer_test: Skip # Times out | 85 third_party/html5lib/test/tokenizer_test: Skip # Times out |
| 85 barback/test/package_graph/repetition_test: Skip # Times out | 86 barback/test/package_graph/repetition_test: Skip # Times out |
| 86 scheduled_test/test/scheduled_server_test: Pass, Fail, Slow # 13524 | 87 scheduled_test/test/scheduled_server_test: Pass, Fail, Slow # 13524 |
| 87 | 88 |
| (...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 481 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 | 482 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 |
| 482 | 483 |
| 483 [ $use_repository_packages ] | 484 [ $use_repository_packages ] |
| 484 analyzer/test/*: PubGetError | 485 analyzer/test/*: PubGetError |
| 485 | 486 |
| 486 [ $runtime == drt ] | 487 [ $runtime == drt ] |
| 487 http/test/html/client_test: Skip # Issue 18566 | 488 http/test/html/client_test: Skip # Issue 18566 |
| 488 | 489 |
| 489 [ $system == windows ] | 490 [ $system == windows ] |
| 490 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is
sue 20436 | 491 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is
sue 20436 |
| OLD | NEW |