-
Notifications
You must be signed in to change notification settings - Fork 29.1k
Added platform channel integration tests for macos #110606
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
Added platform channel integration tests for macos #110606
Conversation
In the current state everything should work but the following tests do not pass: |
cd6efb7
to
158af5a
Compare
I disabled those tests for macos for now. After a couple hours of trying to create a simple fix it will take a bit more of investment for a case that people probably don't care much for. |
158af5a
to
afca3af
Compare
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 other than adding an issue link to the TODO.
@@ -3750,6 +3750,25 @@ targets: | |||
- bin/** | |||
- .ci.yaml | |||
|
|||
- name: Mac channels_integration_test |
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.
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.
It's best if it runs on both but not necessary. Otherwise it doesn't matter which one.
flutter/engine#35888 needs to land first for this to execute correctly. I tried to fix the |
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.
cc @a-wallen
LGTM
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.
This is great, thanks!
@gaaclarke can you fix up testowners? |
(he's on it -- talked over chat when I kicked the bot) |
76fe003
to
f5bca55
Compare
f5bca55
to
39be5e2
Compare
auto label is removed for flutter/flutter, pr: 110606, due to - The status or check suite Linux tool_tests_commands has failed. Please fix the issues identified (or deflake) before re-applying this label. |
fixes #110608
Fixed the nullability annotation on codecedit: decided to keep the broken api for now since fixing it is a breaking changewriteValue:
engine#35814 should be landed first, otherwise the nullability change will be breakingPre-launch Checklist
///
).If you need help, consider asking for advice on the #hackers-new channel on Discord.