language/nnbd/late/covariant_instance_field_test fails with inlining disabled #56051
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
P2
A bug or feature request we're likely to work on
triage-automation
See https://github.com/dart-lang/ecosystem/tree/main/pkgs/sdk_triage_bot.
triaged
Issue has been triaged by sub team
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
Uh oh!
There was an error while loading. Please reload this page.
I suspect the answer may be "we don't support turning off inlining", but we were experimenting with such this week as part of attempting to fix other issues with Shorebird's linker. Turning off inlining causes only a few tests to fail.
This one is about language/nnbd/late/covariant_instance_field_test. I'll file others if needed/useful.
Running in stock jit works fine:
But running in aot with inlining disabled fails:
My guess is that some part of the compiler's logic for control flow is now dependent on inlining optimizations for correctness.
The text was updated successfully, but these errors were encountered: