[test] Mark many_listener_callbacks_test as slow
Also remove the hot reload skip for this test. Should have done this in
https://dart-review.googlesource.com/c/sdk/+/449160.
Fixes: https://github.com/dart-lang/sdk/issues/61532
Change-Id: Ic49805c0b93570dad94c8ec55f6ba7411b495a1f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/452340
Reviewed-by: Ryan Macnak <rmacnak@google.com>
Commit-Queue: Liam Appelbe <liama@google.com>
diff --git a/tests/ffi/ffi.status b/tests/ffi/ffi.status
index dfa3730..12fd963 100644
--- a/tests/ffi/ffi.status
+++ b/tests/ffi/ffi.status
@@ -12,6 +12,9 @@
function_structs_by_value_generated_ret_test: Pass, Slow # https://dartbug.com/47303 https://dartbug.com/45007
native_assets/asset_*: Pass, Slow # https://dartbug.com/56330
+[ $arch == simarm64_arm64 ]
+many_listener_callbacks_test/*: Pass, Slow
+
[ $builder_tag == optimization_counter_threshold ]
aliasing_test: SkipByDesign # Already has VMOptions=--optimization-counter-threshold
function_callbacks_structs_by_value_generated_test: SkipByDesign # Already has VMOptions=--optimization-counter-threshold
@@ -115,4 +118,3 @@
[ $hot_reload || $hot_reload_rollback ]
isolate_group_bound_callback_test: SkipSlow # shared_slow_path_triggers_gc in combination with reload makes this test very slow
-many_listener_callbacks_test/*: Skip # Starts many background threads that are leaked by hot reloading