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

Add Maui Tests #82

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

Add Maui Tests #82

wants to merge 11 commits into from

Conversation

mattscheffer
Copy link
Contributor

Initial PR to test OS compatibility. As this has a mac and android test, I expect things to be weird.

@mattscheffer mattscheffer marked this pull request as ready for review April 8, 2024 23:32
@mattscheffer
Copy link
Contributor Author

@mmitche or @tkapin Can you review when you have a chance? Thanks!

[Fact]
[Trait("Category", "Workload")]
[Trait("SkipIfPlatform", "LINUX")]
[Trait("SkipIfPlatform", "OSX")]
Copy link
Member

Choose a reason for hiding this comment

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

I think these maui tests should pass on Mac?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

They surprisingly don't. They fail due to xCode being missing I believe. It might have been a version problem but I don't have the logs on hand to back that up as it's been a few weeks since I tried.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It is likely a fixable machine problem, but installing xCode isn't probably something we should be doing as part of this execution I think?

Copy link
Member

Choose a reason for hiding this comment

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

That's sorta surprising...It should be installed by default (it supports the build tooling).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants