Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Skip font-tests for host_profile variants.#31515

Merged
zanderso merged 1 commit intoflutter:mainfrom
godofredoc:skip_fonttest
Feb 17, 2022
Merged

Skip font-tests for host_profile variants.#31515
zanderso merged 1 commit intoflutter:mainfrom
godofredoc:skip_fonttest

Conversation

@godofredoc
Copy link
Contributor

font-tests are not built by default in the host_profile variant. The
test was working properly because all the variants were being built
sequentially in the same host. With the separation of builds and tests
every variant is built in a separate host and host_profile does not have
access to font-tests built by host_debug.

Bug: flutter/flutter#98642

Pre-launch Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I read and followed the Flutter Style Guide and the C++, Objective-C, Java style guides.
  • I listed at least one issue that this PR fixes in the description above.
  • I added new tests to check the change I am making or feature I am adding, or Hixie said the PR is test-exempt. See testing the engine for instructions on
    writing and running engine tests.
  • I updated/added relevant documentation (doc comments with ///).
  • I signed the CLA.
  • All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel on Discord.

font-tests are not built by default in the host_profile variant. The
test was working properly because all the variants were being built
sequentially in the same host. With the separation of builds and tests
every variant is built in a separate host and host_profile does not have
access to font-tests built by host_debug.

Bug: flutter/flutter#98642
@zanderso
Copy link
Member

zanderso commented Feb 17, 2022

Filed flutter/flutter#98674 for the disagreement between cocoon/the github check and LUCI.

Landing manually.

@zanderso zanderso merged commit 345a04b into flutter:main Feb 17, 2022
@godofredoc
Copy link
Contributor Author

By the way this is how Linux Host Engine will look like after separating builds from tests: https://chromium-swarm.appspot.com/task?id=5921735ebb5b9210

@zanderso
Copy link
Member

Running Time | 6m 20s

Nice

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants