-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Test failure: System.Tests.DoubleTests.AtanPiTest on Android #71252
Comments
Tagging subscribers to this area: @dotnet/area-system-runtime Issue DetailsStarted failing on 6/22 in every Rolling run -- 7 failures in last 7 days Affected test:
Failure:
|
Due to large impact on CI, we should disable the tests ASAP |
Investigating this now. I am not able to reproduce it locally on a non-android device. I immediately notice that AtanPi uses the Math.Atan() intrinsic, which could have incorrect behavior on android devices. What this boils down to is that we expect Atan(-0) to produce -0, but instead it is probably producing 0. I'm unsure if there is a flaw in our logic or a flaw in the intrinsic's behavior. |
Here is the current implementation of AtanPi: We have a test verifying that I'm unsure which mono area this should fall under so I'm putting it under "meta". |
Started failing on 6/22 in every Rolling run -- 7 failures in last 7 days
Affected test:
Platform:
Failure:
The text was updated successfully, but these errors were encountered: