Skip to content

Conversation

@dnfield
Copy link
Contributor

@dnfield dnfield commented Jun 7, 2022

Fixes #105530

@dnfield dnfield requested a review from goderbauer June 7, 2022 18:28
@flutter-dashboard flutter-dashboard bot added a: tests "flutter test", flutter_test, or one of our tests framework flutter/packages/flutter repository. See also f: labels. labels Jun 7, 2022
Copy link
Member

@goderbauer goderbauer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

}
_phase = newPhase;
if (hasScheduledFrame) {
addTime(const Duration(milliseconds: 500));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why these removals? Seems unrelated to the goal of the PR?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

addTime is deprecated and implemented as a no-op. I can remove this from this PR, but it caused confusion for me when tracing through to figure out what was missing.

Copy link
Member

@goderbauer goderbauer Jun 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see. It's fine to leave the removal in this PR :)

@dnfield dnfield added the autosubmit Merge PR when tree becomes green via auto submit App label Jun 27, 2022
@auto-submit auto-submit bot merged commit 21841d7 into flutter:master Jun 27, 2022
engine-flutter-autoroll added a commit to engine-flutter-autoroll/plugins that referenced this pull request Jun 28, 2022
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Jun 28, 2022
engine-flutter-autoroll added a commit to engine-flutter-autoroll/plugins that referenced this pull request Jun 28, 2022
engine-flutter-autoroll added a commit to engine-flutter-autoroll/plugins that referenced this pull request Jun 28, 2022
engine-flutter-autoroll added a commit to engine-flutter-autoroll/plugins that referenced this pull request Jun 28, 2022
engine-flutter-autoroll added a commit to engine-flutter-autoroll/plugins that referenced this pull request Jun 28, 2022
XilaiZhang added a commit to XilaiZhang/flutter that referenced this pull request Jul 6, 2022
XilaiZhang added a commit to XilaiZhang/flutter that referenced this pull request Jul 6, 2022
XilaiZhang added a commit that referenced this pull request Jul 6, 2022
* Revert "Reland "Clipping if only one character text overflows (#99146)" (#102130)"

This reverts commit 3f43d9f.

* Revert "Implement frameData for TestWindow (#105537)"

This reverts commit 21841d7.
XilaiZhang added a commit that referenced this pull request Jul 6, 2022
camsim99 pushed a commit to camsim99/flutter that referenced this pull request Aug 10, 2022
camsim99 pushed a commit to camsim99/flutter that referenced this pull request Aug 10, 2022
…lutter#107168)

* Revert "Reland "Clipping if only one character text overflows (flutter#99146)" (flutter#102130)"

This reverts commit 3f43d9f.

* Revert "Implement frameData for TestWindow (flutter#105537)"

This reverts commit 21841d7.
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Aug 30, 2022
engine-flutter-autoroll added a commit to engine-flutter-autoroll/plugins that referenced this pull request Aug 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

a: tests "flutter test", flutter_test, or one of our tests autosubmit Merge PR when tree becomes green via auto submit App framework flutter/packages/flutter repository. See also f: labels.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

WidgetsBinding.instance.window.frameData.frameNumber throws in tests

2 participants