Skip to content
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

[iOS] Matrix4x4Tests.Matrix4x4IndexerSetTest test fails #80876

Open
steveisok opened this issue Jan 19, 2023 · 1 comment
Open

[iOS] Matrix4x4Tests.Matrix4x4IndexerSetTest test fails #80876

steveisok opened this issue Jan 19, 2023 · 1 comment
Labels
area-System.Numerics disabled-test The test is disabled in source code against the issue os-ios Apple iOS
Milestone

Comments

@steveisok
Copy link
Member

All 4 runs in

public void Matrix4x4IndexerSetTest(float m11, float m12, float m13, float m14, float m21, float m22, float m23, float m24, float m31, float m32, float m33, float m34, float m41, float m42, float m43, float m44)

fail where an actual value is 0.

Expected: 1.00000012
Actual:   0
Expected: 3.14343429
Actual:   0
Expected: 1
Actual:   0
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Jan 19, 2023
@ghost
Copy link

ghost commented Jan 19, 2023

Tagging subscribers to this area: @dotnet/area-system-numerics
See info in area-owners.md if you want to be subscribed.

Issue Details

All 4 runs in

public void Matrix4x4IndexerSetTest(float m11, float m12, float m13, float m14, float m21, float m22, float m23, float m24, float m31, float m32, float m33, float m34, float m41, float m42, float m43, float m44)

fail where an actual value is 0.

Expected: 1.00000012
Actual:   0
Expected: 3.14343429
Actual:   0
Expected: 1
Actual:   0
Author: steveisok
Assignees: -
Labels:

area-System.Numerics, os-ios

Milestone: -

@tannergooding tannergooding removed the untriaged New issue has not been triaged by the area owner label Mar 23, 2023
@vitek-karas vitek-karas added the disabled-test The test is disabled in source code against the issue label Jul 23, 2024
@vitek-karas vitek-karas added this to the 10.0.0 milestone Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-System.Numerics disabled-test The test is disabled in source code against the issue os-ios Apple iOS
Projects
None yet
Development

No branches or pull requests

3 participants