|
|
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
Total comments: 10
|
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
|
Total messages: 8 (4 generated)
|