-
Notifications
You must be signed in to change notification settings - Fork 29.7k
fix install checks in flavors devicelab tests #133719
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
fix install checks in flavors devicelab tests #133719
Conversation
|
I've tested this with |
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.
On the second line (18) here, the indent should just be 2 more than line 17, and then the start of the callback should be on a new line (19) indented the same as line 18, and then the rest of the callback body indented +2.
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.
Agreed. It should be fixed now. Fun fact: I got the original formatting from dart format
christopherfujino
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.
do you have led builds where these pass?
Oh yeah, forgot to add those. |
christopherfujino
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! Thanks for this yak shave
|
auto label is removed for flutter/flutter/133719, due to - The status or check suite Linux web_tests_0 has failed. Please fix the issues identified (or deflake) before re-applying this label. |
ebea153 to
997b93e
Compare
Reverts #133719 `Windows_android flavors_test_win` failed twice in a row in the tree
|
@andrewkolos @christopherfujino I reverted this PR, it was failing |
Thanks! |
Reland of #133719. Updates [the string comparison in flavor_test.dart](https://github.com/flutter/flutter/pull/134060/files#diff-53383b32b975bfed6875306dfb98911cad077a5251ca0591c5b0e125fb4a0f05R39) to use `path.join` to build the path string so that the generated path is correct for both Linux and Windows hosts. Fixes #133713 I've tested this on a Windows host targeting a physical Android device.
Fixes #133713
Pre-launch Checklist
///).