-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Cover some test/widgets tests with leak tracking #133767
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@polina-c, could you please take a look at this PR? |
polina-c
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!!!
This reverts commit be06151.
Reverts #133767 Causing failures to Mac framework_tests_widgets and Linux framework_tests_widgets
|
@vashworth, thank you for the revert. My bad. |
It is ok, as probability of test flakiness little increases when we deal with memory leaks. Thank you for taking care of it. |
|
@vashworth , is it possible to get full list of failures? |
I'm pretty sure it's just those 2 tests I linked above that were failing. It's possible it could have caused more failures, but it hasn't finished testing all tests. You can view what tests failed on https://flutter-dashboard.appspot.com/#/build |
|
@polina-c As I understand, the problem is in test:
We now have |
|
Here's how to filter the dashboard to see just the commit that failed https://flutter-dashboard.appspot.com/#/build?hashFilter=792e26df9540cf2cf510ea0c11a53ba10a243424&repo=flutter&branch=master |
Description
This PR changes
testWidgetsbytestWidgetsWithLeakTrackingin number offlutter/test/widgetstests according to the dart-lang/leak_tracker#134.Tests
absorb_pointer_test.dartto usetestWidgetsWithLeakTracking;actions_test.dartto usetestWidgetsWithLeakTracking;align_test.dartto usetestWidgetsWithLeakTracking;animated_align_test.dartto usetestWidgetsWithLeakTracking;animated_container_test.dartto usetestWidgetsWithLeakTracking;animated_cross_fade_test.dartto usetestWidgetsWithLeakTracking;animated_grid_test.dartto usetestWidgetsWithLeakTracking;animated_image_filtered_repaint_test.dartto usetestWidgetsWithLeakTracking;animated_list_test.dartto usetestWidgetsWithLeakTracking;animated_opacity_repaint_test.dartto usetestWidgetsWithLeakTracking;animated_padding_test.dartto usetestWidgetsWithLeakTracking;animated_positioned_test.dartto usetestWidgetsWithLeakTracking.Pre-launch Checklist
///).