File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -309,7 +309,6 @@ if (is_fuchsia) {
309309 " tests/ffi/inline_array_test.dart" ,
310310 " tests/ffi/inline_array_variable_length_test.dart" ,
311311 " tests/ffi/invoke_callback_after_suspension_test.dart" ,
312- " tests/ffi/isolate_group_shared_callback_test.dart" ,
313312 " tests/ffi/isolate_local_function_callbacks_test.dart" ,
314313 " tests/ffi/msan_test.dart" ,
315314 " 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() {
622622#if defined(DART_TARGET_OS_FUCHSIA)
623623 // TODO(https://dartbug.com/52579): Remove.
624624 if (FLAG_precompiled_mode) {
625- GenerateLoadBSSEntry (BSS::Relocation::DRT_ExitIsolateGroupSharedIsolate ,
625+ GenerateLoadBSSEntry (BSS::Relocation::DLRT_ExitIsolateGroupSharedIsolate ,
626626 R4, R9);
627627 } else {
628628 Label call;
Original file line number Diff line number Diff line change @@ -576,7 +576,7 @@ void StubCodeCompiler::GenerateFfiCallbackTrampolineStub() {
576576#if defined(DART_TARGET_OS_FUCHSIA)
577577 // TODO(https://dartbug.com/52579): Remove.
578578 if (FLAG_precompiled_mode) {
579- GenerateLoadBSSEntry (BSS::Relocation::DRT_ExitIsolateGroupSharedIsolate ,
579+ GenerateLoadBSSEntry (BSS::Relocation::DLRT_ExitIsolateGroupSharedIsolate ,
580580 RAX, TMP);
581581 } else {
582582 __ 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
5959function_callbacks_structs_by_value_generated_test/*: Skip # Test harness doesn't support multitest with Fuchsia
6060function_callbacks_structs_by_value_native_callable_generated_test/*: Skip # Test harness doesn't support multitest with Fuchsia
6161function_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
6263native_assets/*: Skip # Source not available in the emulator
6364run_isolate_group_run_test: Skip # gen_snapshot requires experimental-shared-data flag
6465static_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