mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Disable flaky/hanging split AOT test (flutter/engine#23070)
This commit is contained in:
parent
c17922e187
commit
d7ab4b01cd
@ -487,7 +487,9 @@ TEST_F(DartIsolateTest, InvalidLoadingUnitFails) {
|
||||
ASSERT_TRUE(root_isolate->Shutdown());
|
||||
}
|
||||
|
||||
TEST_F(DartIsolateTest, ValidLoadingUnitSucceeds) {
|
||||
// TODO(garyq): Re-enable this test, and resolve dart-side hanging future and
|
||||
// threading. See https://github.com/flutter/flutter/issues/72312
|
||||
TEST_F(DartIsolateTest, DISABLED_ValidLoadingUnitSucceeds) {
|
||||
if (!DartVM::IsRunningPrecompiledCode()) {
|
||||
FML_LOG(INFO) << "Split AOT does not work in JIT mode";
|
||||
return;
|
||||
@ -529,6 +531,7 @@ TEST_F(DartIsolateTest, ValidLoadingUnitSucceeds) {
|
||||
|
||||
ASSERT_TRUE(isolate->get()->LoadLoadingUnit(2, std::move(isolate_data),
|
||||
std::move(isolate_instructions)));
|
||||
Wait();
|
||||
}
|
||||
|
||||
} // namespace testing
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user