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

Side by Side Diff: pkg/pkg.status

Issue 928523002: status files: trying out new SkipSlow flag (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 10 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 | runtime/observatory/observatory.status » ('j') | 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: Skip # Times out 24 analysis_server/test/analysis_server_test: SkipSlow # Times out
25 analysis_server/test/completion_test: Skip # Times out 25 analysis_server/test/completion_test: SkipSlow # Times out
26 analysis_server/test/domain_context_test: Skip # Times out 26 analysis_server/test/domain_context_test: SkipSlow # Times out
27 analysis_server/test/domain_server_test: Skip # Times out 27 analysis_server/test/domain_server_test: SkipSlow # Times out
28 analysis_server/test/integration/analysis/reanalyze_concurrent_test: Skip # Time s out 28 analysis_server/test/integration/analysis/reanalyze_concurrent_test: SkipSlow # Times out
29 analysis_server/test/integration/analysis/update_content_test: Skip # Times out 29 analysis_server/test/integration/analysis/update_content_test: SkipSlow # Times out
30 analysis_server/tool/spec/check_all_test: Skip # Times out 30 analysis_server/tool/spec/check_all_test: SkipSlow # Times out
31 analyzer/test/generated/element_test: Skip # Times out 31 analyzer/test/generated/element_test: SkipSlow # Times out
32 analyzer/test/generated/parser_test: Skip # Times out 32 analyzer/test/generated/parser_test: SkipSlow # Times out
33 docgen/test/*: Skip # Slow 33 docgen/test/*: SkipSlow
34 third_party/html5lib/test/tokenizer_test: Skip # Times out 34 third_party/html5lib/test/tokenizer_test: SkipSlow # Times out
35 35
36 [ $runtime == vm && $system == windows] 36 [ $runtime == vm && $system == windows]
37 analysis_server/test/analysis/get_errors_test: Skip # runtime error, Issue 22180 37 analysis_server/test/analysis/get_errors_test: Skip # runtime error, Issue 22180
38 38
39 [ $runtime == vm && ( $arch == simarm || $arch == simmips ) ] 39 [ $runtime == vm && ( $arch == simarm || $arch == simmips ) ]
40 docgen/test/*: Skip # Too slow 40 docgen/test/*: SkipSlow
41 third_party/html5lib/test/tokenizer_test: Pass, Slow 41 third_party/html5lib/test/tokenizer_test: Pass, Slow
42 analysis_server/*: Skip # Timeout in some tests. 42 analysis_server/*: SkipSlow # Timeout in some tests.
43 43
44 [ $compiler == dart2js ] 44 [ $compiler == dart2js ]
45 collection/test/equality_test/01: Fail # Issue 1533 45 collection/test/equality_test/01: Fail # Issue 1533
46 collection/test/equality_test/02: Fail # Issue 1533 46 collection/test/equality_test/02: Fail # Issue 1533
47 collection/test/equality_test/03: Fail # Issue 1533 47 collection/test/equality_test/03: Fail # Issue 1533
48 collection/test/equality_test/04: Fail # Issue 1533 48 collection/test/equality_test/04: Fail # Issue 1533
49 collection/test/equality_test/05: Fail # Issue 1533 49 collection/test/equality_test/05: Fail # Issue 1533
50 collection/test/equality_test/none: Pass, Fail # Issue 14348 50 collection/test/equality_test/none: Pass, Fail # Issue 14348
51 docgen/test/*: Skip # Far too slow 51 docgen/test/*: SkipSlow # Far too slow
52 third_party/angular_tests/browser_test: Pass, Slow # Large dart2js compile time 52 third_party/angular_tests/browser_test: Pass, Slow # Large dart2js compile time
53 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li st. 53 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li st.
54 analyzer/test/generated/engine_test: Skip # Slow 54 analyzer/test/generated/engine_test: SkipSlow
55 analyzer/test/generated/static_type_warning_code_test: Pass, Slow 55 analyzer/test/generated/static_type_warning_code_test: Pass, Slow
56 analyzer/test/generated/compile_time_error_code_test: Pass, Slow 56 analyzer/test/generated/compile_time_error_code_test: Pass, Slow
57 57
58 analyzer/test/enum_test: Slow, Pass, Fail # Issue 21323 58 analyzer/test/enum_test: Slow, Pass, Fail # Issue 21323
59 59
60 analysis_server/test/*: Skip # Issue 22161 60 analysis_server/test/*: Skip # Issue 22161
61 analysis_server/test/search/element_references_test: Pass, Slow 61 analysis_server/test/search/element_references_test: Pass, Slow
62 analysis_server/test/services/index/store/codec_test: Pass, Slow 62 analysis_server/test/services/index/store/codec_test: Pass, Slow
63 analysis_server/test/domain_completion_test: Pass, Slow 63 analysis_server/test/domain_completion_test: Pass, Slow
64 analysis_server/test/edit/assists_test: Pass, Slow 64 analysis_server/test/edit/assists_test: Pass, Slow
(...skipping 30 matching lines...) Expand all
95 analyzer/test/generated/element_test: Pass, Slow # Issue 16473 95 analyzer/test/generated/element_test: Pass, Slow # Issue 16473
96 analyzer/test/generated/incremental_resolver_test: Pass, Slow # Issue 16473 96 analyzer/test/generated/incremental_resolver_test: Pass, Slow # Issue 16473
97 97
98 [ $runtime == jsshell ] 98 [ $runtime == jsshell ]
99 async/test/stream_zip_test: RuntimeError, OK # Timers are not supported. 99 async/test/stream_zip_test: RuntimeError, OK # Timers are not supported.
100 100
101 [ $compiler == dart2js && $runtime == drt ] 101 [ $compiler == dart2js && $runtime == drt ]
102 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548 102 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548
103 103
104 [ $compiler == dart2js && ($runtime == chrome || $runtime == ff) ] 104 [ $compiler == dart2js && ($runtime == chrome || $runtime == ff) ]
105 collection/test/unmodifiable_collection_test: Skip # Times out. Issue 22050 105 collection/test/unmodifiable_collection_test: SkipSlow # Times out. Issue 22050
106 async/test/stream_zip_test: Skip # Times out. Issue 22050 106 async/test/stream_zip_test: SkipSlow # Times out. Issue 22050
107 107
108 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ] 108 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ]
109 third_party/angular_tests/browser_test: Skip # uses dart:html 109 third_party/angular_tests/browser_test: SkipByDesign # uses dart:html
110 110
111 [$compiler == dart2dart] 111 [$compiler == dart2dart]
112 *: Skip 112 *: Skip
113 113
114 [ $runtime == ie10 ] 114 [ $runtime == ie10 ]
115 analyzer/test/generated/java_core_test: Pass, Timeout # Issue 19747 115 analyzer/test/generated/java_core_test: Pass, Timeout # Issue 19747
116 typed_data/test/typed_buffers_test/none: Fail # Issue 17607 (I put this here e xplicitly, since this is not the same as on ie9) 116 typed_data/test/typed_buffers_test/none: Fail # Issue 17607 (I put this here e xplicitly, since this is not the same as on ie9)
117 117
118 [ $runtime == safarimobilesim ] 118 [ $runtime == safarimobilesim ]
119 # Unexplained errors only occuring on Safari 6.1 and earlier. 119 # Unexplained errors only occuring on Safari 6.1 and earlier.
(...skipping 21 matching lines...) Expand all
141 141
142 [ $compiler == dart2js && $csp ] 142 [ $compiler == dart2js && $csp ]
143 # This test cannot run under CSP because it is injecting a JavaScript polyfill 143 # This test cannot run under CSP because it is injecting a JavaScript polyfill
144 mutation_observer: Skip 144 mutation_observer: Skip
145 145
146 [ $compiler == dart2js && $browser ] 146 [ $compiler == dart2js && $browser ]
147 crypto/test/sha256_test: Slow, Pass 147 crypto/test/sha256_test: Slow, Pass
148 crypto/test/sha1_test: Slow, Pass 148 crypto/test/sha1_test: Slow, Pass
149 149
150 [ $browser ] 150 [ $browser ]
151 analysis_server/test/*: Skip # Uses dart:io. 151 analysis_server/test/*: SkipByDesign # Uses dart:io.
152 analysis_server/tool/spec/check_all_test: Skip # Uses dart:io. 152 analysis_server/tool/spec/check_all_test: SkipByDesign # Uses dart:io.
153 analyzer2dart/*: Skip # Uses dart:io. 153 analyzer2dart/*: SkipByDesign # Uses dart:io.
154 analyzer/test/*: Skip # Uses dart:io. 154 analyzer/test/*: SkipByDesign # Uses dart:io.
155 http_server/test/*: Fail, OK # Uses dart:io. 155 http_server/test/*: Fail, OK # Uses dart:io.
156 observe/test/transformer_test: Fail, OK # Uses dart:io. 156 observe/test/transformer_test: Fail, OK # Uses dart:io.
157 observe/test/unique_message_test: Skip # Intended only as a vm test. 157 observe/test/unique_message_test: Skip # Intended only as a vm test.
158 stub_core_library/test/*: Fail, OK # Uses dart:io. 158 stub_core_library/test/*: Fail, OK # Uses dart:io.
159 third_party/angular_tests/browser_test/core_dom/cookies: Fail # Issue 16337 159 third_party/angular_tests/browser_test/core_dom/cookies: Fail # Issue 16337
160 third_party/angular_tests/vm_test: Skip # Uses dart:io 160 third_party/angular_tests/vm_test: SkipByDesign # Uses dart:io
161 161
162 */test/analyzer_test: Skip # No need to run analysis tests on browser bots 162 */test/analyzer_test: Skip # No need to run analysis tests on browser bots
163 163
164 # Skip tests on the browser if the test depends on dart:io 164 # Skip tests on the browser if the test depends on dart:io
165 third_party/html5lib/test/parser_test: Skip 165 third_party/html5lib/test/parser_test: Skip
166 third_party/html5lib/test/tokenizer_test: Skip 166 third_party/html5lib/test/tokenizer_test: Skip
167 third_party/html5lib/test/selectors/*: Skip 167 third_party/html5lib/test/selectors/*: Skip
168 168
169 [ $arch == simarm64 ] 169 [ $arch == simarm64 ]
170 # Timeout. These are not unit tests. They do not run efficiently on our 170 # Timeout. These are not unit tests. They do not run efficiently on our
(...skipping 21 matching lines...) Expand all
192 192
193 [ $unchecked ] 193 [ $unchecked ]
194 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode. 194 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode.
195 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. 195 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode.
196 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. 196 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode.
197 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 197 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152
198 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152 198 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152
199 199
200 [ $use_repository_packages ] 200 [ $use_repository_packages ]
201 analyzer/test/*: PubGetError 201 analyzer/test/*: PubGetError
OLDNEW
« no previous file with comments | « no previous file | runtime/observatory/observatory.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698