-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Closed - Integrating Skia Gold for Golden File Testing #31630
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
| ); | ||
| }, skip: true); // Should only be on linux (skip: !Platform.isLinux). | ||
| // Disabled for now until font inconsistency is resolved. | ||
| },); |
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.
Does this resolve font inconsistencies the original one mentioned?
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.
I am not certain yet. I wanted to try to test it across platforms and see if it is no longer an issue due the fact that Skia Gold manages all potential variations of a golden file. In this system there is no singular, true golden master, but several.
Updating gold branch
Piinks
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.
Reverting back from matchesSkiaGoldFile
Updating fork
Updating gold branch
|
This PR has gotten a bit hard to read against the diff after a bad merge. Closing in favor of opening a new one. Will reference in the new PR to maintain a link. |
Closed for transitional plan
See #33688
Description
Integrating Flutter golden file testing with Skia Gold
Related Issues
testWidgets#16859Tests
WIP
Checklist
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]). This will ensure a smooth and quick review process.///).flutter analyze --flutter-repo) does not report any problems on my PR.Breaking Change
Does your PR require Flutter developers to manually update their apps to accommodate your change?