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

Side by Side Diff: dart/pkg/pkg.status

Issue 445933004: Add implementations for Headers, Request, Response and dart:io/dart:html clients to http_base (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Addressed comments Created 6 years, 4 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 | « dart/pkg/http_base/test/http_base_test.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 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 [ $browser ] 299 [ $browser ]
300 analysis_server/test/*: Skip # Uses dart:io. 300 analysis_server/test/*: Skip # Uses dart:io.
301 analysis_services/test/*: Skip # Uses dart:io. 301 analysis_services/test/*: Skip # Uses dart:io.
302 analyzer/test/*: Skip # Uses dart:io. 302 analyzer/test/*: Skip # Uses dart:io.
303 barback/test/*: Fail, OK # Uses dart:io. 303 barback/test/*: Fail, OK # Uses dart:io.
304 code_transformers/test/*: Skip # Uses dart:io. 304 code_transformers/test/*: Skip # Uses dart:io.
305 http/test/io/*: Fail, OK # Uses dart:io. 305 http/test/io/*: Fail, OK # Uses dart:io.
306 http_parser/test/web_socket_test: Fail, OK # Uses dart:io 306 http_parser/test/web_socket_test: Fail, OK # Uses dart:io
307 http_multi_server/test/http_multi_server_test: Skip # Uses dart:io 307 http_multi_server/test/http_multi_server_test: Skip # Uses dart:io
308 http_server/test/*: Fail, OK # Uses dart:io. 308 http_server/test/*: Fail, OK # Uses dart:io.
309 http_base/test/http_base_io_test: SkipByDesign # Uses dart:io.
309 intl/test/date_time_format_file_even_test: Fail, OK # Uses dart:io. 310 intl/test/date_time_format_file_even_test: Fail, OK # Uses dart:io.
310 intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io. 311 intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io.
311 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io. 312 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io.
312 intl/test/message_extraction/examples_parsing_test: Fail, OK # Users dart:io 313 intl/test/message_extraction/examples_parsing_test: Fail, OK # Users dart:io
313 intl/test/message_extraction/failed_extraction_test: Fail, OK # Users dart:io 314 intl/test/message_extraction/failed_extraction_test: Fail, OK # Users dart:io
314 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io. 315 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io.
315 intl/test/message_extraction/message_extraction_no_deferred_test: Fail, OK # Use s dart:io. 316 intl/test/message_extraction/message_extraction_no_deferred_test: Fail, OK # Use s dart:io.
316 intl/test/message_extraction/really_fail_extraction_test: Fail, OK # Users dart: io 317 intl/test/message_extraction/really_fail_extraction_test: Fail, OK # Users dart: io
317 observe/test/transformer_test: Fail, OK # Uses dart:io. 318 observe/test/transformer_test: Fail, OK # Uses dart:io.
318 path/test/io_test: Fail, OK # Uses dart:io. 319 path/test/io_test: Fail, OK # Uses dart:io.
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 [ $runtime == vm ] 402 [ $runtime == vm ]
402 # Skip tests on the VM if the package depends on dart:html 403 # Skip tests on the VM if the package depends on dart:html
403 custom_element: Skip 404 custom_element: Skip
404 template_binding: Skip 405 template_binding: Skip
405 mutation_observer: Skip 406 mutation_observer: Skip
406 polymer_expressions/test/syntax_test: Skip 407 polymer_expressions/test/syntax_test: Skip
407 polymer_expressions/test/globals_test: Skip 408 polymer_expressions/test/globals_test: Skip
408 polymer_expressions/test/bindings_test: Skip 409 polymer_expressions/test/bindings_test: Skip
409 third_party/html5lib/test/browser/browser_test: Skip 410 third_party/html5lib/test/browser/browser_test: Skip
410 http/test/html/*: Skip 411 http/test/html/*: Skip
412 http_base/test/http_base_html_test: SkipByDesign # Uses dart:html.
411 413
412 [ $browser ] 414 [ $browser ]
413 docgen/test/*: Skip # Uses dart:io 415 docgen/test/*: Skip # Uses dart:io
414 scheduled_test/test/scheduled_server_test: Skip # Uses dart:io 416 scheduled_test/test/scheduled_server_test: Skip # Uses dart:io
415 417
416 [ $browser || $runtime == vm ] 418 [ $browser || $runtime == vm ]
417 unittest/test/missing_tick_test: Fail, OK # Expected to fail, due to timeout. 419 unittest/test/missing_tick_test: Fail, OK # Expected to fail, due to timeout.
418 420
419 421
420 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] 422 [ $compiler == none && ($runtime == dartium || $runtime == drt) ]
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
463 oauth2/test/handle_access_token_response_test: Fail 465 oauth2/test/handle_access_token_response_test: Fail
464 466
465 [ $runtime == drt ] 467 [ $runtime == drt ]
466 http/test/html/client_test: Skip # Issue 18566 468 http/test/html/client_test: Skip # Issue 18566
467 469
468 [ $system == windows ] 470 [ $system == windows ]
469 analysis_server/test/integration: Skip # Issue 20252 471 analysis_server/test/integration: Skip # Issue 20252
470 472
471 [ $mode == debug ] 473 [ $mode == debug ]
472 analysis_server/test/integration/analysis_domain_int_test: Slow, Pass 474 analysis_server/test/integration/analysis_domain_int_test: Slow, Pass
OLDNEW
« no previous file with comments | « dart/pkg/http_base/test/http_base_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698