Skip to content

Commit 3ffd659

Browse files
a-sivaCommit Queue
authored andcommitted
[vm_service] Added new tests to the skip list on all hosts
The new resident frontend server tests were flaking on Windows bots causing lots of hanging processes which needed cleanup. This CL skips these tests on Windows until the cause of flakiness is found and fixed. See issue #59909 TEST=ci Change-Id: Id2fb4b4022bcd04e39c407185818888154e348b5 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/404520 Commit-Queue: Siva Annamalai <[email protected]> Reviewed-by: Alexander Aprelev <[email protected]>
1 parent 86c3959 commit 3ffd659

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pkg/pkg.status

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,15 @@ vm/test/kernel_front_end_test: Slow, Pass
6767
vm/test/transformations/ffi_test: Slow, Pass # https://github.com/dart-lang/sdk/issues/54950
6868
vm/test/transformations/type_flow/transformer_test: Slow, Pass
6969
vm/testcases/*: SkipByDesign # These are not tests but input for tests.
70+
vm_service/test/breakpoint_resolution_after_reloading_with_resident_compiler_test: Skip # issue 59909
7071
vm_service/test/cpu_samples_stream_test: Slow, Pass # Requires CPU sample buffer to fill.
72+
vm_service/test/eval_with_resident_compiler_test: Skip # issue 59909
73+
vm_service/test/evaluate_in_frame_rpc_with_resident_compiler_test: Skip # issue 59909
74+
vm_service/test/evaluate_in_frame_with_scope_with_resident_compiler_test: Skip # issue 59909
75+
vm_service/test/evaluate_with_scope_with_resident_compiler_test: Skip # issue 59999
7176
vm_service/test/get_cpu_samples_rpc_test: Slow, Pass # Does some computation to ensure CPU samples are collected.
7277
vm_service/test/get_perfetto_cpu_samples_rpc_test: Slow, Pass # Does some computation to ensure CPU samples are collected.
78+
vm_service/test/reload_sources_with_resident_compiler_test: Skip # issue 59909
7379
vm_service/test/valid_source_locations_test: ExtraSlow, Pass # Iterates through all libraries and checks for valid source locations.
7480
wasm/*: SkipByDesign # These can't be run without running wasm:setup first.
7581

0 commit comments

Comments
 (0)