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

Side by Side Diff: pkg/pkg.status

Issue 549633002: Add support for listing to the glob package. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review changes Created 6 years, 2 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 | « pkg/glob/test/match_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 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 analysis_server/test/*: Skip # Uses dart:io. 327 analysis_server/test/*: Skip # Uses dart:io.
328 analysis_server/tool/spec/check_all_test: Skip # Uses dart:io. 328 analysis_server/tool/spec/check_all_test: Skip # Uses dart:io.
329 analyzer2dart/*: Skip # Uses dart:io. 329 analyzer2dart/*: Skip # Uses dart:io.
330 analyzer/test/*: Skip # Uses dart:io. 330 analyzer/test/*: Skip # Uses dart:io.
331 barback/test/*: Fail, OK # Uses dart:io. 331 barback/test/*: Fail, OK # Uses dart:io.
332 code_transformers/test/assets_test: Skip # Uses dart:io 332 code_transformers/test/assets_test: Skip # Uses dart:io
333 code_transformers/test/entry_point_test: Skip # Uses dart:io 333 code_transformers/test/entry_point_test: Skip # Uses dart:io
334 code_transformers/test/resolver_test: Skip # Uses dart:io 334 code_transformers/test/resolver_test: Skip # Uses dart:io
335 code_transformers/test/unique_message_test: Skip # Uses dart:io 335 code_transformers/test/unique_message_test: Skip # Uses dart:io
336 code_transformers/test/remove_sourcemap_comment_test: Skip # Uses dart:io. 336 code_transformers/test/remove_sourcemap_comment_test: Skip # Uses dart:io.
337 glob/test/*: Fail, OK # Uses dart:io.
337 http/test/io/*: Fail, OK # Uses dart:io. 338 http/test/io/*: Fail, OK # Uses dart:io.
338 http_parser/test/web_socket_test: Fail, OK # Uses dart:io 339 http_parser/test/web_socket_test: Fail, OK # Uses dart:io
339 http_multi_server/test/http_multi_server_test: Skip # Uses dart:io 340 http_multi_server/test/http_multi_server_test: Skip # Uses dart:io
340 http_server/test/*: Fail, OK # Uses dart:io. 341 http_server/test/*: Fail, OK # Uses dart:io.
341 intl/test/date_time_format_file_even_test: Fail, OK # Uses dart:io. 342 intl/test/date_time_format_file_even_test: Fail, OK # Uses dart:io.
342 intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io. 343 intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io.
343 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io. 344 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io.
344 intl/test/message_extraction/examples_parsing_test: Fail, OK # Users dart:io 345 intl/test/message_extraction/examples_parsing_test: Fail, OK # Users dart:io
345 intl/test/message_extraction/failed_extraction_test: Fail, OK # Users dart:io 346 intl/test/message_extraction/failed_extraction_test: Fail, OK # Users dart:io
346 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io. 347 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io.
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152 478 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152
478 479
479 [ $use_repository_packages ] 480 [ $use_repository_packages ]
480 analyzer/test/*: PubGetError 481 analyzer/test/*: PubGetError
481 482
482 [ $runtime == drt ] 483 [ $runtime == drt ]
483 http/test/html/client_test: Skip # Issue 18566 484 http/test/html/client_test: Skip # Issue 18566
484 485
485 [ $system == windows ] 486 [ $system == windows ]
486 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is sue 20436 487 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is sue 20436
OLDNEW
« no previous file with comments | « pkg/glob/test/match_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698