You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It was discovered that dotnet/corefx#31779 introduced a regression due to the values for certain tests being the same between the LHS and RHS inputs.
We should audit the tests to ensure that they are testing unique inputs as well so that core functionality isn't missed and more regressions aren't introduced.
The text was updated successfully, but these errors were encountered:
I have a PR for this issue. Changed tests in System.Numeric.Tests.Matrix3x2Tests and System.Numeric.Tests.Matrix4x4Tests to have unique inputs for matrix add, subtract and multiplication tests.
It was discovered that dotnet/corefx#31779 introduced a regression due to the values for certain tests being the same between the LHS and RHS inputs.
We should audit the tests to ensure that they are testing unique inputs as well so that core functionality isn't missed and more regressions aren't introduced.
The text was updated successfully, but these errors were encountered: