Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1242)

Side by Side Diff: pkg/pkg.status

Issue 651953005: Disable test "check_all_test" on debug builds. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
66 66
67 [ $compiler == none && $runtime == dartium && $system == windows ] 67 [ $compiler == none && $runtime == dartium && $system == windows ]
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 analysis_server/tool/spec/check_all_test: Skip # Times out
76 analyzer/test/generated/element_test: Skip # Times out 77 analyzer/test/generated/element_test: Skip # Times out
77 analyzer/test/generated/parser_test: Skip # Times out 78 analyzer/test/generated/parser_test: Skip # Times out
78 analyzer/test/generated/resolver_test: Skip # Times out 79 analyzer/test/generated/resolver_test: Skip # Times out
79 code_transformers/test/resolver_test: Skip # Times out 80 code_transformers/test/resolver_test: Skip # Times out
80 docgen/test/*: Skip # Slow 81 docgen/test/*: Skip # Slow
81 polymer/test/build/all_phases_test: Skip # Slow 82 polymer/test/build/all_phases_test: Skip # Slow
82 smoke/test/codegen/end_to_end_test: Skip # Times out 83 smoke/test/codegen/end_to_end_test: Skip # Times out
83 smoke/test/codegen/recorder_test: Skip # Times out 84 smoke/test/codegen/recorder_test: Skip # Times out
84 template_binding/test/template_binding_test: Skip # Times out 85 template_binding/test/template_binding_test: Skip # Times out
85 third_party/html5lib/test/tokenizer_test: Skip # Times out 86 third_party/html5lib/test/tokenizer_test: Skip # Times out
(...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after
482 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152 483 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152
483 484
484 [ $use_repository_packages ] 485 [ $use_repository_packages ]
485 analyzer/test/*: PubGetError 486 analyzer/test/*: PubGetError
486 487
487 [ $runtime == drt ] 488 [ $runtime == drt ]
488 http/test/html/client_test: Skip # Issue 18566 489 http/test/html/client_test: Skip # Issue 18566
489 490
490 [ $system == windows ] 491 [ $system == windows ]
491 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is sue 20436 492 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is sue 20436
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698