Cover some test/widgets tests with leak tracking#133767
Cover some test/widgets tests with leak tracking#133767polina-c merged 1 commit intoflutter:masterfrom
Conversation
|
@polina-c, could you please take a look at this PR? |
This reverts commit be06151.
Reverts #133767 Causing failures to Mac framework_tests_widgets and Linux framework_tests_widgets
|
@ksokolovskyi @polina-c I reverted this PR (#133779) due to failures in the tree. Here's some examples: https://ci.chromium.org/ui/p/flutter/builders/prod/Linux%20framework_tests_widgets/12951/overview |
|
@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
///).