Skip to content

flutter/flutter->flutter/packages roll failing unit test due to leaks #184312

Description

@stuartmorgan-g

The flutter/flutter->flutter/packages rolling is failing persistently in a bunch of web unit tests. The failures show log like:

  Expected: leak free
    Actual: <Instance of 'Leaks'>
     Which: contains leaks:
            # The text is generated by leak_tracker.
            # For leak troubleshooting tips open:
            # https://github.com/dart-lang/leak_tracker/blob/main/doc/leak_tracking/TROUBLESHOOT.md
            notDisposed:
              total: 122
              objects:
                SkwasmPicture:
                  test: back button works synchronously
                  identityHashCode: 812018082
                SkwasmPicture:
                  test: back button works synchronously
                  identityHashCode: 302088626
    ...

flutter/packages#11381 is the first failing roll, which is only 12 commits. Of those, #183867 seems like a very likely candidate for the cause. /cc @harryterkelsen

Metadata

Metadata

Labels

P1High-priority issues at the top of the work listpackageflutter/packages repository. See also p: labels.team-webOwned by Web platform team

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions