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
The flutter/flutter->flutter/packages rolling is failing persistently in a bunch of web unit tests. The failures show log like:
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