@@ -66,9 +66,7 @@ vm/test/kernel_front_end_test: Slow, Pass
6666vm/test/transformations/ffi_test: Slow, Pass # https://github.com/dart-lang/sdk/issues/54950
6767vm/test/transformations/type_flow/transformer_test: Slow, Pass
6868vm/testcases/*: SkipByDesign # These are not tests but input for tests.
69- vm_service/test/cpu_samples_stream_test: Slow, Pass # Requires CPU sample buffer to fill.
70- vm_service/test/get_cpu_samples_rpc_test: Slow, Pass # Does some computation to ensure CPU samples are collected.
71- vm_service/test/get_perfetto_cpu_samples_rpc_test: Slow, Pass # Does some computation to ensure CPU samples are collected.
69+ vm_service/*: Slow, Pass
7270vm_service/test/valid_source_locations_test: ExtraSlow, Pass # Iterates through all libraries and checks for valid source locations.
7371vm_snapshot_analysis/test/instruction_sizes_test: Pass, Slow # https://github.com/dart-lang/sdk/issues/60067
7472wasm/*: SkipByDesign # These can't be run without running wasm:setup first.
@@ -350,7 +348,6 @@ front_end/tool/perf_test: Slow, Pass
350348dartdev/test/commands/info_windows_test: SkipByDesign
351349
352350[ $runtime == vm && $checked ]
353- analysis_server/test/integration/edit/sort_members_test: Slow, Pass
354351analysis_server/test/socket_server_test: Skip # Pass, Slow
355352
356353[ $arch != x64 || $mode != release || $runtime != vm || $system != windows ]
0 commit comments