fix install checks in flavors devicelab tests#133719
fix install checks in flavors devicelab tests#133719auto-submit[bot] merged 4 commits intoflutter:masterfrom
Conversation
|
I've tested this with |
There was a problem hiding this comment.
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.
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.
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.
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 https://ci.chromium.org/ui/p/flutter/builders/prod/Windows_android%20flavors_test_win/7438/overview |
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
///).