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.Runtime.Intrinsics.Tests.Vectors.Vector64Tests.Vector64UInt64ShiftLeftTest #76637

Closed
BruceForstall opened this issue Oct 4, 2022 · 2 comments
Labels
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
Milestone

Comments

@BruceForstall
Copy link
Member

JitStress=1

pipeline: runtime-coreclr libraries-jitstress

https://dev.azure.com/dnceng-public/public/_build/results?buildId=39575&view=ms.vss-test-web.build-test-results-tab

Fails on arm, x86, x64, but not arm64

C:\h\w\BA420A2D\w\BE5E0A6A\e>set COMPlus 
COMPlus_JitStress=1
COMPlus_TieredCompilation=0

C:\h\w\BA420A2D\w\BE5E0A6A\e>call RunTests.cmd --runtime-path C:\h\w\BA420A2D\p 
----- start Tue 10/04/2022  8:40:17.40 ===============  To repro directly: ===================================================== 
pushd C:\h\w\BA420A2D\w\BE5E0A6A\e\
"C:\h\w\BA420A2D\p\dotnet.exe" exec --runtimeconfig System.Runtime.Intrinsics.Tests.runtimeconfig.json --depsfile System.Runtime.Intrinsics.Tests.deps.json xunit.console.dll System.Runtime.Intrinsics.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing 
popd
===========================================================================================================

C:\h\w\BA420A2D\w\BE5E0A6A\e>"C:\h\w\BA420A2D\p\dotnet.exe" exec --runtimeconfig System.Runtime.Intrinsics.Tests.runtimeconfig.json --depsfile System.Runtime.Intrinsics.Tests.deps.json xunit.console.dll System.Runtime.Intrinsics.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing  
  Discovering: System.Runtime.Intrinsics.Tests (method display = ClassAndMethod, method display options = None)
  Discovered:  System.Runtime.Intrinsics.Tests (found 724 test cases)
  Starting:    System.Runtime.Intrinsics.Tests (parallel test collections = on, max threads = 4)
    System.Runtime.Intrinsics.Tests.Vectors.Vector64Tests.Vector64UInt64ShiftLeftTest [FAIL]
      System.ArgumentOutOfRangeException : Specified argument was out of the range of valid values. (Parameter 'index')
      Stack Trace:
        /_/src/libraries/System.Runtime.Intrinsics/tests/Vectors/Vector64Tests.cs(1731,0): at System.Runtime.Intrinsics.Tests.Vectors.Vector64Tests.Vector64UInt64ShiftLeftTest()
           at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
        /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodInvoker.cs(64,0): at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)
  Finished:    System.Runtime.Intrinsics.Tests
=== TEST EXECUTION SUMMARY ===

Possibly related: #76636 ?

@dotnet/jit-contrib

@BruceForstall BruceForstall added JitStress CLR JIT issues involving JIT internal stress modes 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 labels Oct 4, 2022
@BruceForstall BruceForstall added this to the 8.0.0 milestone Oct 4, 2022
@ghost
Copy link

ghost commented Oct 4, 2022

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

Issue Details

JitStress=1

pipeline: runtime-coreclr libraries-jitstress

https://dev.azure.com/dnceng-public/public/_build/results?buildId=39575&view=ms.vss-test-web.build-test-results-tab

Fails on arm, x86, x64, but not arm64

C:\h\w\BA420A2D\w\BE5E0A6A\e>set COMPlus 
COMPlus_JitStress=1
COMPlus_TieredCompilation=0

C:\h\w\BA420A2D\w\BE5E0A6A\e>call RunTests.cmd --runtime-path C:\h\w\BA420A2D\p 
----- start Tue 10/04/2022  8:40:17.40 ===============  To repro directly: ===================================================== 
pushd C:\h\w\BA420A2D\w\BE5E0A6A\e\
"C:\h\w\BA420A2D\p\dotnet.exe" exec --runtimeconfig System.Runtime.Intrinsics.Tests.runtimeconfig.json --depsfile System.Runtime.Intrinsics.Tests.deps.json xunit.console.dll System.Runtime.Intrinsics.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing 
popd
===========================================================================================================

C:\h\w\BA420A2D\w\BE5E0A6A\e>"C:\h\w\BA420A2D\p\dotnet.exe" exec --runtimeconfig System.Runtime.Intrinsics.Tests.runtimeconfig.json --depsfile System.Runtime.Intrinsics.Tests.deps.json xunit.console.dll System.Runtime.Intrinsics.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing  
  Discovering: System.Runtime.Intrinsics.Tests (method display = ClassAndMethod, method display options = None)
  Discovered:  System.Runtime.Intrinsics.Tests (found 724 test cases)
  Starting:    System.Runtime.Intrinsics.Tests (parallel test collections = on, max threads = 4)
    System.Runtime.Intrinsics.Tests.Vectors.Vector64Tests.Vector64UInt64ShiftLeftTest [FAIL]
      System.ArgumentOutOfRangeException : Specified argument was out of the range of valid values. (Parameter 'index')
      Stack Trace:
        /_/src/libraries/System.Runtime.Intrinsics/tests/Vectors/Vector64Tests.cs(1731,0): at System.Runtime.Intrinsics.Tests.Vectors.Vector64Tests.Vector64UInt64ShiftLeftTest()
           at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
        /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodInvoker.cs(64,0): at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)
  Finished:    System.Runtime.Intrinsics.Tests
=== TEST EXECUTION SUMMARY ===

Possibly related: #76636 ?

@dotnet/jit-contrib

Author: BruceForstall
Assignees: -
Labels:

JitStress, area-CodeGen-coreclr, blocking-clean-ci-optional

Milestone: 8.0.0

@BruceForstall
Copy link
Member Author

This didn't appear in the run:

https://dev.azure.com/dnceng-public/public/_build/results?buildId=42418&view=ms.vss-test-web.build-test-results-tab

with #76695, so am going to assume it was the same issue.

@ghost ghost locked as resolved and limited conversation to collaborators Nov 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
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
Projects
None yet
Development

No branches or pull requests

1 participant