Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Conversation

@iskakaushik
Copy link
Contributor

@flutter-dashboard
Copy link

It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat.

If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix?

Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing.

@google-cla google-cla bot added the cla: yes label Apr 19, 2021
@iskakaushik
Copy link
Contributor Author

@chinmaygarde , no tests here because existing tests identified this and led me to revert this part of the patch from my previous change :-)

@iskakaushik iskakaushik force-pushed the pause-microtasks branch 2 times, most recently from 0594cc1 to da400da Compare April 20, 2021 16:14
@iskakaushik iskakaushik added the waiting for tree to go green This PR is approved and tested, but waiting for the tree to be green to land. label Apr 20, 2021
@iskakaushik iskakaushik force-pushed the pause-microtasks branch 2 times, most recently from 3bbab63 to ebb6ab7 Compare April 20, 2021 16:32
@fluttergithubbot
Copy link
Contributor

This pull request is not suitable for automatic merging in its current state.

  • The status or check suite Linux Fuchsia FEMU has failed. Please fix the issues identified (or deflake) before re-applying this label.

@fluttergithubbot fluttergithubbot removed the waiting for tree to go green This PR is approved and tested, but waiting for the tree to be green to land. label Apr 20, 2021
This is because tests don't really wait for vsync to complete

Fixes: flutter/flutter#69694

See: flutter#25307 (comment)
@iskakaushik iskakaushik added the waiting for tree to go green This PR is approved and tested, but waiting for the tree to be green to land. label Apr 20, 2021
@iskakaushik iskakaushik changed the title Start microtasks after first frame is scheduled Start microtasks only in non-test envs Apr 20, 2021
@iskakaushik iskakaushik merged commit 721f96a into flutter:master Apr 20, 2021
@iskakaushik iskakaushik deleted the pause-microtasks branch April 20, 2021 20:19
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Apr 20, 2021
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Apr 21, 2021
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Apr 21, 2021
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Apr 21, 2021
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Apr 21, 2021
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Apr 21, 2021
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Apr 21, 2021
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Apr 21, 2021
iskakaushik added a commit to iskakaushik/engine that referenced this pull request Apr 21, 2021
GuoXi pushed a commit to GuoXi/engine that referenced this pull request Apr 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yes platform-fuchsia platform-ios waiting for tree to go green This PR is approved and tested, but waiting for the tree to be green to land.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Prioritize frame creation over other async computation

3 participants