You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TEST=pkg/vm_service/test/get_queued_microtasks_rpc_test
CoreLibraryReviewExempt: This CL does not include any core library API
changes, only VM Service implementation changes within
sdk/lib/vmservice/.
Change-Id: Ie5488f498e4d0f3d201e3f31423fd5029b74a726
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/425160
Commit-Queue: Derek Xu <[email protected]>
Reviewed-by: Ben Konyi <[email protected]>
Copy file name to clipboardExpand all lines: pkg/pkg.status
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -145,6 +145,7 @@ vm_service/test/get_allocation_traces_test: SkipByDesign # Debugger is disabled
145
145
vm_service/test/get_instances_as_*: SkipByDesign # Debugger is disabled in AOT mode
146
146
vm_service/test/get_instances_rpc_test: SkipByDesign # Debugger is disabled in AOT mode.
147
147
vm_service/test/get_object_rpc_test: SkipByDesign # Debugger is disabled in AOT mode.
148
+
vm_service/test/get_queued_microtasks_rpc_test: SkipByDesign # In AOT mode, the debugger is disabled, and there's no other way to pause the testee at a point when the microtask queue is non-empty.
148
149
vm_service/test/get_source_report_const_coverage_test: SkipByDesign # Debugger is disabled in AOT mode.
149
150
vm_service/test/get_source_report_test: SkipByDesign # Debugger is disabled in AOT mode.
150
151
vm_service/test/get_source_report_with_mixin_test: SkipByDesign # Debugger is disabled in AOT mode.
0 commit comments