Skip to content

Commit

Permalink
[vm_service] Added new tests to the skip list on all hosts
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
a-siva authored and Commit Queue committed Jan 15, 2025
1 parent 86c3959 commit 3ffd659
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkg/pkg.status
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,15 @@ vm/test/kernel_front_end_test: Slow, Pass
vm/test/transformations/ffi_test: Slow, Pass # https://github.com/dart-lang/sdk/issues/54950
vm/test/transformations/type_flow/transformer_test: Slow, Pass
vm/testcases/*: SkipByDesign # These are not tests but input for tests.
vm_service/test/breakpoint_resolution_after_reloading_with_resident_compiler_test: Skip # issue 59909
vm_service/test/cpu_samples_stream_test: Slow, Pass # Requires CPU sample buffer to fill.
vm_service/test/eval_with_resident_compiler_test: Skip # issue 59909
vm_service/test/evaluate_in_frame_rpc_with_resident_compiler_test: Skip # issue 59909
vm_service/test/evaluate_in_frame_with_scope_with_resident_compiler_test: Skip # issue 59909
vm_service/test/evaluate_with_scope_with_resident_compiler_test: Skip # issue 59999
vm_service/test/get_cpu_samples_rpc_test: Slow, Pass # Does some computation to ensure CPU samples are collected.
vm_service/test/get_perfetto_cpu_samples_rpc_test: Slow, Pass # Does some computation to ensure CPU samples are collected.
vm_service/test/reload_sources_with_resident_compiler_test: Skip # issue 59909
vm_service/test/valid_source_locations_test: ExtraSlow, Pass # Iterates through all libraries and checks for valid source locations.
wasm/*: SkipByDesign # These can't be run without running wasm:setup first.

Expand Down

0 comments on commit 3ffd659

Please sign in to comment.