From 9a049d5b2defab33aa953e7882492639ce1f677b Mon Sep 17 00:00:00 2001 From: Alexander Markov Date: Thu, 11 Dec 2025 11:33:32 -0800 Subject: [PATCH] [gardening] Mark ffi/function_structs_by_value_generated_args_native_test test as slow on simarm64_arm64 Fixes https://github.com/dart-lang/sdk/issues/62230 Change-Id: If4a30a2d115748e6cc3272d71063e62251dc6358 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/467660 Reviewed-by: Nate Biggs Commit-Queue: Alexander Markov --- tests/ffi/ffi.status | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/ffi/ffi.status b/tests/ffi/ffi.status index 496ccf135ac..9e024429e38 100644 --- a/tests/ffi/ffi.status +++ b/tests/ffi/ffi.status @@ -12,6 +12,9 @@ function_structs_by_value_generated_ret_leaf_test: Pass, Slow # https://dartbug. 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 ] +function_structs_by_value_generated_args_native_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