Skip to content

Commit e0a8637

Browse files
liamappelbeCommit Queue
authored andcommitted
[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: #61532 Change-Id: Ic49805c0b93570dad94c8ec55f6ba7411b495a1f Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/452340 Reviewed-by: Ryan Macnak <[email protected]> Commit-Queue: Liam Appelbe <[email protected]>
1 parent d61d6ad commit e0a8637

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/ffi/ffi.status

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ function_structs_by_value_generated_ret_leaf_test: Pass, Slow # https://dartbug.
1212
function_structs_by_value_generated_ret_test: Pass, Slow # https://dartbug.com/47303 https://dartbug.com/45007
1313
native_assets/asset_*: Pass, Slow # https://dartbug.com/56330
1414

15+
[ $arch == simarm64_arm64 ]
16+
many_listener_callbacks_test/*: Pass, Slow
17+
1518
[ $builder_tag == optimization_counter_threshold ]
1619
aliasing_test: SkipByDesign # Already has VMOptions=--optimization-counter-threshold
1720
function_callbacks_structs_by_value_generated_test: SkipByDesign # Already has VMOptions=--optimization-counter-threshold
@@ -115,4 +118,3 @@ data_not_asan_test: SkipByDesign # This test tries to allocate too much memory o
115118

116119
[ $hot_reload || $hot_reload_rollback ]
117120
isolate_group_bound_callback_test: SkipSlow # shared_slow_path_triggers_gc in combination with reload makes this test very slow
118-
many_listener_callbacks_test/*: Skip # Starts many background threads that are leaked by hot reloading

0 commit comments

Comments
 (0)