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

Side by Side Diff: pkg/pkg.status

Issue 796933005: Remove pkg/glob from the repo. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove from status file as well. Created 6 years 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 | « pkg/glob/test/parse_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 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 analysis_server/test/*: Skip # Uses dart:io. 350 analysis_server/test/*: Skip # Uses dart:io.
351 analysis_server/tool/spec/check_all_test: Skip # Uses dart:io. 351 analysis_server/tool/spec/check_all_test: Skip # Uses dart:io.
352 analyzer2dart/*: Skip # Uses dart:io. 352 analyzer2dart/*: Skip # Uses dart:io.
353 analyzer/test/*: Skip # Uses dart:io. 353 analyzer/test/*: Skip # Uses dart:io.
354 barback/test/*: Fail, OK # Uses dart:io. 354 barback/test/*: Fail, OK # Uses dart:io.
355 code_transformers/test/assets_test: Skip # Uses dart:io 355 code_transformers/test/assets_test: Skip # Uses dart:io
356 code_transformers/test/entry_point_test: Skip # Uses dart:io 356 code_transformers/test/entry_point_test: Skip # Uses dart:io
357 code_transformers/test/resolver_test: Skip # Uses dart:io 357 code_transformers/test/resolver_test: Skip # Uses dart:io
358 code_transformers/test/unique_message_test: Skip # Uses dart:io 358 code_transformers/test/unique_message_test: Skip # Uses dart:io
359 code_transformers/test/remove_sourcemap_comment_test: Skip # Uses dart:io. 359 code_transformers/test/remove_sourcemap_comment_test: Skip # Uses dart:io.
360 glob/test/*: Fail, OK # Uses dart:io.
361 http/test/io/*: Fail, OK # Uses dart:io. 360 http/test/io/*: Fail, OK # Uses dart:io.
362 http_parser/test/web_socket_test: Fail, OK # Uses dart:io 361 http_parser/test/web_socket_test: Fail, OK # Uses dart:io
363 http_multi_server/test/http_multi_server_test: Skip # Uses dart:io 362 http_multi_server/test/http_multi_server_test: Skip # Uses dart:io
364 http_server/test/*: Fail, OK # Uses dart:io. 363 http_server/test/*: Fail, OK # Uses dart:io.
365 intl/test/date_time_format_file_even_test: Fail, OK # Uses dart:io. 364 intl/test/date_time_format_file_even_test: Fail, OK # Uses dart:io.
366 intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io. 365 intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io.
367 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io. 366 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io.
368 intl/test/message_extraction/examples_parsing_test: Fail, OK # Users dart:io 367 intl/test/message_extraction/examples_parsing_test: Fail, OK # Users dart:io
369 intl/test/message_extraction/failed_extraction_test: Fail, OK # Users dart:io 368 intl/test/message_extraction/failed_extraction_test: Fail, OK # Users dart:io
370 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io. 369 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io.
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. 497 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode.
499 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. 498 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode.
500 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 499 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152
501 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152 500 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152
502 501
503 [ $use_repository_packages ] 502 [ $use_repository_packages ]
504 analyzer/test/*: PubGetError 503 analyzer/test/*: PubGetError
505 504
506 [ $runtime == drt ] 505 [ $runtime == drt ]
507 http/test/html/client_test: Skip # Issue 18566 506 http/test/html/client_test: Skip # Issue 18566
OLDNEW
« no previous file with comments | « pkg/glob/test/parse_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698