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

Issue 1726773002: Refactor service tests in preparation of running on sky_shell (Closed)

Created:
4 years, 10 months ago by Cutch
Modified:
4 years, 10 months ago
Reviewers:
rmacnak
CC:
reviews_dartlang.org, turnidge, rmacnak, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Refactor service tests in preparation of running on sky_shell - Split service test common helper into separate file. - Make many tests easier to adapt to line number changes. - Refactor test launching in preparation of running these tests against sky_shell - Pass --testee-mode as an environment variable instead of of a command line flag because Flutter applications cannot receive command line arguments. BUG= R=rmacnak@google.com Committed: https://github.com/dart-lang/sdk/commit/7656cedf471a030a6d852d931cd453cd8851bd3b

Patch Set 1 #

Total comments: 10

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+650 lines, -522 lines) Patch
M runtime/observatory/lib/src/elements/heap_profile.dart View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/observatory/lib/src/elements/timeline_page.dart View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/observatory/tests/service/add_breakpoint_rpc_test.dart View 5 chunks +16 lines, -12 lines 0 comments Download
M runtime/observatory/tests/service/async_next_test.dart View 2 chunks +11 lines, -6 lines 0 comments Download
M runtime/observatory/tests/service/async_scope_test.dart View 2 chunks +10 lines, -6 lines 0 comments Download
M runtime/observatory/tests/service/break_on_function_test.dart View 2 chunks +6 lines, -3 lines 0 comments Download
M runtime/observatory/tests/service/capture_stdio_test.dart View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/observatory/tests/service/coverage_test.dart View 1 7 chunks +42 lines, -12 lines 0 comments Download
M runtime/observatory/tests/service/debugger_location_test.dart View 4 chunks +33 lines, -32 lines 0 comments Download
M runtime/observatory/tests/service/debugging_inlined_finally_test.dart View 4 chunks +26 lines, -15 lines 0 comments Download
M runtime/observatory/tests/service/developer_extension_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M runtime/observatory/tests/service/eval_test.dart View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/observatory/tests/service/evaluate_in_frame_rpc_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M runtime/observatory/tests/service/get_allocation_samples_test.dart View 2 chunks +2 lines, -3 lines 0 comments Download
M runtime/observatory/tests/service/get_source_report_test.dart View 2 chunks +4 lines, -3 lines 0 comments Download
M runtime/observatory/tests/service/get_stack_rpc_test.dart View 1 chunk +2 lines, -1 line 0 comments Download
M runtime/observatory/tests/service/isolate_lifecycle_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/observatory/tests/service/issue_25465_test.dart View 1 3 chunks +12 lines, -8 lines 0 comments Download
M runtime/observatory/tests/service/logging_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M runtime/observatory/tests/service/parameters_in_scope_at_entry_test.dart View 3 chunks +9 lines, -4 lines 0 comments Download
M runtime/observatory/tests/service/pause_on_unhandled_exceptions_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M runtime/observatory/tests/service/reachable_size_test.dart View 1 chunk +1 line, -0 lines 0 comments Download
A runtime/observatory/tests/service/service_test_common.dart View 1 chunk +236 lines, -0 lines 0 comments Download
M runtime/observatory/tests/service/smart_next_test.dart View 2 chunks +18 lines, -15 lines 0 comments Download
M runtime/observatory/tests/service/step_into_async_no_await_test.dart View 2 chunks +5 lines, -2 lines 0 comments Download
M runtime/observatory/tests/service/step_over_await_test.dart View 4 chunks +14 lines, -8 lines 0 comments Download
M runtime/observatory/tests/service/test_helper.dart View 1 6 chunks +191 lines, -381 lines 0 comments Download
M runtime/observatory/tests/service/vm_restart_test.dart View 3 chunks +3 lines, -2 lines 0 comments Download
M runtime/observatory/tests/service/vm_timeline_flags_test.dart View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 8 (4 generated)
Cutch
4 years, 10 months ago (2016-02-23 18:12:15 UTC) #4
rmacnak
lgtm w/c https://codereview.chromium.org/1726773002/diff/1/runtime/observatory/tests/service/coverage_test.dart File runtime/observatory/tests/service/coverage_test.dart (right): https://codereview.chromium.org/1726773002/diff/1/runtime/observatory/tests/service/coverage_test.dart#newcode20 runtime/observatory/tests/service/coverage_test.dart:20: if (value < 0) { // line ...
4 years, 10 months ago (2016-02-23 18:29:43 UTC) #5
Cutch
https://codereview.chromium.org/1726773002/diff/1/runtime/observatory/tests/service/coverage_test.dart File runtime/observatory/tests/service/coverage_test.dart (right): https://codereview.chromium.org/1726773002/diff/1/runtime/observatory/tests/service/coverage_test.dart#newcode20 runtime/observatory/tests/service/coverage_test.dart:20: if (value < 0) { On 2016/02/23 18:29:42, rmacnak ...
4 years, 10 months ago (2016-02-23 18:39:42 UTC) #6
Cutch
4 years, 10 months ago (2016-02-23 18:50:41 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
7656cedf471a030a6d852d931cd453cd8851bd3b (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698