[co19] LanguageFeatures/FinalizationRegistry/ffi/Finalizer/Finalizer_A01_t04 fails on all configurations #59752
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
triage-automation
See https://github.com/dart-lang/ecosystem/tree/main/pkgs/sdk_triage_bot.
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
https://dart-current-results.web.app/#/filter=co19/LanguageFeatures/FinalizationRegistry/ffi/Finalizer/Finalizer_A01_t04&showAll
I'm pretty sure this test is wrong. For normal
Finalizer
s that don't require the object to beFinalizable
, we don't extend the lifetime to the end of the scope. So the object gets GCed early, leading to the expect failure.cc @sgrekhov
The text was updated successfully, but these errors were encountered: