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

Side by Side Diff: pkg/pkg.status

Issue 261763002: Rip out the last dart:io dependency from pkg/http. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 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
« pkg/http/lib/src/io.dart ('K') | « pkg/http/test/utils.dart ('k') | 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 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 analyzer/test/generated/element_test: Fail, OK # Uses dart:io. 197 analyzer/test/generated/element_test: Fail, OK # Uses dart:io.
198 analyzer/test/generated/element_test: Fail, OK # Uses dart:io. 198 analyzer/test/generated/element_test: Fail, OK # Uses dart:io.
199 analyzer/test/generated/parser_test: Fail, OK # Uses dart:io. 199 analyzer/test/generated/parser_test: Fail, OK # Uses dart:io.
200 analyzer/test/generated/resolver_test: Fail, OK # Uses dart:io. 200 analyzer/test/generated/resolver_test: Fail, OK # Uses dart:io.
201 analyzer/test/generated/resolver_test: Fail, OK # Uses dart:io. 201 analyzer/test/generated/resolver_test: Fail, OK # Uses dart:io.
202 analyzer/test/options_test: Fail, OK # Uses dart:io. 202 analyzer/test/options_test: Fail, OK # Uses dart:io.
203 analyzer/test/parse_compilation_unit_test: Fail, OK # Uses dart:io. 203 analyzer/test/parse_compilation_unit_test: Fail, OK # Uses dart:io.
204 analyzer/test/services/formatter_test: Fail, OK # Uses dart:io. 204 analyzer/test/services/formatter_test: Fail, OK # Uses dart:io.
205 barback/test/*: Fail, OK # Uses dart:io. 205 barback/test/*: Fail, OK # Uses dart:io.
206 code_transformers/test/*: Skip # Uses dart:io. 206 code_transformers/test/*: Skip # Uses dart:io.
207 http/test/client_test: Fail, OK # Uses dart:io. 207 http/test/io/*: Fail, OK # Uses dart:io.
Bob Nystrom 2014/05/01 18:30:12 Skip?
nweiz 2014/05/01 19:34:54 All the other tests use "Fail, OK" here. I don't u
Bob Nystrom 2014/05/01 19:52:14 Well, it's inconsistent with how you handle http/t
nweiz 2014/05/01 20:54:11 Done.
208 http/test/http_test: Fail, OK # Uses dart:io.
209 http/test/mock_client_test: Fail, OK # Uses dart:io.
210 http/test/multipart_test: Fail, OK # Uses dart:io.
211 http/test/request_test: Fail, OK # Uses dart:io.
212 http/test/response_test: Fail, OK # Uses dart:io.
213 http/test/streamed_request_test: Fail, OK # Uses dart:io.
214 http_parser/test/web_socket_test: Fail, OK # Uses dart:io 208 http_parser/test/web_socket_test: Fail, OK # Uses dart:io
215 http_server/test/*: Fail, OK # Uses dart:io. 209 http_server/test/*: Fail, OK # Uses dart:io.
216 intl/test/date_time_format_file_even_test: Fail, OK # Uses dart:io. 210 intl/test/date_time_format_file_even_test: Fail, OK # Uses dart:io.
217 intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io. 211 intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io.
218 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io. 212 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io.
219 intl/test/message_extraction/examples_parsing_test: Fail, OK # Users dart:io 213 intl/test/message_extraction/examples_parsing_test: Fail, OK # Users dart:io
220 intl/test/message_extraction/failed_extraction_test: Fail, OK # Users dart:io 214 intl/test/message_extraction/failed_extraction_test: Fail, OK # Users dart:io
221 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io. 215 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io.
222 intl/test/message_extraction/really_fail_extraction_test: Fail, OK # Users dart: io 216 intl/test/message_extraction/really_fail_extraction_test: Fail, OK # Users dart: io
223 oauth2/test/authorization_code_grant_test: Fail, OK # Uses dart:io. 217 oauth2/test/authorization_code_grant_test: Fail, OK # Uses dart:io.
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 300
307 [ $runtime == vm ] 301 [ $runtime == vm ]
308 # Skip tests on the VM if the package depends on dart:html 302 # Skip tests on the VM if the package depends on dart:html
309 custom_element: Skip 303 custom_element: Skip
310 template_binding: Skip 304 template_binding: Skip
311 mutation_observer: Skip 305 mutation_observer: Skip
312 polymer_expressions/test/syntax_test: Skip 306 polymer_expressions/test/syntax_test: Skip
313 polymer_expressions/test/globals_test: Skip 307 polymer_expressions/test/globals_test: Skip
314 polymer_expressions/test/bindings_test: Skip 308 polymer_expressions/test/bindings_test: Skip
315 third_party/html5lib/test/browser/browser_test: Skip 309 third_party/html5lib/test/browser/browser_test: Skip
310 http/test/html/*: Skip # Uses dart:html
316 311
317 [ $runtime == safari || $ie ] 312 [ $runtime == safari || $ie ]
318 polymer_expressions/test/globals_test: Fail # Issue 16568 313 polymer_expressions/test/globals_test: Fail # Issue 16568
319 polymer_expressions/test/bindings_test: Fail # Issue 16568 314 polymer_expressions/test/bindings_test: Fail # Issue 16568
320 315
321 [ $browser ] 316 [ $browser ]
322 docgen/test/*: Skip # Uses dart:io 317 docgen/test/*: Skip # Uses dart:io
323 scheduled_test/test/scheduled_server_test: Skip # Uses dart:io 318 scheduled_test/test/scheduled_server_test: Skip # Uses dart:io
324 319
325 [ $browser || $runtime == vm ] 320 [ $browser || $runtime == vm ]
(...skipping 21 matching lines...) Expand all
347 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. 342 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode.
348 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. 343 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode.
349 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 344 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152
350 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152 345 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152
351 346
352 [ $use_repository_packages ] 347 [ $use_repository_packages ]
353 analyzer/test/*: PubGetError 348 analyzer/test/*: PubGetError
354 349
355 [ $runtime == ie9 ] 350 [ $runtime == ie9 ]
356 polymer: Pass, Fail, Timeout # Issue 16717 351 polymer: Pass, Fail, Timeout # Issue 16717
352
353 [ $runtime == drt ]
354 http/test/html/client_test: Skip # Issue 18566
OLDNEW
« pkg/http/lib/src/io.dart ('K') | « pkg/http/test/utils.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698