|
|
Kernel debugging; service tests
- Offsets on more stuff
- Status file for kernel
-> Testing with (before fasta)
```
python tools/test.py -mrelease -cdartk --no-tree-shake --no-dfe service
```
now shows everything as passing.
Reload stuff, and evaluation stuff (e.g.) has been disabled though.
- Lots of new service tests that tests what positions we stop at when
saying next.
As fasta has now landed debugging does not currently work, but this is still needed in order to both test better and allow for proper kernel debugging support.
R=hausner@google.com, kmillikin@google.com
Committed: https://github.com/dart-lang/sdk/commit/9837563cd18e624761cd1521c4b1b3f755368a0f
Total comments: 99
Total comments: 4
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1385 lines, -91 lines) |
Patch |
 |
M |
pkg/kernel/binary.md
|
View
|
1
2
3
4
5
6
|
6 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
pkg/kernel/lib/analyzer/ast_from_analyzer.dart
|
View
|
1
2
3
4
5
6
|
11 chunks |
+35 lines, -11 lines |
0 comments
|
Download
|
 |
M |
pkg/kernel/lib/ast.dart
|
View
|
1
2
3
4
5
6
|
2 chunks |
+11 lines, -3 lines |
0 comments
|
Download
|
 |
M |
pkg/kernel/lib/binary/ast_from_binary.dart
|
View
|
1
2
3
4
5
6
|
5 chunks |
+18 lines, -7 lines |
0 comments
|
Download
|
 |
M |
pkg/kernel/lib/binary/ast_to_binary.dart
|
View
|
1
2
3
4
5
6
|
6 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
pkg/kernel/lib/transformations/continuation.dart
|
View
|
1
2
3
4
5
6
|
1 chunk |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
A |
runtime/observatory/tests/service/add_breakpoint_rpc_kernel_test.dart
|
View
|
1
2
3
|
1 chunk |
+137 lines, -0 lines |
0 comments
|
Download
|
 |
A |
runtime/observatory/tests/service/field_script_other.dart
|
View
|
1
2
3
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
A |
runtime/observatory/tests/service/field_script_test.dart
|
View
|
1
2
3
|
1 chunk |
+42 lines, -0 lines |
0 comments
|
Download
|
 |
A |
runtime/observatory/tests/service/next_through_assign_call_test.dart
|
View
|
1
2
3
4
|
1 chunk |
+61 lines, -0 lines |
0 comments
|
Download
|
 |
A |
runtime/observatory/tests/service/next_through_assign_int_test.dart
|
View
|
1
2
3
4
|
1 chunk |
+57 lines, -0 lines |
0 comments
|
Download
|
 |
A |
runtime/observatory/tests/service/next_through_call_on_field_in_class_test.dart
|
View
|
1
2
3
4
5
|
1 chunk |
+47 lines, -0 lines |
0 comments
|
Download
|
 |
A |
runtime/observatory/tests/service/next_through_call_on_field_test.dart
|
View
|
1
2
3
4
5
|
1 chunk |
+42 lines, -0 lines |
0 comments
|
Download
|
 |
A |
runtime/observatory/tests/service/next_through_call_on_static_field_in_class_test.dart
|
View
|
1
2
3
4
5
|
1 chunk |
+44 lines, -0 lines |
0 comments
|
Download
|
 |
A |
runtime/observatory/tests/service/next_through_catch_test.dart
|
View
|
1
2
3
4
|
1 chunk |
+49 lines, -0 lines |
0 comments
|
Download
|
 |
A |
runtime/observatory/tests/service/next_through_closure_test.dart
|
View
|
1
2
3
4
|
1 chunk |
+40 lines, -0 lines |
0 comments
|
Download
|
 |
A |
runtime/observatory/tests/service/next_through_create_list_and_map_test.dart
|
View
|
1
2
3
4
|
1 chunk |
+91 lines, -0 lines |
0 comments
|
Download
|
 |
A |
runtime/observatory/tests/service/next_through_for_each_loop_test.dart
|
View
|
1
2
3
4
|
1 chunk |
+62 lines, -0 lines |
0 comments
|
Download
|
 |
A |
runtime/observatory/tests/service/next_through_for_loop_with_break_and_continue_test.dart
|
View
|
1
2
3
4
|
1 chunk |
+74 lines, -0 lines |
0 comments
|
Download
|
 |
A |
runtime/observatory/tests/service/next_through_function_expression_test.dart
|
View
|
1
2
3
4
|
1 chunk |
+40 lines, -0 lines |
0 comments
|
Download
|
 |
A |
runtime/observatory/tests/service/next_through_is_and_as_test.dart
|
View
|
1
2
3
4
|
1 chunk |
+66 lines, -0 lines |
0 comments
|
Download
|
 |
A |
runtime/observatory/tests/service/next_through_new_test.dart
|
View
|
1
2
3
4
|
1 chunk |
+37 lines, -0 lines |
0 comments
|
Download
|
 |
A |
runtime/observatory/tests/service/next_through_simple_async_test.dart
|
View
|
1
2
3
4
|
1 chunk |
+51 lines, -0 lines |
0 comments
|
Download
|
 |
A |
runtime/observatory/tests/service/next_through_simple_async_with_returns_test.dart
|
View
|
1
2
3
4
|
1 chunk |
+47 lines, -0 lines |
0 comments
|
Download
|
 |
A |
runtime/observatory/tests/service/next_through_simple_linear_2_test.dart
|
View
|
1
2
3
4
|
1 chunk |
+42 lines, -0 lines |
0 comments
|
Download
|
 |
A |
runtime/observatory/tests/service/next_through_simple_linear_test.dart
|
View
|
1
2
3
4
|
1 chunk |
+35 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/observatory/tests/service/service.status
|
View
|
1
2
3
4
5
6
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A |
runtime/observatory/tests/service/service_kernel.status
|
View
|
1
2
3
4
5
6
|
1 chunk |
+36 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/observatory/tests/service/service_test_common.dart
|
View
|
1
2
3
4
5
6
|
1 chunk |
+42 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/observatory/tests/service/step_test.dart
|
View
|
1
2
3
4
|
1 chunk |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
runtime/vm/kernel.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
runtime/vm/kernel_binary.cc
|
View
|
1
2
3
4
5
6
|
6 chunks |
+8 lines, -1 line |
0 comments
|
Download
|
 |
M |
runtime/vm/kernel_to_il.h
|
View
|
1
2
3
4
|
4 chunks |
+8 lines, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/kernel_to_il.cc
|
View
|
1
2
3
4
5
6
|
32 chunks |
+106 lines, -57 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/object.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+11 lines, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/scanner.h
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
Total messages: 22 (7 generated)
|