Skip to content

Flutter engine const finder tests fail with NNBD flag flip #43938

Closed
@jakemac53

Description

@jakemac53

See the log here https://logs.chromium.org/logs/dart/buildbucket/cr-buildbucket.appspot.com/8865278440977658192/+/steps/test_engine/0/stdout, (here is the test itself).

These consts here appear to be missing from the dill file, or at least aren't visited by the visitor any longer (the ones numbers 7, 8, and 9). Note that these are const constructor invocations nested inside a non-const constructor invocation, so maybe the visitor doesn't properly crawl those in NNBD mode somehow?

Metadata

Metadata

Labels

NNBDIssues related to NNBD ReleaseP1A high priority bug; for example, a single project is unusable or has many test failureslegacy-area-front-endLegacy: Use area-dart-model instead.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions