-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
NNBDIssues related to NNBD ReleaseIssues related to NNBD Releasearea-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.vm-nnbd-unfork-sdkLabel for all issues that need to be done before the nnbd sdk can be unforkedLabel for all issues that need to be done before the nnbd sdk can be unforked
Milestone
Description
Several tests in snapshot_test.cc are failing in NNBD legacy mode (when force enabling non_nullable_flag, but not enabling the experiment flag).
The failures are all due to Dart_CObject that are supposed to have type Dart_CObject_kArray but actually have type Dart_CObject_kUnsupported. Presumably there's some internal type check that's being confused by the legacy nnbd type.
Metadata
Metadata
Assignees
Labels
NNBDIssues related to NNBD ReleaseIssues related to NNBD Releasearea-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.vm-nnbd-unfork-sdkLabel for all issues that need to be done before the nnbd sdk can be unforkedLabel for all issues that need to be done before the nnbd sdk can be unforked