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.Tensors.Tests.IntPtrGenericTensorPrimitives.MinMagnitude_TwoTensors_SpecialValues #96471

Closed
v-wenyuxu opened this issue Jan 4, 2024 · 2 comments
Labels
arch-x64 area-System.Numerics.Tensors JitStress CLR JIT issues involving JIT internal stress modes os-linux Linux OS (any supported distro)

Comments

@v-wenyuxu
Copy link

Run: runtime-coreclr libraries-jitstress 20240103.3

Failed test:

net9.0-linux-Release-x64-CoreCLR_checked-jitstress2_tiered-Ubuntu.2204.Amd64.Open

- System.Numerics.Tensors.Tests.IntPtrGenericTensorPrimitives.MinMagnitude_TwoTensors_SpecialValues
- System.Numerics.Tensors.Tests.IntPtrGenericTensorPrimitives.Add_TwoTensors_InPlace
- System.Numerics.Tensors.Tests.IntPtrGenericTensorPrimitives.Min_TwoTensors_SpecialValues
- System.Numerics.Tensors.Tests.Int64GenericTensorPrimitives.Max_TwoTensors_SpecialValues
- System.Numerics.Tensors.Tests.IntPtrGenericTensorPrimitives.MultiplyAdd_TensorTensorScalar_InPlace
... ...
net9.0-linux-Release-x64-CoreCLR_checked-jitminopts-Ubuntu.2204.Amd64.Open

- System.Numerics.Tensors.Tests.UIntPtrGenericTensorPrimitives.MaxMagnitude_TwoTensors_SpecialValues
- System.Numerics.Tensors.Tests.UIntPtrGenericTensorPrimitives.MinMagnitude_TwoTensors_SpecialValues
- System.Numerics.Tensors.Tests.UIntPtrGenericTensorPrimitives.MinMagnitude_TwoTensors_InPlace
- System.Numerics.Tensors.Tests.UIntPtrGenericTensorPrimitives.MaxMagnitude_TwoTensors_InPlace
- System.Numerics.Tensors.Tests.UIntPtrGenericTensorPrimitives.Min_TwoTensors_SpecialValues
... ...
net9.0-linux-Release-x64-CoreCLR_checked-jitstress1-Ubuntu.2204.Amd64.Open

- System.Numerics.Tensors.Tests.Int64GenericTensorPrimitives.Divide_TwoTensors_ByZero_Throws
- System.Numerics.Tensors.Tests.UInt64GenericTensorPrimitives.Divide_TwoTensors_InPlace
- System.Numerics.Tensors.Tests.UInt64GenericTensorPrimitives.Divide_TensorScalar
- System.Numerics.Tensors.Tests.UIntPtrGenericTensorPrimitives.Min_TwoTensors_SpecialValues
- System.Numerics.Tensors.Tests.UIntPtrGenericTensorPrimitives.Divide_TensorScalar_InPlace
... ...
net9.0-linux-Release-x64-CoreCLR_checked-jitstress1_tiered-Ubuntu.2204.Amd64.Open

- System.Numerics.Tensors.Tests.DoubleGenericTensorPrimitives.Min_TwoTensors_SpecialValues
- System.Numerics.Tensors.Tests.IntPtrGenericTensorPrimitives.MinMagnitude_TwoTensors_SpecialValues
- System.Numerics.Tensors.Tests.UInt64GenericTensorPrimitives.MinMagnitude_TwoTensors_InPlace
- System.Numerics.Tensors.Tests.IntPtrGenericTensorPrimitives.Min_TwoTensors_SpecialValues
- System.Numerics.Tensors.Tests.UInt64GenericTensorPrimitives.Negate_AllLengths
... ...

Error message:

Assert.All() Failure: 4 out of 256 items in the collection did not pass.
[3]: Item:  4
Error: Assert.Equal() Failure: Values differ
Expected: 1579215652652062848
Actual:   -3690635635009759767
[4]: Item:  5
Error: Assert.Equal() Failure: Values differ
Expected: 1262741478833362244
Actual:   -950887324362334071
[5]: Item:  6
Error: Assert.Equal() Failure: Values differ
Expected: 2390979035222143809
Actual:   3708664934748602959
[6]: Item:  7
Error: Assert.Equal() Failure: Values differ
Expected: -3780711830439635657
Actual:   -1304740399604855863



