-
Notifications
You must be signed in to change notification settings - Fork 29.7k
[stable] fix validation check when restoring to onscreen with BDF and mips. #165430
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
[stable] fix validation check when restoring to onscreen with BDF and mips. #165430
Conversation
…nd mips. (flutter#165098) Fixes flutter#163421 If we restore to the onscreen but need to generate mips (because its a toImage call) then we could miss the mip map generation. This will primarily happen on Android emulators as they do not support framebuffer fetch.
jonahwilliams
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
justinmc
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, seems high priority to me as it fixes a crash.
@gaaclarke Can you take a look at the failing tests?
|
Same comment as previous PR, seems like an infrastructure issue we don't know how to resolve. |
The `Linux tool_integration_tests*` have been failing on this release branch, blocking cherry picks #165430 and #165428. This PR attempts to cherry pick fixes that will make the tests go green. This PR contains cherry-picks of three PRs: * #164935 * #165620 * #165661 Example of the failures I was seeing: https://github.com/flutter/flutter/pull/165428/checks?check_run_id=38997055797. ``` error: { code: 5 message: builder not found: "Linux tool_integration_tests_1_6" } ```
|
I put up #166594 which I think will help this pr merge. |
This pull request is created by [automatic cherry pick workflow] ### Issue Link: What is the link to the issue this cherry-pick is addressing? #166553 CP of * #165620 * #165661 * #165675 * #165692 * #165678 * *Not merged in master* #166559 Test configuration error https://mail.google.com/chat/u/0/#chat/space/AAAAQFWU2Go/dHeIlEXFg2w/dHeIlEXFg2w ### Changelog Description: N/A ### Impact Description: blocking #165430 ### Workaround: none ### Risk: What is the risk level of this cherry-pick? ### Test Coverage: Are you confident that your fix is well-tested by automated tests?
|
After updating with #166594 tests appear to pass, one test had an infra issue and was re-run. Adding auto submit to get this landed. Thank you for your patience |
1248314
into
flutter:flutter-3.29-candidate.0
The `Linux tool_integration_tests*` have been failing on this release branch, blocking cherry picks flutter#165430 and flutter#165428. This PR attempts to cherry pick fixes that will make the tests go green. This PR contains cherry-picks of three PRs: * flutter#164935 * flutter#165620 * flutter#165661 Example of the failures I was seeing: https://github.com/flutter/flutter/pull/165428/checks?check_run_id=38997055797. ``` error: { code: 5 message: builder not found: "Linux tool_integration_tests_1_6" } ```
… mips. (flutter#165430) cherry-pick of flutter#165098 ## Impacted Users Impeller users developing on the Android Emulator (or some old hardware) ## Impact Description Crash in the Flutter app ## Workaround (Is there a workaround for this issue?) Use a real android device. ## Risk (What is the risk level of this cherry-pick?) ## Test Coverage (Are you confident that your fix is well-tested by automated tests?) Yes, there is an integration test that captures most of the problem. ## Validation Steps (What are the steps to validate that this fix works?) flutter#163421 has reproduction steps
cherry-pick of #165098
Impacted Users
Impeller users developing on the Android Emulator (or some old hardware)
Impact Description
Crash in the Flutter app
Workaround (Is there a workaround for this issue?)
Use a real android device.
Risk (What is the risk level of this cherry-pick?)
Test Coverage (Are you confident that your fix is well-tested by automated tests?)
Yes, there is an integration test that captures most of the problem.
Validation Steps (What are the steps to validate that this fix works?)
#163421 has reproduction steps