-
Notifications
You must be signed in to change notification settings - Fork 28.9k
Reland 2: Make LiveTestWidgetsFlutterBinding work with setSurfaceSize and live tests #86912
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
Reland 2: Make LiveTestWidgetsFlutterBinding work with setSurfaceSize and live tests #86912
Conversation
…ceSize and live tests (flutter#86449)" (flutter#86730)" This reverts commit 8802e32. Fix pointer Trigger Build Change test to gesture detector
…ace-size-test-messages
Gold has detected about 2 new digest(s) on patchset 3. |
Golden file changes have been found for this pull request. Click here to view and triage (e.g. because this is an intentional change). If you are still iterating on this change and are not ready to resolve the images on the Flutter Gold dashboard, consider marking this PR as a draft pull request above. You will still be able to view image results on the dashboard, commenting will be silenced, and the check will not try to resolve itself until marked ready for review. For more guidance, visit Writing a golden file test for Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
Gold has detected about 2 new digest(s) on patchset 4. |
Gold has detected about 6 new digest(s) on patchset 5. |
Gold has detected about 2 new digest(s) on patchset 6. |
Golden file changes are available for triage from new commit, Click here to view. For more guidance, visit Writing a golden file test for Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
Gold has detected about 4 new digest(s) on patchset 7. |
@Piinks I believe this PR's golden results should be stable, but still empty commits trigger untriaged changes. Is it expected? |
Golden file changes are available for triage from new commit, Click here to view. For more guidance, visit Writing a golden file test for Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
If you triage the images, and then push an empty commit and it presents more, than yeah, it's still making new images. Once images are triaged for a PR, if they come up again in a new commit on the PR, Gold won't need you to triage them if they are are the same images as before. |
Gold has detected about 4 new digest(s) on patchset 8. |
…ace-size-test-messages
Gold has detected about 4 new digest(s) on patchset 10. |
@Piinks Ok this time the empty commit triggers notification but no untriaged digests. I think this means it's stable. |
Gold has detected about 2 new digest(s) on patchset 11. |
Golden file changes are available for triage from new commit, Click here to view. For more guidance, visit Writing a golden file test for Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
Gold has detected about 4 new digest(s) on patchset 12. |
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
…faceSize and live tests (flutter#86912)" This reverts commit b50991d.
…h setSurfaceSize and live tests (flutter#86912)" (flutter#87233)" This reverts commit 5b80d32.
Reland #86449
On top of the original PR, this PR stablized the golden tests with
And instead of
InkWell
s, it uses a simpleGestureRecognizer
to record taps.The initial frame is also removed.
Pre-launch Checklist
///
).If you need help, consider asking for advice on the #hackers-new channel on Discord.