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

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

Issue 495533003: Remove obsolete http_base package (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 3 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 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 [ $browser ] 308 [ $browser ]
309 analysis_server/test/*: Skip # Uses dart:io. 309 analysis_server/test/*: Skip # Uses dart:io.
310 analysis_server/tool/spec/check_all_test: Skip # Uses dart:io. 310 analysis_server/tool/spec/check_all_test: Skip # Uses dart:io.
311 analyzer/test/*: Skip # Uses dart:io. 311 analyzer/test/*: Skip # Uses dart:io.
312 barback/test/*: Fail, OK # Uses dart:io. 312 barback/test/*: Fail, OK # Uses dart:io.
313 code_transformers/test/*: Skip # Uses dart:io. 313 code_transformers/test/*: Skip # Uses dart:io.
314 http/test/io/*: Fail, OK # Uses dart:io. 314 http/test/io/*: Fail, OK # Uses dart:io.
315 http_parser/test/web_socket_test: Fail, OK # Uses dart:io 315 http_parser/test/web_socket_test: Fail, OK # Uses dart:io
316 http_multi_server/test/http_multi_server_test: Skip # Uses dart:io 316 http_multi_server/test/http_multi_server_test: Skip # Uses dart:io
317 http_server/test/*: Fail, OK # Uses dart:io. 317 http_server/test/*: Fail, OK # Uses dart:io.
318 http_base/test/http_base_io_test: SkipByDesign # Uses dart:io.
319 intl/test/date_time_format_file_even_test: Fail, OK # Uses dart:io. 318 intl/test/date_time_format_file_even_test: Fail, OK # Uses dart:io.
320 intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io. 319 intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io.
321 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io. 320 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io.
322 intl/test/message_extraction/examples_parsing_test: Fail, OK # Users dart:io 321 intl/test/message_extraction/examples_parsing_test: Fail, OK # Users dart:io
323 intl/test/message_extraction/failed_extraction_test: Fail, OK # Users dart:io 322 intl/test/message_extraction/failed_extraction_test: Fail, OK # Users dart:io
324 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io. 323 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io.
325 intl/test/message_extraction/message_extraction_no_deferred_test: Fail, OK # Use s dart:io. 324 intl/test/message_extraction/message_extraction_no_deferred_test: Fail, OK # Use s dart:io.
326 intl/test/message_extraction/really_fail_extraction_test: Fail, OK # Users dart: io 325 intl/test/message_extraction/really_fail_extraction_test: Fail, OK # Users dart: io
327 observe/test/transformer_test: Fail, OK # Uses dart:io. 326 observe/test/transformer_test: Fail, OK # Uses dart:io.
328 path/test/io_test: Fail, OK # Uses dart:io. 327 path/test/io_test: Fail, OK # Uses dart:io.
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 [ $runtime == vm ] 412 [ $runtime == vm ]
414 # Skip tests on the VM if the package depends on dart:html 413 # Skip tests on the VM if the package depends on dart:html
415 custom_element: Skip 414 custom_element: Skip
416 template_binding: Skip 415 template_binding: Skip
417 mutation_observer: Skip 416 mutation_observer: Skip
418 polymer_expressions/test/syntax_test: Skip 417 polymer_expressions/test/syntax_test: Skip
419 polymer_expressions/test/globals_test: Skip 418 polymer_expressions/test/globals_test: Skip
420 polymer_expressions/test/bindings_test: Skip 419 polymer_expressions/test/bindings_test: Skip
421 third_party/html5lib/test/browser/browser_test: Skip 420 third_party/html5lib/test/browser/browser_test: Skip
422 http/test/html/*: Skip 421 http/test/html/*: Skip
423 http_base/test/http_base_html_test: SkipByDesign # Uses dart:html.
424 422
425 [ $browser ] 423 [ $browser ]
426 docgen/test/*: Skip # Uses dart:io 424 docgen/test/*: Skip # Uses dart:io
427 scheduled_test/test/scheduled_server_test: Skip # Uses dart:io 425 scheduled_test/test/scheduled_server_test: Skip # Uses dart:io
428 426
429 [ $browser || $runtime == vm ] 427 [ $browser || $runtime == vm ]
430 unittest/test/missing_tick_test: Fail, OK # Expected to fail, due to timeout. 428 unittest/test/missing_tick_test: Fail, OK # Expected to fail, due to timeout.
431 429
432 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 430 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
433 third_party/angular_tests/vm_test: StaticWarning # Uses removed APIs. See issue 18733. 431 third_party/angular_tests/vm_test: StaticWarning # Uses removed APIs. See issue 18733.
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 oauth2/test/client_test: Fail 468 oauth2/test/client_test: Fail
471 oauth2/test/credentials_test: Fail 469 oauth2/test/credentials_test: Fail
472 oauth2/test/handle_access_token_response_test: Fail 470 oauth2/test/handle_access_token_response_test: Fail
473 471
474 [ $runtime == drt ] 472 [ $runtime == drt ]
475 http/test/html/client_test: Skip # Issue 18566 473 http/test/html/client_test: Skip # Issue 18566
476 474
477 [ $system == windows ] 475 [ $system == windows ]
478 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is sue 20436 476 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is sue 20436
479 analysis_server/test/integration/analysis/update_content_test: Skip # Times out flakily. Issue 20575. 477 analysis_server/test/integration/analysis/update_content_test: Skip # Times out flakily. Issue 20575.
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