You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking into some of the crashes, it looks like dartdev.dart.snapshot isn't being recognized as an appjit snapshot when these tests try to load it, then causing them to crash (or fail due to subprocesses crashing) as the isolates aren't set up correctly.
Interestingly enough, it's not all architectures, it's just IA32/ARM64/RISCV64, and only a handful of tests, so not reverting the original change yet. However, if the fix can't be found quickly, perhaps we should revert until we do have the fix in place.
There are new test failures on [VM/CLI] Remove dartdev.dill.
The tests
are failing on configurations
Looking into some of the crashes, it looks like dartdev.dart.snapshot isn't being recognized as an appjit snapshot when these tests try to load it, then causing them to crash (or fail due to subprocesses crashing) as the isolates aren't set up correctly.
Interestingly enough, it's not all architectures, it's just IA32/ARM64/RISCV64, and only a handful of tests, so not reverting the original change yet. However, if the fix can't be found quickly, perhaps we should revert until we do have the fix in place.
/cc @bkonyi @derekxu16
The text was updated successfully, but these errors were encountered: