From b4e0dc2f09f6085cd01be6052a08b2c4d3672bba Mon Sep 17 00:00:00 2001 From: Alexander Aprelev Date: Fri, 7 Nov 2025 15:35:07 -0800 Subject: [PATCH] [gardening] Fix status file entry for many_listener_callbacks_test. Fixes https://github.com/dart-lang/sdk/issues/61733 TEST=ci Change-Id: Ib8b4862c467d81c1c389d46c6a56378fc74180b3 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/460482 Commit-Queue: Alexander Aprelev Reviewed-by: Brian Quinlan --- tests/ffi/ffi.status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ffi/ffi.status b/tests/ffi/ffi.status index 6b4c9f3b4f0..496ccf135ac 100644 --- a/tests/ffi/ffi.status +++ b/tests/ffi/ffi.status @@ -87,7 +87,7 @@ native_assets/*: SkipByDesign # Only intended to run on host oses with AOT binar *: SkipByDesign # FFI is a VM-only feature. (This test suite is part of the default set.) [ $arch == simarm64_arm64 || $sanitizer == asan || $sanitizer == msan || $sanitizer == tsan ] -many_listener_callbacks_test/*: Pass, ExtraSlow +many_listener_callbacks_test: Pass, Slow # These tests trigger and catch an abort (intentionally) and terminate the VM. # They're incompatible with ASAN because not all memory is freed when aborting and