@@ -66,9 +66,7 @@ vm/test/kernel_front_end_test: Slow, Pass
66
66
vm/test/transformations/ffi_test: Slow, Pass # https://github.com/dart-lang/sdk/issues/54950
67
67
vm/test/transformations/type_flow/transformer_test: Slow, Pass
68
68
vm/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
72
70
vm_service/test/valid_source_locations_test: ExtraSlow, Pass # Iterates through all libraries and checks for valid source locations.
73
71
vm_snapshot_analysis/test/instruction_sizes_test: Pass, Slow # https://github.com/dart-lang/sdk/issues/60067
74
72
wasm/*: SkipByDesign # These can't be run without running wasm:setup first.
@@ -350,7 +348,6 @@ front_end/tool/perf_test: Slow, Pass
350
348
dartdev/test/commands/info_windows_test: SkipByDesign
351
349
352
350
[ $runtime == vm && $checked ]
353
- analysis_server/test/integration/edit/sort_members_test: Slow, Pass
354
351
analysis_server/test/socket_server_test: Skip # Pass, Slow
355
352
356
353
[ $arch != x64 || $mode != release || $runtime != vm || $system != windows ]
0 commit comments