Open steveisok opened 2 years ago
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.
Tagging subscribers to 'os-ios': @steveisok, @akoeplinger See info in area-owners.md if you want to be subscribed.
Author: | steveisok |
---|---|
Assignees: | - |
Labels: | `untriaged`, `os-ios` |
Milestone: | - |
Tagging subscribers to this area: @dotnet/area-system-formats-cbor, @vcsjones See info in area-owners.md if you want to be subscribed.
Author: | steveisok |
---|---|
Assignees: | - |
Labels: | `os-ios`, `area-System.Formats.Cbor` |
Milestone: | 8.0.0 |
While this is potentially affecting a disabled test for CBOR, the real issue seems to be a crash in BigInteger, so transferring to numerics.
Tagging subscribers to this area: @dotnet/area-system-numerics See info in area-owners.md if you want to be subscribed.
Author: | steveisok |
---|---|
Assignees: | - |
Labels: | `area-System.Numerics`, `os-ios` |
Milestone: | 8.0.0 |
@SamMonoRT do you think someone on your team can look into this?
@dakersnar - do we know what are the final plans for https://github.com/dotnet/runtime/issues/79004 - trying to determine if we should try to investigate this iOS specific issue for 8.0 timeline
@kotlarmilos - take a brief look as you enable the iOS lanes. Moving this to 9.0 due to lack of clarity above.
Didn't manage to reproduce the failure locally. However, the test fails on the CI. Further investigation is needed, thus moving this to Future.
During the
System.Formats.Cbor
test run, CborDocument_Roundtrip crashes when comparing twoBigInteger
types.The test will be skipped for now.