Stack trace
   at System.Numerics.Tensors.Tests.TensorPrimitivesTests`1.MinMagnitude_TwoTensors_SpecialValues() in /_/src/libraries/System.Numerics.Tensors/tests/TensorPrimitivesTests.cs:line 1914
   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 os-linux Linux OS (any supported distro) JitStress CLR JIT issues involving JIT internal stress modes arch-x64 labels Jan 4, 2024
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Jan 4, 2024
@ghost
Copy link

ghost commented Jan 4, 2024

Tagging subscribers to this area: @dotnet/area-system-numerics-tensors
See info in area-owners.md if you want to be subscribed.

Issue Details

Run: runtime-coreclr libraries-jitstress 20240103.3

Failed test:

net9.0-linux-Release-x64-CoreCLR_checked-jitstress2_tiered-Ubuntu.2204.Amd64.Open

- System.Numerics.Tensors.Tests.IntPtrGenericTensorPrimitives.MinMagnitude_TwoTensors_SpecialValues
- System.Numerics.Tensors.Tests.IntPtrGenericTensorPrimitives.Add_TwoTensors_InPlace
- System.Numerics.Tensors.Tests.IntPtrGenericTensorPrimitives.Min_TwoTensors_SpecialValues
- System.Numerics.Tensors.Tests.Int64GenericTensorPrimitives.Max_TwoTensors_SpecialValues
- System.Numerics.Tensors.Tests.IntPtrGenericTensorPrimitives.MultiplyAdd_TensorTensorScalar_InPlace
... ...
net9.0-linux-Release-x64-CoreCLR_checked-jitminopts-Ubuntu.2204.Amd64.Open

- System.Numerics.Tensors.Tests.UIntPtrGenericTensorPrimitives.MaxMagnitude_TwoTensors_SpecialValues
- System.Numerics.Tensors.Tests.UIntPtrGenericTensorPrimitives.MinMagnitude_TwoTensors_SpecialValues
- System.Numerics.Tensors.Tests.UIntPtrGenericTensorPrimitives.MinMagnitude_TwoTensors_InPlace
- System.Numerics.Tensors.Tests.UIntPtrGenericTensorPrimitives.MaxMagnitude_TwoTensors_InPlace
- System.Numerics.Tensors.Tests.UIntPtrGenericTensorPrimitives.Min_TwoTensors_SpecialValues
... ...
net9.0-linux-Release-x64-CoreCLR_checked-jitstress1-Ubuntu.2204.Amd64.Open

- System.Numerics.Tensors.Tests.Int64GenericTensorPrimitives.Divide_TwoTensors_ByZero_Throws
- System.Numerics.Tensors.Tests.UInt64GenericTensorPrimitives.Divide_TwoTensors_InPlace
- System.Numerics.Tensors.Tests.UInt64GenericTensorPrimitives.Divide_TensorScalar
- System.Numerics.Tensors.Tests.UIntPtrGenericTensorPrimitives.Min_TwoTensors_SpecialValues
- System.Numerics.Tensors.Tests.UIntPtrGenericTensorPrimitives.Divide_TensorScalar_InPlace
... ...
net9.0-linux-Release-x64-CoreCLR_checked-jitstress1_tiered-Ubuntu.2204.Amd64.Open

- System.Numerics.Tensors.Tests.DoubleGenericTensorPrimitives.Min_TwoTensors_SpecialValues
- System.Numerics.Tensors.Tests.IntPtrGenericTensorPrimitives.MinMagnitude_TwoTensors_SpecialValues
- System.Numerics.Tensors.Tests.UInt64GenericTensorPrimitives.MinMagnitude_TwoTensors_InPlace
- System.Numerics.Tensors.Tests.IntPtrGenericTensorPrimitives.Min_TwoTensors_SpecialValues
- System.Numerics.Tensors.Tests.UInt64GenericTensorPrimitives.Negate_AllLengths
... ...

Error message:

Assert.All() Failure: 4 out of 256 items in the collection did not pass.
[3]: Item:  4
Error: Assert.Equal() Failure: Values differ
Expected: 1579215652652062848
Actual:   -3690635635009759767
[4]: Item:  5
Error: Assert.Equal() Failure: Values differ
Expected: 1262741478833362244
Actual:   -950887324362334071
[5]: Item:  6
Error: Assert.Equal() Failure: Values differ
Expected: 2390979035222143809
Actual:   3708664934748602959
[6]: Item:  7
Error: Assert.Equal() Failure: Values differ
Expected: -3780711830439635657
Actual:   -1304740399604855863



Stack trace
   at System.Numerics.Tensors.Tests.TensorPrimitivesTests`1.MinMagnitude_TwoTensors_SpecialValues() in /_/src/libraries/System.Numerics.Tensors/tests/TensorPrimitivesTests.cs:line 1914
   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:

area-System.Numerics.Tensors, os-linux, JitStress, arch-x64

Milestone: -

@jakobbotsch
Copy link
Member

Duplicate of #96464

@jakobbotsch jakobbotsch marked this as a duplicate of #96464 Jan 4, 2024
@jakobbotsch jakobbotsch closed this as not planned Won't fix, can't repro, duplicate, stale Jan 4, 2024
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Jan 4, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Feb 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-x64 area-System.Numerics.Tensors JitStress CLR JIT issues involving JIT internal stress modes os-linux Linux OS (any supported distro)
Projects
None yet
Development

No branches or pull requests

2 participants