Uh oh!
There was an error while loading. Please reload this page.
[mono] Enable System.IO.Hashing tests on ios and disable them on tvos - #90984
Conversation
ghost
commented
Aug 23, 2023
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
|
ghost
commented
Aug 23, 2023
Tagging subscribers to this area: @directhex Issue DetailsAs reported in: #90499 Due to the facts that:
This PR disables running Fixes: #90499
|
kotlarmilos
commented
Aug 23, 2023
/azp run runtime-ioslike |
|
Azure Pipelines successfully started running 1 pipeline(s). |
ivanpovazan
commented
Aug 23, 2023
Failures on tvos are unrelated. All enabled |
ivanpovazan
commented
Aug 23, 2023
@kotlarmilos@steveisok not sure whether this should be backported for having a cleaner CI builds on .NET8 branches |
kotlarmilos
commented
Aug 23, 2023
It is an infra change without risk, so I think we should backport it. |
ivanpovazan
commented
Aug 28, 2023
/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.Crc32Testsare failing on tvos-arm64 as part of theruntime-extra-platformspipeline.Due to the facts that:
This PR disables running
System.IO.Hashinglibraries 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