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

Side by Side Diff: pkg/pkg.status

Issue 1005903002: Skip dart integration tests on vm debug mode (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fix Created 5 years, 9 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
11 */*/*/*/packages/*/*: Skip 11 */*/*/*/packages/*/*: Skip
12 */*/*/*/*/packages/*/*: Skip 12 */*/*/*/*/packages/*/*: Skip
13 13
14 [ $compiler != dartanalyzer && $compiler != dart2analyzer ] 14 [ $compiler != dartanalyzer && $compiler != dart2analyzer ]
15 docgen/test/inherited_comments_test: Fail # issue 22233 15 docgen/test/inherited_comments_test: Fail # issue 22233
16 16
17 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] 17 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ]
18 third_party/angular_tests/browser_test/*: Skip # github perf_api.dart issue 5 18 third_party/angular_tests/browser_test/*: Skip # github perf_api.dart issue 5
19 third_party/angular_tests/browser_test/core_dom/shadow_root_options: Fail # Issu e 19329 19 third_party/angular_tests/browser_test/core_dom/shadow_root_options: Fail # Issu e 19329
20 mutation_observer: Skip # Issue 21149 20 mutation_observer: Skip # Issue 21149
21 unittest/*: Skip # Issue 21949 21 unittest/*: Skip # Issue 21949
22 22
23 [ $runtime == vm && $mode == debug] 23 [ $runtime == vm && $mode == debug]
24 analysis_server/test/analysis_server_test: SkipSlow # Times out 24 analysis_server/test/analysis_server_test: SkipSlow # Times out
25 analysis_server/test/completion_test: SkipSlow # Times out 25 analysis_server/test/completion_test: SkipSlow # Times out
26 analysis_server/test/domain_context_test: SkipSlow # Times out 26 analysis_server/test/domain_context_test: SkipSlow # Times out
27 analysis_server/test/domain_server_test: SkipSlow # Times out 27 analysis_server/test/domain_server_test: SkipSlow # Times out
28 analysis_server/test/integration/analysis/reanalyze_concurrent_test: SkipSlow # Times out 28 analysis_server/test/integration/*: SkipSlow # Times out
29 analysis_server/test/integration/analysis/update_content_test: SkipSlow # Times out
30 analysis_server/tool/spec/check_all_test: SkipSlow # Times out 29 analysis_server/tool/spec/check_all_test: SkipSlow # Times out
31 analyzer/test/generated/element_test: SkipSlow # Times out 30 analyzer/test/generated/element_test: SkipSlow # Times out
32 analyzer/test/generated/parser_test: SkipSlow # Times out 31 analyzer/test/generated/parser_test: SkipSlow # Times out
33 docgen/test/*: SkipSlow 32 docgen/test/*: SkipSlow
34 third_party/html5lib/test/tokenizer_test: SkipSlow # Times out 33 third_party/html5lib/test/tokenizer_test: SkipSlow # Times out
35 34
36 [ $runtime == vm && $system == windows] 35 [ $runtime == vm && $system == windows]
37 analysis_server/test/analysis/get_errors_test: Skip # runtime error, Issue 22180 36 analysis_server/test/analysis/get_errors_test: Skip # runtime error, Issue 22180
38 37
39 [ $runtime == vm && ( $arch == simarm || $arch == simmips ) ] 38 [ $runtime == vm && ( $arch == simarm || $arch == simmips ) ]
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 182
184 [ $unchecked ] 183 [ $unchecked ]
185 third_party/angular_tests/browser_test/angular: SkipByDesign # Requires checked mode. 184 third_party/angular_tests/browser_test/angular: SkipByDesign # Requires checked mode.
186 third_party/angular_tests/browser_test/core/scope: SkipByDesign # Requires check ed mode. 185 third_party/angular_tests/browser_test/core/scope: SkipByDesign # Requires check ed mode.
187 third_party/angular_tests/browser_test/core/zone: SkipByDesign # Requires checke d mode. 186 third_party/angular_tests/browser_test/core/zone: SkipByDesign # Requires checke d mode.
188 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 187 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152
189 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152 188 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152
190 189
191 [ $use_repository_packages ] 190 [ $use_repository_packages ]
192 analyzer/test/*: PubGetError 191 analyzer/test/*: PubGetError
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