Skip to content

Add Maui Tests#82

Open
mattscheffer wants to merge 11 commits intodotnet:mainfrom
mattscheffer:mauiTests
Open

Add Maui Tests#82
mattscheffer wants to merge 11 commits intodotnet:mainfrom
mattscheffer:mauiTests

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