File tree 4 files changed +3
-3
lines changed
4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -309,7 +309,6 @@ if (is_fuchsia) {
309
309
" tests/ffi/inline_array_test.dart" ,
310
310
" tests/ffi/inline_array_variable_length_test.dart" ,
311
311
" tests/ffi/invoke_callback_after_suspension_test.dart" ,
312
- " tests/ffi/isolate_group_shared_callback_test.dart" ,
313
312
" tests/ffi/isolate_local_function_callbacks_test.dart" ,
314
313
" tests/ffi/msan_test.dart" ,
315
314
" tests/ffi/native_assets/asset_absolute_test.dart" ,
Original file line number Diff line number Diff line change @@ -622,7 +622,7 @@ void StubCodeCompiler::GenerateFfiCallbackTrampolineStub() {
622
622
#if defined(DART_TARGET_OS_FUCHSIA)
623
623
// TODO(https://dartbug.com/52579): Remove.
624
624
if (FLAG_precompiled_mode) {
625
- GenerateLoadBSSEntry (BSS::Relocation::DRT_ExitIsolateGroupSharedIsolate ,
625
+ GenerateLoadBSSEntry (BSS::Relocation::DLRT_ExitIsolateGroupSharedIsolate ,
626
626
R4, R9);
627
627
} else {
628
628
Label call;
Original file line number Diff line number Diff line change @@ -576,7 +576,7 @@ void StubCodeCompiler::GenerateFfiCallbackTrampolineStub() {
576
576
#if defined(DART_TARGET_OS_FUCHSIA)
577
577
// TODO(https://dartbug.com/52579): Remove.
578
578
if (FLAG_precompiled_mode) {
579
- GenerateLoadBSSEntry (BSS::Relocation::DRT_ExitIsolateGroupSharedIsolate ,
579
+ GenerateLoadBSSEntry (BSS::Relocation::DLRT_ExitIsolateGroupSharedIsolate ,
580
580
RAX, TMP);
581
581
} else {
582
582
__ movq (RAX, Immediate (reinterpret_cast <int64_t >(
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ function_callbacks_many_test/*: Skip # Test harness doesn't support multitest wi
59
59
function_callbacks_structs_by_value_generated_test/*: Skip # Test harness doesn't support multitest with Fuchsia
60
60
function_callbacks_structs_by_value_native_callable_generated_test/*: Skip # Test harness doesn't support multitest with Fuchsia
61
61
function_callbacks_subtype_test/*: Skip # Test harness doesn't support multitest with Fuchsia
62
+ isolate_group_shared_callback_test: Skip # gen_snapshot requires experimental-shared-data flag
62
63
native_assets/*: Skip # Source not available in the emulator
63
64
run_isolate_group_run_test: Skip # gen_snapshot requires experimental-shared-data flag
64
65
static_checks/*: SkipByDesign # Expecting compile time failures in multi tests doesn't work on the Fuchsia test runner.
You can’t perform that action at this time.
0 commit comments