Closed
Description
Most recent failure https://logs.chromium.org/logs/flutter/buildbucket/cr-buildbucket.appspot.com/8861983024304179360/+/steps/Host_Tests_for_host_release/0/stdout. It reproduces locally too.
DartIsolateTest_ValidLoadingUnitSucceeds_Test attempts to enter same isolate twice: once in DartIsolate::LoadLoadingUnit when it creates DartState on one thread, before that in DartMessageHandler::OnHandleMessage/Dart_EnterIsolate on another thread.