diff --git a/pkg/pkg.status b/pkg/pkg.status index 28075e5aa315..a1a5f33f35fb 100644 --- a/pkg/pkg.status +++ b/pkg/pkg.status @@ -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.