Skip to content

Commit

Permalink
[ package:vm_service ] Mark some tests as slow
Browse files Browse the repository at this point in the history
The following tests are flakily timing out and probably just need some
more execution time:

- get_cpu_samples_rpc_test
- get_perfetto_cpu_samples_rpc_test
- valid_source_locations_test

Change-Id: I3274927b23069ef3ce4e1af7bb2a9fab23967e5b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/341041
Auto-Submit: Ben Konyi <[email protected]>
Commit-Queue: Derek Xu <[email protected]>
Commit-Queue: Ben Konyi <[email protected]>
Reviewed-by: Derek Xu <[email protected]>
  • Loading branch information
bkonyi authored and Commit Queue committed Dec 11, 2023
1 parent 7b25ff4 commit a6b6a61
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/pkg.status
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ vm/test/kernel_front_end_test: Slow, Pass
vm/test/transformations/type_flow/transformer_test: Slow, Pass
vm/testcases/*: SkipByDesign # These are not tests but input for tests.
vm_service/test/cpu_samples_stream_test: Slow, Pass # Requires CPU sample buffer to fill.
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/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.

[ $compiler == dart2analyzer ]
Expand Down

0 comments on commit a6b6a61

Please sign in to comment.