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

Test failure: System.Data.Tests.SqlTypes.SqlDoubleTest.ArithmeticMethods #112324

Closed
v-wenyuxu opened this issue Feb 10, 2025 · 6 comments
Closed
Assignees
Labels
arch-x64 area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI blocking-clean-ci-optional Blocking optional rolling runs JitStress CLR JIT issues involving JIT internal stress modes os-windows
Milestone

Comments

@v-wenyuxu
Copy link

Failed in: runtime-coreclr libraries-jitstress2-jitstressregs 20250208.1

Failed tests:

net10.0-windows-Release-x64-jitstress2_jitstressregs1-Windows.10.Amd64.Open
    - System.Data.Tests.SqlTypes.SqlDoubleTest.ArithmeticMethods
net10.0-windows-Release-x64-jitstress2_jitstressregs8-Windows.10.Amd64.Open
    - System.Data.Tests.SqlTypes.SqlDoubleTest.ArithmeticMethods

Error message:

 Assert.Equal() Failure: Values differ
Expected: ∞
Actual:   1.5000000000000001E+109

Stack trace:

    at System.Data.Tests.SqlTypes.SqlDoubleTest.ArithmeticMethods() in /_/src/libraries/System.Data.Common/tests/System/Data/SqlTypes/SqlDoubleTest.cs:line 106
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) in /_/src/coreclr/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.CoreCLR.cs:line 36
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs:line 57
@v-wenyuxu v-wenyuxu added arch-x64 blocking-clean-ci-optional Blocking optional rolling runs JitStress CLR JIT issues involving JIT internal stress modes os-windows labels Feb 10, 2025
@dotnet-issue-labeler dotnet-issue-labeler bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Feb 10, 2025
@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Feb 10, 2025
Copy link
Contributor

Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch
See info in area-owners.md if you want to be subscribed.

@amanasifkhalid
Copy link
Member

Possibly related to #112329.

set DOTNET_TieredCompilation=0
set DOTNET_JitStress=2
set DOTNET_JitStressRegs=1

cc @dotnet/jit-contrib

@amanasifkhalid amanasifkhalid removed the untriaged New issue has not been triaged by the area owner label Feb 10, 2025
@amanasifkhalid amanasifkhalid added this to the 10.0.0 milestone Feb 10, 2025
@v-wenyuxu
Copy link
Author

Failed in: runtime-coreclr libraries-jitstress 20250212.1

Failed tests:

net10.0-windows-Release-x64-jitstress1-Windows.10.Amd64.Open
    - System.Data.Tests.SqlTypes.SqlSingleTest.ArithmeticMethods

Error message:

 Assert.Equal() Failure: Values differ
Expected: 7.50000001E+37
Actual:   0

Stack trace:

   at System.Data.Tests.SqlTypes.SqlSingleTest.ArithmeticMethods() in /_/src/libraries/System.Data.Common/tests/System/Data/SqlTypes/SqlSingleTest.cs:line 98
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) in /_/src/coreclr/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.CoreCLR.cs:line 36
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs:line 57

@v-wenyuxu
Copy link
Author

Failed in: runtime-coreclr libraries-jitstressregs 20250216.1

Failed tests:

net10.0-windows-Release-x64-jitstressregs8-Windows.10.Amd64.Open
    - System.Data.Tests.SqlTypes.SqlDoubleTest.ArithmeticMethods
net10.0-windows-Release-x64-jitstressregs0x80-Windows.10.Amd64.Open
    - System.Data.Tests.SqlTypes.SqlDoubleTest.ArithmeticMethods
net10.0-windows-Release-x64-jitstressregs1-Windows.10.Amd64.Open
    - System.Data.Tests.SqlTypes.SqlDoubleTest.ArithmeticMethods

Error message:

 Assert.Equal() Failure: Values differ
Expected: ∞
Actual:   1.5000000000000001E+109

Stack trace:

   at System.Data.Tests.SqlTypes.SqlDoubleTest.ArithmeticMethods() in /_/src/libraries/System.Data.Common/tests/System/Data/SqlTypes/SqlDoubleTest.cs:line 106
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) in /_/src/coreclr/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.CoreCLR.cs:line 36
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs:line 57

@JulieLeeMSFT
Copy link
Member

@kunalspathak, PTAL if it is related to LSRA.

@kunalspathak
Copy link
Member

fixed by #112799

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch-x64 area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI blocking-clean-ci-optional Blocking optional rolling runs JitStress CLR JIT issues involving JIT internal stress modes os-windows
Projects
None yet
Development

No branches or pull requests

4 participants