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.Tests.Int32Tests_GenericMath.op_CheckedMultiplyTest #93532

Closed
v-wenyuxu opened this issue Oct 16, 2023 · 2 comments
Closed
Labels
arch-arm64 area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI JitStress CLR JIT issues involving JIT internal stress modes os-windows

Comments

@v-wenyuxu
Copy link

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

Failed tests:

net9.0-windows-Release-arm64-CoreCLR_checked-jitstress2_jitstressregs0x80-Windows.11.Arm64.Open
    - System.Tests.Int32Tests_GenericMath.op_CheckedMultiplyTest
net9.0-windows-Release-arm64-CoreCLR_checked-jitstress2_jitstressregs2-Windows.11.Arm64.Open
    - System.Tests.Int32Tests_GenericMath.op_CheckedMultiplyTest
net9.0-windows-Release-arm64-CoreCLR_checked-jitstress2_jitstressregs8-Windows.11.Arm64.Open
    - System.Tests.Int32Tests_GenericMath.op_CheckedMultiplyTest
net9.0-windows-Release-arm64-CoreCLR_checked-jitstress2_jitstressregs0x1000-Windows.11.Arm64.Open
    - System.Tests.Int32Tests_GenericMath.op_CheckedMultiplyTest
net9.0-windows-Release-arm64-CoreCLR_checked-jitstress2_jitstressregs0x2000-Windows.11.Arm64.Open
    - System.Tests.Int32Tests_GenericMath.op_CheckedMultiplyTest
net9.0-windows-Release-arm64-CoreCLR_checked-jitstress2_jitstressregs3-Windows.11.Arm64.Open
    - System.Tests.Int32Tests_GenericMath.op_CheckedMultiplyTest
net9.0-windows-Release-arm64-CoreCLR_checked-jitstress2_jitstressregs1-Windows.11.Arm64.Open
    - System.Tests.Int32Tests_GenericMath.op_CheckedMultiplyTest
net9.0-windows-Release-arm64-CoreCLR_checked-jitstress2_jitstressregs0x10-Windows.11.Arm64.Open
    - System.Tests.Int32Tests_GenericMath.op_CheckedMultiplyTest
net9.0-windows-Release-arm64-CoreCLR_checked-jitstress2_jitstressregs4-Windows.11.Arm64.Open
    - System.Tests.Int32Tests_GenericMath.op_CheckedMultiplyTest

Error message:

Assert.Throws() Failure
Expected: typeof(System.OverflowException)
Actual:   (No exception was thrown)

Stack trace:

   at System.Tests.Int32Tests_GenericMath.op_CheckedMultiplyTest() in /_/src/libraries/System.Runtime/tests/System/Int32Tests.GenericMath.cs:line 1161
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   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-arm64 os-windows JitStress CLR JIT issues involving JIT internal stress modes labels Oct 16, 2023
@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 Oct 16, 2023
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Oct 16, 2023
@ghost
Copy link

ghost commented Oct 16, 2023

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

Issue Details

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

Failed tests:

net9.0-windows-Release-arm64-CoreCLR_checked-jitstress2_jitstressregs0x80-Windows.11.Arm64.Open
    - System.Tests.Int32Tests_GenericMath.op_CheckedMultiplyTest
net9.0-windows-Release-arm64-CoreCLR_checked-jitstress2_jitstressregs2-Windows.11.Arm64.Open
    - System.Tests.Int32Tests_GenericMath.op_CheckedMultiplyTest
net9.0-windows-Release-arm64-CoreCLR_checked-jitstress2_jitstressregs8-Windows.11.Arm64.Open
    - System.Tests.Int32Tests_GenericMath.op_CheckedMultiplyTest
net9.0-windows-Release-arm64-CoreCLR_checked-jitstress2_jitstressregs0x1000-Windows.11.Arm64.Open
    - System.Tests.Int32Tests_GenericMath.op_CheckedMultiplyTest
net9.0-windows-Release-arm64-CoreCLR_checked-jitstress2_jitstressregs0x2000-Windows.11.Arm64.Open
    - System.Tests.Int32Tests_GenericMath.op_CheckedMultiplyTest
net9.0-windows-Release-arm64-CoreCLR_checked-jitstress2_jitstressregs3-Windows.11.Arm64.Open
    - System.Tests.Int32Tests_GenericMath.op_CheckedMultiplyTest
net9.0-windows-Release-arm64-CoreCLR_checked-jitstress2_jitstressregs1-Windows.11.Arm64.Open
    - System.Tests.Int32Tests_GenericMath.op_CheckedMultiplyTest
net9.0-windows-Release-arm64-CoreCLR_checked-jitstress2_jitstressregs0x10-Windows.11.Arm64.Open
    - System.Tests.Int32Tests_GenericMath.op_CheckedMultiplyTest
net9.0-windows-Release-arm64-CoreCLR_checked-jitstress2_jitstressregs4-Windows.11.Arm64.Open
    - System.Tests.Int32Tests_GenericMath.op_CheckedMultiplyTest

Error message:

Assert.Throws() Failure
Expected: typeof(System.OverflowException)
Actual:   (No exception was thrown)

Stack trace:

   at System.Tests.Int32Tests_GenericMath.op_CheckedMultiplyTest() in /_/src/libraries/System.Runtime/tests/System/Int32Tests.GenericMath.cs:line 1161
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs:line 57
Author: v-wenyuxu
Assignees: -
Labels:

arch-arm64, os-windows, JitStress, area-CodeGen-coreclr

Milestone: -

@jakobbotsch
Copy link
Member

Fixed by #93523

@jakobbotsch jakobbotsch closed this as not planned Won't fix, can't repro, duplicate, stale Oct 16, 2023
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Oct 16, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Nov 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-arm64 area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI JitStress CLR JIT issues involving JIT internal stress modes os-windows
Projects
None yet
Development

No branches or pull requests

2 participants