Skip to content

Conversation

@Piinks
Copy link
Contributor

@Piinks Piinks commented Apr 25, 2019

Closed for transitional plan

See #33688

Description

Integrating Flutter golden file testing with Skia Gold

Related Issues

Tests

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.

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I signed the CLA.
  • I read and followed the Flutter Style Guide, including Features we expect every widget to implement.
  • I updated/added relevant documentation (doc comments with ///).
  • All existing and new tests are passing.
  • The analyzer (flutter analyze --flutter-repo) does not report any problems on my PR.
  • I am willing to follow-up on review comments in a timely manner.

Breaking Change

Does your PR require Flutter developers to manually update their apps to accommodate your change?

  • Yes, this is a breaking change (Please read Handling breaking changes). Replace this with a link to the e-mail where you asked for input on this proposed change.
  • No, this is not a breaking change.

@goderbauer goderbauer added framework flutter/packages/flutter repository. See also f: labels. tool Affects the "flutter" command-line tool. See also t: labels. labels Apr 29, 2019
@Piinks Piinks added the a: tests "flutter test", flutter_test, or one of our tests label Apr 29, 2019
);
}, skip: true); // Should only be on linux (skip: !Platform.isLinux).
// Disabled for now until font inconsistency is resolved.
},);
Copy link
Contributor

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?

Copy link
Contributor Author

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.

@Piinks Piinks changed the title WIP- Do Not Review Integrating Skia Gold for Golden File Testing Apr 29, 2019
@Piinks Piinks changed the title Integrating Skia Gold for Golden File Testing WIP - Integrating Skia Gold for Golden File Testing Apr 29, 2019
Copy link
Contributor Author

@Piinks Piinks left a 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

@Piinks
Copy link
Contributor Author

Piinks commented May 17, 2019

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.

@Piinks Piinks closed this May 17, 2019
@Piinks Piinks mentioned this pull request May 31, 2019
9 tasks
@Piinks Piinks changed the title WIP - Integrating Skia Gold for Golden File Testing Closed - Integrating Skia Gold for Golden File Testing Jun 3, 2019
@Piinks Piinks deleted the gold branch November 22, 2019 00:53
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 3, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

a: tests "flutter test", flutter_test, or one of our tests framework flutter/packages/flutter repository. See also f: labels. tool Affects the "flutter" command-line tool. See also t: labels.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants