Enable Controls CoreCLR device tests on iOS and Catalyst#34571
Enable Controls CoreCLR device tests on iOS and Catalyst#34571
Conversation
Re-enable Controls device tests on CoreCLR for iOS (simulator-18.4) and MacCatalyst (latest) that were disabled due to dotnet/runtime#122219. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/dotnet/maui/main/eng/scripts/get-maui-pr.sh | bash -s -- 34571Or
iex "& { $(irm https://raw.githubusercontent.com/dotnet/maui/main/eng/scripts/get-maui-pr.ps1) } 34571" |
Co-authored-by: Milos Kotlar <kotlarmilos@gmail.com>
There was a problem hiding this comment.
Pull request overview
This PR re-enables running Controls device tests under CoreCLR for iOS (simulator-18.4) and MacCatalyst (latest) by removing the version-specific CoreCLR exclusions that were previously added as a workaround for dotnet/runtime#122219.
Changes:
- Removed
iosVersionsCoreClrExcludefor the Controls device test scenario. - Removed
catalystVersionsCoreClrExcludefor the Controls device test scenario. - Consolidated the prior tracking comments into a single “re-enabled” note referencing the runtime issue.
You can also share your feedback on Copilot code review. Take the survey.
|
/azp run maui-pr-uitests, maui-pr-devicetests |
|
Azure Pipelines successfully started running 2 pipeline(s). |
|
Tests are passing on device
|
|
CI failures are on unrelated platforms; CoreCLR iOS device tests pass |
Description
Re-enable Controls device tests on CoreCLR for Apple mobile
Fixes dotnet/runtime#122219