-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Cover more test/widgets tests with leak tracking #3 #134576
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
|
cc @polina-c |
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.
couple small comments
|
@polina-c thanks for the review. |
|
@polina-c, what to do if it happens that there is the same leak in a couple of |
Thanks for asking. I will add answer to top description of the main issue. Let's convert just one test. It will be enough for issue resolution. When we have too many issues, we need to stop conversion and fix them, before going forward. |
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.
LGTM
|
auto label is removed for flutter/flutter/134576, due to This PR has not met approval requirements for merging. You are not a member of flutter-hackers and need 1 more review(s) in order to merge this PR.
|
Thanks a lot for the answer and review! |
flutter/flutter@58ba6c2...72b69f9 2023-09-15 polinach@google.com Date picker dialog state should dispose members. (flutter/flutter#134804) 2023-09-15 engine-flutter-autoroll@skia.org Roll Packages from 275b76c to bc8c2f2 (7 revisions) (flutter/flutter#134823) 2023-09-15 leroux_bruno@yahoo.fr Fix navigation rail hover misplaced when direction is RTL and extended is true (flutter/flutter#134815) 2023-09-15 k_hayashi@yumemi.co.jp Applied the logo to the Discord badge. (flutter/flutter#134339) 2023-09-15 sokolovskyi.konstantin@gmail.com Fix memory leak in ListWheelScrollView (flutter/flutter#134732) 2023-09-15 zanderso@users.noreply.github.com Move two tests on Pixel 7 from staging to prod (flutter/flutter#134784) 2023-09-14 engine-flutter-autoroll@skia.org Roll Flutter Engine from 683bca53d4d7 to 45bc4307cda3 (2 revisions) (flutter/flutter#134789) 2023-09-14 pavel.mazhnik@gmail.com [web] provide serviceWorkerVersion to the getNewServiceWorker function (flutter/flutter#131240) 2023-09-14 engine-flutter-autoroll@skia.org Roll Flutter Engine from 3a3a2807c3b6 to 683bca53d4d7 (3 revisions) (flutter/flutter#134778) 2023-09-14 engine-flutter-autoroll@skia.org Roll Flutter Engine from 035932d64017 to 3a3a2807c3b6 (5 revisions) (flutter/flutter#134769) 2023-09-14 47866232+chunhtai@users.noreply.github.com Allows page removal that contains Localhistoryentry (flutter/flutter#134757) 2023-09-14 engine-flutter-autoroll@skia.org Roll Flutter Engine from e0b5b6c4eb76 to 035932d64017 (2 revisions) (flutter/flutter#134763) 2023-09-14 sokolovskyi.konstantin@gmail.com Cover more test/widgets tests with leak tracking #3 (flutter/flutter#134576) 2023-09-14 engine-flutter-autoroll@skia.org Roll Flutter Engine from 2cd34d23c1a2 to e0b5b6c4eb76 (2 revisions) (flutter/flutter#134755) 2023-09-14 15619084+vashworth@users.noreply.github.com Set xcode version to older compatible version for microbenchmarks_ios_xcode_debug test (flutter/flutter#134693) 2023-09-14 82763757+NobodyForNothing@users.noreply.github.com Cover some Services tests with leak tracing (flutter/flutter#134381) 2023-09-14 engine-flutter-autoroll@skia.org Roll Flutter Engine from 4160ebacdae2 to 2cd34d23c1a2 (18 revisions) (flutter/flutter#134749) 2023-09-14 github@alexv525.com � Setup color tween for `RefreshIndicator` in a better way (flutter/flutter#134492) 2023-09-14 leroux_bruno@yahoo.fr Fix NavigationRail hover misplaced when using large icons (flutter/flutter#134719) 2023-09-14 engine-flutter-autoroll@skia.org Roll Flutter Engine from cd90cc8469fb to 4160ebacdae2 (5 revisions) (flutter/flutter#134695) 2023-09-14 30870216+gaaclarke@users.noreply.github.com Added a devicelab test for vulkan validation layers (flutter/flutter#134685) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-packages Please CC camillesimon@google.com,rmistry@google.com,stuartmorgan@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Packages: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Description
This PR changes
testWidgetsbytestWidgetsWithLeakTrackingin number offlutter/test/widgetstests according to the dart-lang/leak_tracker#134.Marks leaks
Tests
form_test.dartto usetestWidgetsWithLeakTracking;fractionally_sized_box_test.dartto usetestWidgetsWithLeakTracking;framework_test.dartto usetestWidgetsWithLeakTracking;gesture_detector_semantics_test.dartto usetestWidgetsWithLeakTracking;gesture_detector_test.dartto usetestWidgetsWithLeakTracking;gesture_disambiguation_test.dartto usetestWidgetsWithLeakTracking;global_keys_duplicated_test.dartto usetestWidgetsWithLeakTracking;global_keys_moving_test.dartto usetestWidgetsWithLeakTracking;grid_paper_test.dartto usetestWidgetsWithLeakTracking;grid_view_layout_test.dartto usetestWidgetsWithLeakTracking;grid_view_test.dartto usetestWidgetsWithLeakTracking;heroes_test.dartto usetestWidgetsWithLeakTracking;hit_testing_test.dartto usetestWidgetsWithLeakTracking;hyperlink_test.dartto usetestWidgetsWithLeakTracking;icon_test.dartto usetestWidgetsWithLeakTracking;image_filter_quality_test.dartto usetestWidgetsWithLeakTracking;image_filter_test.dartto usetestWidgetsWithLeakTracking;image_headers_test.dartto usetestWidgetsWithLeakTracking;image_icon_test.dartto usetestWidgetsWithLeakTracking;image_resolution_test.dartto usetestWidgetsWithLeakTracking;image_rtl_test.dartto usetestWidgetsWithLeakTracking.Pre-launch Checklist
///).