dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
15.05k stars 4.69k forks source link

[tvOS] Failing System.Numerics.Vectors.Tests #67893

Open simonrozsival opened 2 years ago

simonrozsival commented 2 years ago

Architecture: arm64 Configuration: Release

Some System.Numerics.Tests.GenericVectorTests are failing on tvOS:

The tests fail because the result of multiplication is 0. Sample test output:

Assert.Equal() Failure
Expected: -1981376615
Actual:   0

Sample failing tests in CI: https://dev.azure.com/dnceng/public/_build/results?buildId=1711460&view=ms.vss-test-web.build-test-results-tab&runId=46542900&resultId=133095&paneView=debug

ghost commented 2 years ago

Tagging subscribers to 'os-tvos': @steveisok, @akoeplinger See info in area-owners.md if you want to be subscribed.

Issue Details
Architecture: arm64 Configuration: Release Some `System.Numerics.Vectors.Tests` are failing on tvOS: - MultiplicationWithScalarSByte - MultiplicationWithScalarInt16 - MultiplicationWithScalarInt32 - MultiplicationWithScalarInt64 - MultiplicationWithScalarByte - MultiplicationWithScalarUInt16 - MultiplicationWithScalarUInt32 - MultiplicationWithScalarUInt64 - MultiplicationWithScalarSingle - MultiplicationWithScalarDouble The tests fail because the result of multiplication is 0. Sample test output: ``` Assert.Equal() Failure Expected: -1981376615 Actual: 0 ``` Sample failing tests in CI: https://dev.azure.com/dnceng/public/_build/results?buildId=1711460&view=ms.vss-test-web.build-test-results-tab&runId=46542900&resultId=133095&paneView=debug
Author: simonrozsival
Assignees: -
Labels: `os-tvos`
Milestone: -