-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Add regression test for #98973 #99187
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
Conversation
9ecd097 to
a683f4a
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.
What does the second call to setEnabledSystemUIMode(immersiveSticky) do?
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 should do nothing, but this future won't resolve if the main thread is blocked. I can add a comment to clarify.
298bba5 to
f7b2b83
Compare
.ci.yaml
Outdated
| tags: > | ||
| ["framework","hostonly","shard"] | ||
| - name: Mac_android android_choreographer_do_frame_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.
An entry is needed in TESTOWNERS to unblock the Linux test_ownership failure.
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.
Done
keyonghan
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 test exercises Choreographer#doFrame during application startup in debug, profile and release modes.
Trace: https://ui.perfetto.dev/#!/?s=da6628c3a92456ae8fa3f345d0186e781da77e90fc8a64d073e9fee11d1e65
Regression test for #98973