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

Side by Side Diff: runtime/observatory/tests/service/service_kernel.status

Issue 2777093006: Implement debugger support for async step-out (Closed)
Patch Set: rmacnak review Created 3 years, 8 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
« no previous file with comments | « runtime/observatory/tests/service/async_step_out_test.dart ('k') | runtime/vm/debugger.h » ('j') | 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) 2017, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2017, 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 [ $compiler == dartkp ] 5 [ $compiler == dartkp ]
6 *: Skip # Non-kernel also skips precompiled mode. 6 *: Skip # Non-kernel also skips precompiled mode.
7 7
8 [ $compiler == dartk ] 8 [ $compiler == dartk ]
9 ### 9 ###
10 ### Kernel works slightly different. There are kernel specific versions. 10 ### Kernel works slightly different. There are kernel specific versions.
(...skipping 20 matching lines...) Expand all
31 ### 31 ###
32 *_reload_*: Skip # no reload support for now 32 *_reload_*: Skip # no reload support for now
33 eval_internal_class_test: Skip # no evaluation test for now 33 eval_internal_class_test: Skip # no evaluation test for now
34 evaluate_*: Skip # no evaluation test for now 34 evaluate_*: Skip # no evaluation test for now
35 35
36 ### 36 ###
37 ### Async debugging 37 ### Async debugging
38 ### 38 ###
39 async_single_step_into_test: RuntimeError # Issue 29158 39 async_single_step_into_test: RuntimeError # Issue 29158
40 async_star_single_step_into_test: RuntimeError # Issue 29158 40 async_star_single_step_into_test: RuntimeError # Issue 29158
41 async_step_out_test: RuntimeError # Issue 29158
42 async_star_step_out_test: RuntimeError # Issue 29158
41 43
42 ### 44 ###
43 ### These tests currently crash the VM 45 ### These tests currently crash the VM
44 ### 46 ###
45 capture_stdio_test: Crash 47 capture_stdio_test: Crash
46 address_mapper_test: Crash 48 address_mapper_test: Crash
47 vm_restart_test: Crash 49 vm_restart_test: Crash
48 50
49 ### 51 ###
50 ### --pause-isolates-on-unhandled-exceptions doesn't currently work. Issue #2905 6 52 ### --pause-isolates-on-unhandled-exceptions doesn't currently work. Issue #2905 6
51 ### 53 ###
52 pause_on_unhandled_async_exceptions2_test: RuntimeError 54 pause_on_unhandled_async_exceptions2_test: RuntimeError
53 pause_on_unhandled_async_exceptions_test: RuntimeError 55 pause_on_unhandled_async_exceptions_test: RuntimeError
54 56
55 ### 57 ###
56 ### Uncategorized. 58 ### Uncategorized.
57 ### 59 ###
58 object_graph_vm_test: RuntimeError 60 object_graph_vm_test: RuntimeError
59 61
60 # Inherited from service.status 62 # Inherited from service.status
61 isolate_lifecycle_test: Pass, RuntimeError 63 isolate_lifecycle_test: Pass, RuntimeError
OLDNEW
« no previous file with comments | « runtime/observatory/tests/service/async_step_out_test.dart ('k') | runtime/vm/debugger.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698