-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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: JIT/Methodical/NaN/intrinsic_cs_ro/intrinsic_cs_ro.dll #88451
Comments
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue Detailsruntime-coreclr jitstress-random win-arm64:
linux-x64:
@dotnet/jit-contrib
|
Failed again in: runtime-coreclr jitstress-random 20230723.1 Failed tests:
Error message:
Stack trace:
|
Failed again in: runtime-coreclr jitstress-random 20230806.1 Failed tests:
Error message:
Stack trace:
|
This looks like a bug in constant folding: public static void Main()
{
Console.WriteLine(Math.Tanh(double.NegativeInfinity));
Console.WriteLine(Math.Tanh(NegativeInfinity()));
}
[MethodImpl(MethodImplOptions.NoInlining)]
private static double NegativeInfinity() => double.NegativeInfinity; Result: NaN
-1 JitStress causes us to inline the second |
runtime-coreclr jitstress-random
win-arm64:
linux-x64:
https://dev.azure.com/dnceng-public/public/_build/results?buildId=329904&view=ms.vss-test-web.build-test-results-tab
@dotnet/jit-contrib
The text was updated successfully, but these errors were encountered: