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

Issue 164773003: Change ScheduledProcess's output streams over to be ScheduledStreams. (Closed)

Created:
6 years, 10 months ago by nweiz
Modified:
6 years, 10 months ago
Reviewers:
Bob Nystrom
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Change ScheduledProcess's output streams over to be ScheduledStreams. This will help test "pub serve" with multiple entrypoints. R=rnystrom@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=32770

Patch Set 1 #

Patch Set 2 : update pubspecs #

Total comments: 42

Patch Set 3 : code review #

Patch Set 4 : code review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+279 lines, -415 lines) Patch
M pkg/barback/pubspec.yaml View 1 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/scheduled_test/lib/scheduled_process.dart View 1 2 6 chunks +8 lines, -37 lines 0 comments Download
M pkg/scheduled_test/lib/src/stream_matcher.dart View 2 chunks +40 lines, -0 lines 0 comments Download
M pkg/scheduled_test/pubspec.yaml View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M pkg/scheduled_test/test/scheduled_process_test.dart View 1 2 5 chunks +23 lines, -161 lines 0 comments Download
M pkg/scheduled_test/test/scheduled_stream/stream_matcher_test.dart View 1 chunk +23 lines, -0 lines 0 comments Download
M pkg/watcher/pubspec.yaml View 1 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/pub/test/hosted/version_negotiation_test.dart View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M sdk/lib/_internal/pub/test/lish/archives_and_uploads_a_package_test.dart View 1 chunk +2 lines, -4 lines 0 comments Download
M sdk/lib/_internal/pub/test/lish/cloud_storage_upload_doesnt_redirect_test.dart View 1 chunk +1 line, -2 lines 0 comments Download
M sdk/lib/_internal/pub/test/lish/cloud_storage_upload_provides_an_error_test.dart View 1 chunk +1 line, -2 lines 0 comments Download
M sdk/lib/_internal/pub/test/lish/force_does_not_publish_if_there_are_errors_test.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M sdk/lib/_internal/pub/test/lish/force_publishes_if_tests_are_no_warnings_or_errors_test.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M sdk/lib/_internal/pub/test/lish/force_publishes_if_there_are_warnings_test.dart View 1 2 3 2 chunks +8 lines, -7 lines 0 comments Download
M sdk/lib/_internal/pub/test/lish/package_creation_provides_a_malformed_error_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M sdk/lib/_internal/pub/test/lish/package_creation_provides_a_malformed_success_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M sdk/lib/_internal/pub/test/lish/package_creation_provides_an_error_test.dart View 1 chunk +1 line, -2 lines 0 comments Download
M sdk/lib/_internal/pub/test/lish/package_creation_provides_invalid_json_test.dart View 1 2 3 1 chunk +3 lines, -2 lines 0 comments Download
M sdk/lib/_internal/pub/test/lish/package_validation_has_a_warning_and_continues_test.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M sdk/lib/_internal/pub/test/lish/package_validation_has_a_warning_and_is_canceled_test.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M sdk/lib/_internal/pub/test/lish/package_validation_has_an_error_test.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M sdk/lib/_internal/pub/test/lish/preview_package_validation_has_a_warning_test.dart View 1 2 3 2 chunks +8 lines, -5 lines 0 comments Download
M sdk/lib/_internal/pub/test/lish/preview_package_validation_has_no_warnings_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M sdk/lib/_internal/pub/test/lish/upload_form_fields_has_a_non_string_value_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M sdk/lib/_internal/pub/test/lish/upload_form_fields_is_not_a_map_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M sdk/lib/_internal/pub/test/lish/upload_form_is_missing_fields_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M sdk/lib/_internal/pub/test/lish/upload_form_is_missing_url_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M sdk/lib/_internal/pub/test/lish/upload_form_provides_an_error_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/pub/test/lish/upload_form_provides_invalid_json_test.dart View 1 2 3 1 chunk +3 lines, -2 lines 0 comments Download
M sdk/lib/_internal/pub/test/lish/upload_form_url_is_not_a_string_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M sdk/lib/_internal/pub/test/oauth2/utils.dart View 1 chunk +18 lines, -16 lines 0 comments Download
M sdk/lib/_internal/pub/test/oauth2/with_a_server_rejected_refresh_token_authenticates_again_test.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/pub/test/oauth2/with_an_expired_credentials_without_a_refresh_token_authenticates_again_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M sdk/lib/_internal/pub/test/oauth2/with_server_rejected_credentials_authenticates_again_test.dart View 1 chunk +2 lines, -6 lines 0 comments Download
M sdk/lib/_internal/pub/test/pub_uploader_test.dart View 1 2 3 7 chunks +11 lines, -9 lines 0 comments Download
M sdk/lib/_internal/pub/test/real_version_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/pub/test/serve/gets_first_if_dependency_is_not_installed_test.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/pub/test/serve/gets_first_if_transitive_dependency_is_not_installed_test.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/pub/test/serve/utils.dart View 1 2 4 chunks +7 lines, -33 lines 0 comments Download
M sdk/lib/_internal/pub/test/serve/warns_on_assets_paths_test.dart View 7 chunks +8 lines, -11 lines 0 comments Download
M sdk/lib/_internal/pub/test/test_pub.dart View 1 2 3 6 chunks +22 lines, -18 lines 0 comments Download
M sdk/lib/_internal/pub/test/transformer/dart2js/does_not_compile_until_its_output_is_requested_test.dart View 1 2 3 1 chunk +5 lines, -8 lines 0 comments Download
M sdk/lib/_internal/pub/test/transformer/dart2js/does_not_support_invalid_command_line_options_type_test.dart View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M sdk/lib/_internal/pub/test/transformer/dart2js/does_not_support_invalid_environment_type_test.dart View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M sdk/lib/_internal/pub/test/transformer/dart2js/does_not_support_invalid_option_test.dart View 1 chunk +1 line, -2 lines 0 comments Download
M sdk/lib/_internal/pub/test/transformer/dart2js/doesnt_support_invalid_type_for_boolean_option_test.dart View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M sdk/lib/_internal/pub/test/transformer/detects_a_transformer_cycle_test.dart View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M sdk/lib/_internal/pub/test/transformer/detects_an_ordering_dependency_cycle_test.dart View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M sdk/lib/_internal/pub/test/transformer/fails_to_load_a_file_that_defines_no_transforms_test.dart View 2 chunks +4 lines, -5 lines 0 comments Download
M sdk/lib/_internal/pub/test/transformer/fails_to_load_a_non_existent_transform_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M sdk/lib/_internal/pub/test/transformer/fails_to_load_a_pubspec_with_reserved_transformer_test.dart View 1 2 3 1 chunk +4 lines, -5 lines 0 comments Download
M sdk/lib/_internal/pub/test/transformer/fails_to_load_a_transform_from_a_non_dependency_test.dart View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M sdk/lib/_internal/pub/test/transformer/fails_to_load_a_transform_with_a_syntax_error_test.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M sdk/lib/_internal/pub/test/transformer/fails_to_load_a_transform_with_an_import_error_test.dart View 1 chunk +1 line, -2 lines 0 comments Download
M sdk/lib/_internal/pub/test/transformer/fails_to_load_an_unconfigurable_transformer_when_config_is_passed_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M sdk/lib/_internal/pub/test/transformer/prints_a_transform_error_in_apply_test.dart View 1 2 3 1 chunk +3 lines, -4 lines 0 comments Download
M sdk/lib/_internal/pub/test/transformer/prints_a_transform_interface_error_test.dart View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
nweiz
6 years, 10 months ago (2014-02-13 23:06:24 UTC) #1
Bob Nystrom
This is a really nice improvement. https://codereview.chromium.org/164773003/diff/30001/pkg/scheduled_test/lib/scheduled_process.dart File pkg/scheduled_test/lib/scheduled_process.dart (right): https://codereview.chromium.org/164773003/diff/30001/pkg/scheduled_test/lib/scheduled_process.dart#newcode265 pkg/scheduled_test/lib/scheduled_process.dart:265: /// [remainingStdout], and ...
6 years, 10 months ago (2014-02-14 17:55:02 UTC) #2
nweiz
https://codereview.chromium.org/164773003/diff/30001/pkg/scheduled_test/lib/scheduled_process.dart File pkg/scheduled_test/lib/scheduled_process.dart (right): https://codereview.chromium.org/164773003/diff/30001/pkg/scheduled_test/lib/scheduled_process.dart#newcode265 pkg/scheduled_test/lib/scheduled_process.dart:265: /// [remainingStdout], and [remainingStderr]. On 2014/02/14 17:55:02, Bob Nystrom ...
6 years, 10 months ago (2014-02-18 22:01:10 UTC) #3
Bob Nystrom
https://codereview.chromium.org/164773003/diff/30001/sdk/lib/_internal/pub/test/lish/preview_package_validation_has_a_warning_test.dart File sdk/lib/_internal/pub/test/lish/preview_package_validation_has_a_warning_test.dart (right): https://codereview.chromium.org/164773003/diff/30001/sdk/lib/_internal/pub/test/lish/preview_package_validation_has_a_warning_test.dart#newcode31 sdk/lib/_internal/pub/test/lish/preview_package_validation_has_a_warning_test.dart:31: '\n' On 2014/02/18 22:01:10, nweiz wrote: > On 2014/02/14 ...
6 years, 10 months ago (2014-02-18 22:12:59 UTC) #4
nweiz
https://codereview.chromium.org/164773003/diff/30001/sdk/lib/_internal/pub/test/lish/preview_package_validation_has_a_warning_test.dart File sdk/lib/_internal/pub/test/lish/preview_package_validation_has_a_warning_test.dart (right): https://codereview.chromium.org/164773003/diff/30001/sdk/lib/_internal/pub/test/lish/preview_package_validation_has_a_warning_test.dart#newcode31 sdk/lib/_internal/pub/test/lish/preview_package_validation_has_a_warning_test.dart:31: '\n' On 2014/02/18 22:12:59, Bob Nystrom wrote: > On ...
6 years, 10 months ago (2014-02-18 22:28:01 UTC) #5
Bob Nystrom
LGTM! https://codereview.chromium.org/164773003/diff/30001/sdk/lib/_internal/pub/test/lish/preview_package_validation_has_a_warning_test.dart File sdk/lib/_internal/pub/test/lish/preview_package_validation_has_a_warning_test.dart (right): https://codereview.chromium.org/164773003/diff/30001/sdk/lib/_internal/pub/test/lish/preview_package_validation_has_a_warning_test.dart#newcode31 sdk/lib/_internal/pub/test/lish/preview_package_validation_has_a_warning_test.dart:31: '\n' On 2014/02/18 22:28:02, nweiz wrote: > On ...
6 years, 10 months ago (2014-02-18 22:48:22 UTC) #6
nweiz
6 years, 10 months ago (2014-02-18 22:57:20 UTC) #7
Message was sent while issue was closed.
Committed patchset #4 manually as r32770 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698