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.Numerics.Tests.Vector3Tests.Vector3MultiplyOperatorTest #103544

Closed
v-wenyuxu opened this issue Jun 17, 2024 · 2 comments · Fixed by #103590
Closed

Test failure: System.Numerics.Tests.Vector3Tests.Vector3MultiplyOperatorTest #103544

v-wenyuxu opened this issue Jun 17, 2024 · 2 comments · Fixed by #103590
Assignees
Labels
arch-arm64 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 20240615.1

Failed tests:

net9.0-windows-Release-arm64-jitstress2_jitstressregs3-Windows.11.Arm64.Open
    - System.Numerics.Tests.Vector3Tests.Vector3MultiplyOperatorTest
net9.0-windows-Release-arm64-jitstress2_jitstressregs2-Windows.11.Arm64.Open
    - System.Numerics.Tests.Vector3Tests.Vector3MultiplyOperatorTest
net9.0-windows-Release-arm64-jitstress2_jitstressregs8-Windows.11.Arm64.Open
    - System.Numerics.Tests.Vector3Tests.Vector3MultiplyOperatorTest
net9.0-windows-Release-arm64-jitstress2_jitstressregs0x80-Windows.11.Arm64.Open
    - System.Numerics.Tests.Vector3Tests.Vector3MultiplyOperatorTest
net9.0-windows-Release-arm64-jitstress2_jitstressregs0x10-Windows.11.Arm64.Open
    - System.Numerics.Tests.Vector3Tests.Vector3MultiplyOperatorTest
net9.0-linux-Release-arm64-jitstress2_jitstressregs0x10-(Ubuntu.1804.Arm64.Open)Ubuntu.2004.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8
    - System.Numerics.Tests.Vector3Tests.Vector3MultiplyOperatorTest
net9.0-linux-Release-arm64-jitstress2_jitstressregs1-(Ubuntu.1804.Arm64.Open)Ubuntu.2004.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8
    - System.Numerics.Tests.Vector3Tests.Vector3MultiplyOperatorTest
net9.0-linux-Release-arm64-jitstress2_jitstressregs0x80-(Ubuntu.1804.Arm64.Open)Ubuntu.2004.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8
    - System.Numerics.Tests.Vector3Tests.Vector3MultiplyOperatorTest
net9.0-windows-Release-arm64-jitstress2_jitstressregs4-Windows.11.Arm64.Open
    - System.Numerics.Tests.Vector3Tests.Vector3MultiplyOperatorTest
net9.0-linux-Release-arm64-jitstress2_jitstressregs8-(Ubuntu.1804.Arm64.Open)Ubuntu.2004.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8
    - System.Numerics.Tests.Vector3Tests.Vector3MultiplyOperatorTest
net9.0-linux-Release-arm64-jitstress2_jitstressregs0x2000-(Ubuntu.1804.Arm64.Open)Ubuntu.2004.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8
    - System.Numerics.Tests.Vector3Tests.Vector3MultiplyOperatorTest
net9.0-linux-Release-arm64-jitstress2_jitstressregs3-(Ubuntu.1804.Arm64.Open)Ubuntu.2004.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8
    - System.Numerics.Tests.Vector3Tests.Vector3MultiplyOperatorTest
net9.0-linux-Release-arm64-jitstress2_jitstressregs4-(Ubuntu.1804.Arm64.Open)Ubuntu.2004.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8
    - System.Numerics.Tests.Vector3Tests.Vector3MultiplyOperatorTest
net9.0-linux-Release-arm64-jitstress2_jitstressregs0x1000-(Ubuntu.1804.Arm64.Open)Ubuntu.2004.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8
    - System.Numerics.Tests.Vector3Tests.Vector3MultiplyOperatorTest
net9.0-linux-Release-arm64-jitstress2_jitstressregs2-(Ubuntu.1804.Arm64.Open)Ubuntu.2004.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8
    - System.Numerics.Tests.Vector3Tests.Vector3MultiplyOperatorTest
net9.0-windows-Release-arm64-jitstress2_jitstressregs0x1000-Windows.11.Arm64.Open
    - System.Numerics.Tests.Vector3Tests.Vector3MultiplyOperatorTest
net9.0-windows-Release-arm64-jitstress2_jitstressregs0x2000-Windows.11.Arm64.Open
    - System.Numerics.Tests.Vector3Tests.Vector3MultiplyOperatorTest
net9.0-windows-Release-arm64-jitstress2_jitstressregs1-Windows.11.Arm64.Open
    - System.Numerics.Tests.Vector3Tests.Vector3MultiplyOperatorTest

Error message:

 Vector3f.operator * did not return the expected value.

Stack trace:

   at System.Numerics.Tests.Vector3Tests.Vector3MultiplyOperatorTest() in /_/src/libraries/System.Numerics.Vectors/tests/Vector3Tests.cs:line 798
   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 blocking-clean-ci-optional Blocking optional rolling runs labels Jun 17, 2024
@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 Jun 17, 2024
@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Jun 17, 2024
Copy link
Contributor

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

@EgorBo
Copy link
Member

EgorBo commented Jun 17, 2024

@tannergooding could be related to your recent changes?

@JulieLeeMSFT JulieLeeMSFT added this to the 9.0.0 milestone Jun 17, 2024
@JulieLeeMSFT JulieLeeMSFT removed the untriaged New issue has not been triaged by the area owner label Jun 17, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Jul 19, 2024
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 blocking-clean-ci-optional Blocking optional rolling runs JitStress CLR JIT issues involving JIT internal stress modes os-windows
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants