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.SqlMoneyTest.Conversions #112325

Open
v-wenyuxu opened this issue Feb 10, 2025 · 4 comments
Open

Test failure: System.Data.Tests.SqlTypes.SqlMoneyTest.Conversions #112325

v-wenyuxu opened this issue Feb 10, 2025 · 4 comments
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_jitstressregs8-Windows.10.Amd64.Open
    - System.Data.Tests.SqlTypes.SqlMoneyTest.Conversions
    - System.Data.Tests.SqlTypes.SqlDoubleTest.Conversions
net10.0-windows-Release-x64-jitstress2_jitstressregs1-Windows.10.Amd64.Open
    - System.Data.Tests.SqlTypes.SqlDoubleTest.Conversions
    - System.Data.Tests.SqlTypes.SqlMoneyTest.Conversions

Error message:

 Assert.Equal() Failure: Strings differ
           ↓ (pos 0)
Expected: "5E-324"
Actual:   "6464.6464"
           ↑ (pos 0)

Stack trace:

    at System.Data.Tests.SqlTypes.SqlMoneyTest.Conversions() in /_/src/libraries/System.Data.Common/tests/System/Data/SqlTypes/SqlMoneyTest.cs:line 254
   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 needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners 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
@amanasifkhalid
Copy link
Member

Possibly related to #112329.

set DOTNET_TieredCompilation=0
set DOTNET_JitStress=2
set DOTNET_JitStressRegs=8

cc @dotnet/jit-contrib

@amanasifkhalid amanasifkhalid added area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI and removed untriaged New issue has not been triaged by the area owner needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels Feb 10, 2025
@amanasifkhalid amanasifkhalid added this to the 10.0.0 milestone 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.

@v-wenyuxu
Copy link
Author

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

Failed tests:

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

Error message:

 Assert.Equal() Failure: Strings differ
           ↓ (pos 0)
Expected: "5E-324"
Actual:   "6464.6464"
           ↑ (pos 0)

Stack trace:

   at System.Data.Tests.SqlTypes.SqlMoneyTest.Conversions() in /_/src/libraries/System.Data.Common/tests/System/Data/SqlTypes/SqlMoneyTest.cs:line 254
   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

Possibly related to #112329.

set DOTNET_TieredCompilation=0
set DOTNET_JitStress=2
set DOTNET_JitStressRegs=8

cc @dotnet/jit-contrib

@kunalspathak, PTAL.

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