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

Side by Side Diff: pkg/pkg.status

Issue 932493004: Move more tests to SkipByDesign (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: rebase 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 | tests/lib/lib.status » ('j') | tests/lib/lib.status » ('J')
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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 */test/analyzer_test: SkipByDesign # No need to run analysis tests on browser bo ts
Bill Hesse 2015/02/23 08:53:25 Why is this? Could there be a better explanation?
kevmoo 2015/02/23 21:30:17 I'm not sure, honestly. I'm just running with what
151 analysis_server/test/*: SkipByDesign # Uses dart:io. 152 analysis_server/test/*: SkipByDesign # Uses dart:io.
152 analysis_server/tool/spec/check_all_test: SkipByDesign # Uses dart:io. 153 analysis_server/tool/spec/check_all_test: SkipByDesign # Uses dart:io.
154 analyzer/test/*: SkipByDesign # Uses dart:io.
153 analyzer2dart/*: SkipByDesign # Uses dart:io. 155 analyzer2dart/*: SkipByDesign # Uses dart:io.
154 analyzer/test/*: SkipByDesign # Uses dart:io. 156 docgen/test/*: SkipByDesign # Uses dart:io
Bill Hesse 2015/02/23 08:53:25 I know these are slow, but it seems like there sho
Bill Hesse 2015/02/23 08:53:25 Add . to the end to be consistent.
kevmoo 2015/02/23 21:30:17 Done.
kevmoo 2015/02/23 21:30:17 docgen is actually going away soonish – well, repl
155 http_server/test/*: Fail, OK # Uses dart:io. 157 http_server/test/*: Fail, OK # Uses dart:io.
156 observe/test/transformer_test: Fail, OK # Uses dart:io. 158 observe/test/transformer_test: Fail, OK # Uses dart:io.
157 observe/test/unique_message_test: Skip # Intended only as a vm test. 159 observe/test/unique_message_test: SkipByDesign # Uses dart:io
158 stub_core_library/test/*: Fail, OK # Uses dart:io. 160 stub_core_library/test/*: Fail, OK # Uses dart:io.
159 third_party/angular_tests/browser_test/core_dom/cookies: Fail # Issue 16337 161 third_party/angular_tests/browser_test/core_dom/cookies: Fail # Issue 16337
160 third_party/angular_tests/vm_test: SkipByDesign # Uses dart:io 162 third_party/angular_tests/vm_test: SkipByDesign # Uses dart:io
161 163 third_party/html5lib/test/parser_test: SkipByDesign # Uses dart:io.
162 */test/analyzer_test: Skip # No need to run analysis tests on browser bots 164 third_party/html5lib/test/selectors/*: SkipByDesign # Uses dart:io.
163 165 third_party/html5lib/test/tokenizer_test: SkipByDesign # Uses dart:io.
164 # Skip tests on the browser if the test depends on dart:io
165 third_party/html5lib/test/parser_test: Skip
166 third_party/html5lib/test/tokenizer_test: Skip
167 third_party/html5lib/test/selectors/*: Skip
168 166
169 [ $arch == simarm64 ] 167 [ $arch == simarm64 ]
170 # Timeout. These are not unit tests. They do not run efficiently on our 168 # Timeout. These are not unit tests. They do not run efficiently on our
171 # simulator. 169 # simulator.
172 *: Skip 170 *: Skip
173 171
174 [ $runtime == vm ] 172 [ $runtime == vm ]
175 # Skip tests on the VM if the package depends on dart:html 173 # Skip tests on the VM if the package depends on dart:html
176 mutation_observer: Skip 174 mutation_observer: Skip
177 third_party/html5lib/test/browser/browser_test: Skip 175 third_party/html5lib/test/browser/browser_test: Skip
178 176
179 [ $browser ]
180 docgen/test/*: Skip # Uses dart:io
181
182 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 177 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
183 third_party/angular_tests/vm_test: StaticWarning # Uses removed APIs. See issue 18733. 178 third_party/angular_tests/vm_test: StaticWarning # Uses removed APIs. See issue 18733.
184 analyzer2dart/test/driver_test: StaticWarning # Issue 22418 179 analyzer2dart/test/driver_test: StaticWarning # Issue 22418
185 analyzer2dart/test/sexpr_test: StaticWarning # Issue 22418 180 analyzer2dart/test/sexpr_test: StaticWarning # Issue 22418
186 analyzer2dart/test/tree_shaker_test: StaticWarning # Issue 22418 181 analyzer2dart/test/tree_shaker_test: StaticWarning # Issue 22418
187 analyzer2dart/test/end2end_test: StaticWarning # Issue 22418 182 analyzer2dart/test/end2end_test: StaticWarning # Issue 22418
188 docgen/test/multi_library_test: StaticWarning # Issue 22475 183 docgen/test/multi_library_test: StaticWarning # Issue 22475
189 docgen/test/method_param_test: StaticWarning # Issue 22475 184 docgen/test/method_param_test: StaticWarning # Issue 22475
190 docgen/test/async_await_test: StaticWarning # Issue 22475 185 docgen/test/async_await_test: StaticWarning # Issue 22475
191 docgen/test/typedef_test: StaticWarning # Issue 22475 186 docgen/test/typedef_test: StaticWarning # Issue 22475
192 docgen/test/metadata_test: StaticWarning # Issue 22475 187 docgen/test/metadata_test: StaticWarning # Issue 22475
193 docgen/test/native_extensions_test: StaticWarning # Issue 22475 188 docgen/test/native_extensions_test: StaticWarning # Issue 22475
194 docgen/test/generate_json_test: StaticWarning # Issue 22475 189 docgen/test/generate_json_test: StaticWarning # Issue 22475
195 docgen/test/only_lib_content_in_pkg_test: StaticWarning # Issue 22475 190 docgen/test/only_lib_content_in_pkg_test: StaticWarning # Issue 22475
196 docgen/test/constant_argument_test: StaticWarning # Issue 22475 191 docgen/test/constant_argument_test: StaticWarning # Issue 22475
197 docgen/test/inherited_comments_test: StaticWarning # Issue 22475 192 docgen/test/inherited_comments_test: StaticWarning # Issue 22475
198 docgen/test/single_library_test: StaticWarning # Issue 22475 193 docgen/test/single_library_test: StaticWarning # Issue 22475
199 194
200 [ $runtime == safari || $runtime == safarimobilesim || $runtime == chrome || $ru ntime == ff || $ie ] 195 [ $runtime == safari || $runtime == safarimobilesim || $runtime == chrome || $ru ntime == ff || $ie ]
201 # Various issues due to limited browser testing in Angular. 196 # Various issues due to limited browser testing in Angular.
202 third_party/angular_tests/*: Skip 197 third_party/angular_tests/*: Skip
203 198
204 [ $unchecked ] 199 [ $unchecked ]
205 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode. 200 third_party/angular_tests/browser_test/angular: SkipByDesign # Requires checked mode.
206 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. 201 third_party/angular_tests/browser_test/core/scope: SkipByDesign # Requires check ed mode.
207 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. 202 third_party/angular_tests/browser_test/core/zone: SkipByDesign # Requires checke d mode.
208 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 203 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152
209 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152 204 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152
210 205
211 [ $use_repository_packages ] 206 [ $use_repository_packages ]
212 analyzer/test/*: PubGetError 207 analyzer/test/*: PubGetError
OLDNEW
« no previous file with comments | « no previous file | tests/lib/lib.status » ('j') | tests/lib/lib.status » ('J')

Powered by Google App Engine
This is Rietveld 408576698