Skip to content

Commit 4e5f1d7

Browse files
natebiggsCommit Queue
authored andcommitted
Mark ffi/many_listener_callbacks_test as ExtraSlow on relevant configs.
Bug: #61733 Change-Id: I22f800cd9c5faddc4044d77b4e52b78113d6a0a0 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/457920 Commit-Queue: Nate Biggs <[email protected]> Reviewed-by: Ryan Macnak <[email protected]>
1 parent b6a9a40 commit 4e5f1d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/ffi/ffi.status

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ 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-
1815
[ $builder_tag == optimization_counter_threshold ]
1916
aliasing_test: SkipByDesign # Already has VMOptions=--optimization-counter-threshold
2017
function_callbacks_structs_by_value_generated_test: SkipByDesign # Already has VMOptions=--optimization-counter-threshold
@@ -89,6 +86,9 @@ native_assets/*: SkipByDesign # Only intended to run on host oses with AOT binar
8986
[ $compiler != dart2analyzer && $compiler != fasta && $runtime != dart_precompiled && $runtime != vm ]
9087
*: SkipByDesign # FFI is a VM-only feature. (This test suite is part of the default set.)
9188

89+
[ $arch == simarm64_arm64 || $sanitizer == asan || $sanitizer == msan || $sanitizer == tsan ]
90+
many_listener_callbacks_test/*: Pass, ExtraSlow
91+
9292
# These tests trigger and catch an abort (intentionally) and terminate the VM.
9393
# They're incompatible with ASAN because not all memory is freed when aborting and
9494
# with AppJit because the abort the VM before it can generate a snapshot.

0 commit comments

Comments
 (0)