Skip to content
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

Merged
merged 6 commits into from
Apr 22, 2024
Merged

Conversation

jonahwilliams
Copy link
Member

@jonahwilliams jonahwilliams commented Apr 22, 2024

Add goldctl dependency to arm64

Fixes flutter/flutter#147180

@jonahwilliams jonahwilliams changed the title Maybe this works? [Impeller] re-enable gold CTL. Apr 22, 2024
@jonahwilliams
Copy link
Member Author

jonahwilliams commented Apr 22, 2024

Also includes a revert of #52137 which can't be autoreverted. I mean #52106 t

@jonahwilliams
Copy link
Member Author

Also reverting #52180

@jonahwilliams
Copy link
Member Author

Adding #52160 speculative revert

Copy link
Member

@gaaclarke gaaclarke left a 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
Copy link
Member

Choose a reason for hiding this comment

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

Weird.

@jonahwilliams jonahwilliams added the autosubmit Merge PR when tree becomes green via auto submit App label Apr 22, 2024
@auto-submit auto-submit bot merged commit eca261d into flutter:main Apr 22, 2024
31 checks passed
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Apr 23, 2024
auto-submit bot pushed a commit to flutter/flutter that referenced this pull request Apr 23, 2024
…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autosubmit Merge PR when tree becomes green via auto submit App e: impeller
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Impeller] all engine golden tests are currently being skipped.
3 participants