-
Notifications
You must be signed in to change notification settings - Fork 514
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[monotouch-test] Create a shared.csproj for all the .NET monotouch-te…
…st project files. (#12128) * [monotouch-test] Create a shared.csproj for all the .NET monotouch-test project files. Also complete the logic to build metal files, so that it works on Mac Catalyst as well. * [monotouch-test] Add helper makefiles. * [monotouch-test] Fix the RootTestsDirectory in the csproj. * [monotouch-test] Add empty ItemGroup for xharness to put stuff in. * [monotouch-test] Set DYNAMIC_REGISTRAR in each csproj, because xharness needs to be able to unset it. * [monotouch-test] Exclude tests that don't work with AOT from Mac Catalyst/ARM64. * [monotouch-test] Use 'ComputedPlatform' instead of 'Platform' to determine whether we're building for a device or not. 'Platform' can be anything, while we know the value of 'ComputedPlatform'. And since 'ComputedPlatform' is computed after the csproj is read, we need to delay the computation until later (thus in a separate target).
- Loading branch information
1 parent
7ea2524
commit e968a93
Showing
11 changed files
with
272 additions
and
738 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
include ../shared.mk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
include ../shared.mk | ||
|
||
dev: | ||
$(DOTNET6) build /bl *.csproj $(MSBUILD_VERBOSITY) /p:RuntimeIdentifier=ios-arm64 |
Oops, something went wrong.
e968a93
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❌ [CI Build] Tests failed on Build ❌
Tests failed on Build.
API diff
✅ API Diff from stable
View API diff
API & Generator diff
✅ API Diff (from PR only) (no change)
✅ Generator Diff (no change)
Packages generated
View packages
Test results
3 tests failed, 218 tests passed.
Failed tests
Pipeline on Agent XAMBOT-1035.BigSur'
[monotouch-test] Create a shared.csproj for all the .NET monotouch-test project files. (#12128)
e968a93
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥 Tests failed catastrophically on VSTS: device tests tvOS 🔥
Not enough free space in the host.
Pipeline on Agent
[monotouch-test] Create a shared.csproj for all the .NET monotouch-test project files. (#12128)
e968a93
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Results were skipped for this run due to provisioning problems Azure Devops. Please contact the bot administrator.
Pipeline on Agent
[monotouch-test] Create a shared.csproj for all the .NET monotouch-test project files. (#12128)
e968a93
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Results were skipped for this run due to provisioning problems Azure Devops. Please contact the bot administrator.
Pipeline on Agent
[monotouch-test] Create a shared.csproj for all the .NET monotouch-test project files. (#12128)
e968a93
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ Tests passed on macOS Mac Catalina (10.15) ✅
Tests passed
All tests on macOS X Mac Catalina (10.15) passed.
Pipeline on Agent
[monotouch-test] Create a shared.csproj for all the .NET monotouch-test project files. (#12128)
e968a93
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ Tests passed on macOS Mac Mojave (10.14) ✅
Tests passed
All tests on macOS X Mac Mojave (10.14) passed.
Pipeline on Agent
[monotouch-test] Create a shared.csproj for all the .NET monotouch-test project files. (#12128)
e968a93
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ Tests passed on macOS Mac High Sierra (10.13) ✅
Tests passed
All tests on macOS X Mac High Sierra (10.13) passed.
Pipeline on Agent
[monotouch-test] Create a shared.csproj for all the .NET monotouch-test project files. (#12128)
e968a93
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Results were skipped for this run due to provisioning problems Azure Devops. Please contact the bot administrator.
Pipeline on Agent
[monotouch-test] Create a shared.csproj for all the .NET monotouch-test project files. (#12128)