-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Fix a legacy TODO #77454
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 a legacy TODO #77454
Conversation
|
cc @dnfield |
dnfield
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 assuming tests pass
|
@yjbanov Can you give me any advice here? |
|
Ok well I figured out why what we'd changed didn't fix it. Turns out, before each test, we call Also it turns out tests (including public documentation) depends on |
a50adf4 to
f287323
Compare
The referenced issue is now closed.
|
Ok I did some refactoring and cleaned this stuff up so now it passes. Hopefully this passes google3 too... |
|
cc @goderbauer for flutter_test changes |
|
cc @yjbanov since it affects web_e2e_tests |
goderbauer
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
This reverts commit 5e4e530.
...and remove a legacy TODO whose referenced issue (flutter#51885) is now closed. To actually fix this required some refactoring of the text editing test APIs. See flutter#77454 and flutter#79061 for earlier discussions. This was last reverted in flutter#79559.
* Moves the handlePlatformMessage logic to using ChannelBuffers. * Moves the testing APIs from services library to flutter_test. * Refactors text editing test APIs. * This is a reland of flutter#76288 and flutter#78637. See flutter#77454, flutter#79061, flutter#80003, flutter#81235, and flutter#82057 for earlier discussions. This was last reverted in flutter#82525.
* Moves the handlePlatformMessage logic to using ChannelBuffers. * Moves the testing APIs from services library to flutter_test. * Refactors text editing test APIs. * This is a reland of flutter#76288 and flutter#78637. See flutter#77454, flutter#79061, flutter#80003, flutter#81235, and flutter#82057 for earlier discussions. This was last reverted in flutter#82525.
The referenced issue (#51885) is now closed.
Pre-launch Checklist
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.