-
Notifications
You must be signed in to change notification settings - Fork 6k
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
[Impeller] re-enable gold CTL. #52299
Conversation
This reverts commit 1ac3ce3.
…lyline generation. (flutter#52180)" This reverts commit 46ff024.
Also reverting #52180 |
This reverts commit f65777f.
Adding #52160 speculative revert |
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 approach sounds good to me, I'm not sure if we'll see more problems but looks good to me as it is now.
@@ -2348,6 +2349,10 @@ TEST_P(AiksTest, DrawPaintTransformsBounds) { | |||
} | |||
|
|||
TEST_P(AiksTest, CanDrawPoints) { | |||
if (GetBackend() == PlaygroundBackend::kMetal) { | |||
// https://github.com/flutter/flutter/issues/147184 |
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.
Weird.
…147203) flutter/engine@33c828f...62c9f17 2024-04-22 [email protected] [Impeller] skip lineTo for empty contours. (flutter/engine#52290) 2024-04-22 [email protected] Roll Skia from 3b32e3280b67 to e6de04b82b57 (6 revisions) (flutter/engine#52304) 2024-04-22 [email protected] [Impeller] re-enable gold CTL. (flutter/engine#52299) 2024-04-22 [email protected] Roll Dart SDK from 0ed66a4d77cb to 95f95b3118fe (1 revision) (flutter/engine#52301) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC [email protected],[email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Add goldctl dependency to arm64
Fixes flutter/flutter#147180