Skip to content

Commit 527e86e

Browse files
aamCommit Queue
authored andcommitted
[gardening] Rename status file entries following the isolate_group_shared to *_bound rename
Follow-up to a36f38b TEST=ci Change-Id: I88c7279a92fbbfd85e448597cbd5ff178685eaa0 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/442722 Reviewed-by: Ryan Macnak <[email protected]> Commit-Queue: Alexander Aprelev <[email protected]>
1 parent 901c424 commit 527e86e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/ffi/ffi.status

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ function_callbacks_many_test/*: Skip # Test harness doesn't support multitest wi
5757
function_callbacks_structs_by_value_generated_test/*: Skip # Test harness doesn't support multitest with Fuchsia
5858
function_callbacks_structs_by_value_native_callable_generated_test/*: Skip # Test harness doesn't support multitest with Fuchsia
5959
function_callbacks_subtype_test/*: Skip # Test harness doesn't support multitest with Fuchsia
60-
isolate_group_shared_callback_test: Skip # gen_snapshot requires experimental-shared-data flag
61-
isolate_group_shared_init_test: Skip # gen_snapshot requires experimental-shared-data flag
62-
isolate_group_shared_send_test: Skip # gen_snapshot requires experimental-shared-data flag
60+
isolate_group_bound_callback_test: Skip # gen_snapshot requires experimental-shared-data flag
61+
isolate_group_bound_init_test: Skip # gen_snapshot requires experimental-shared-data flag
62+
isolate_group_bound_send_test: Skip # gen_snapshot requires experimental-shared-data flag
6363
native_assets/*: Skip # Source not available in the emulator
6464
run_isolate_group_run_test: Skip # gen_snapshot requires experimental-shared-data flag
6565
static_checks/*: SkipByDesign # Expecting compile time failures in multi tests doesn't work on the Fuchsia test runner.
@@ -111,4 +111,4 @@ callback_unwind_error_test: Crash # https://github.com/dart-lang/sdk/issues/3948
111111
data_not_asan_test: SkipByDesign # This test tries to allocate too much memory on purpose.
112112

113113
[ $hot_reload || $hot_reload_rollback ]
114-
isolate_group_shared_callback_test: SkipSlow # shared_slow_path_triggers_gc in combination with reload makes this test very slow
114+
isolate_group_bound_callback_test: SkipSlow # shared_slow_path_triggers_gc in combination with reload makes this test very slow

0 commit comments

Comments
 (0)