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

Move Fuchsia unit test runners into engine repo (#14092) #14287

Merged
merged 2 commits into from
Dec 10, 2019

Conversation

tvolkert
Copy link
Contributor

  • Copies fuchsia_test.sh into the testing/fuchsia directory
  • Fixes a small issue with fuchsia_archive to ensure the cmx file is correctly named according to the target
  • Add a list of fuchsia unittest fars to run on CI
  • Add a GN build target to build all currently-enabled unittests for Fuchsia

- Copies fuchsia_test.sh into the testing/fuchsia directory
- Fixes a small issue with fuchsia_archive to ensure the cmx file is correctly named according to the target
- Add a list of fuchsia unittest fars to run on CI
- Add a GN build target to build all currently-enabled unittests for Fuchsia
@auto-assign auto-assign bot requested a review from liyuqian December 10, 2019 19:44
@tvolkert tvolkert requested review from gw280 and removed request for liyuqian December 10, 2019 19:44
BUILD.gn Outdated
testonly = true

deps = [
"$flutter_root/flow:flow_tests",
Copy link
Contributor

Choose a reason for hiding this comment

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

You will need to remove this dep as this branch doesn't have the flow_tests added.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

@tvolkert tvolkert merged commit 2994f7e into flutter:v1.12.13-hotfixes Dec 10, 2019
@tvolkert tvolkert deleted the v1.12.13-hotfixes branch December 10, 2019 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants