-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[mono] Enable System.IO.Hashing
tests on ios and disable them on tvos
#90984
[mono] Enable System.IO.Hashing
tests on ios and disable them on tvos
#90984
Conversation
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries Issue DetailsAs reported in: #90499 Due to the facts that:
This PR disables running Fixes: #90499
|
Tagging subscribers to this area: @directhex Issue DetailsAs reported in: #90499 Due to the facts that:
This PR disables running Fixes: #90499
|
/azp run runtime-ioslike |
Azure Pipelines successfully started running 1 pipeline(s). |
Failures on tvos are unrelated. All enabled |
@kotlarmilos @steveisok not sure whether this should be backported for having a cleaner CI builds on .NET8 branches |
It is an infra change without risk, so I think we should backport it. |
/backport to release/8.0 |
Started backporting to release/8.0: https://github.com/dotnet/runtime/actions/runs/5998341091 |
As reported in: #90499
System.IO.Hashing.Tests.Crc32Tests
are failing on tvos-arm64 as part of theruntime-extra-platforms
pipeline.Due to the facts that:
This PR disables running
System.IO.Hashing
libraries tests on tvos and enables running them on ios platforms, which contributes towards having a green CI by keeping the same test coverage on iOS-like platforms.Fixes: #90499