Closed
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.