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.Matrix3x2Tests.Matrix3x2CreateRotationCenterTest #70261

Closed
BruceForstall opened this issue Jun 5, 2022 · 3 comments
Assignees
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
Milestone

Comments

@BruceForstall
Copy link
Member

C:\h\w\BF150A34\w\B96C09A9\e>set COMPlus 
COMPlus_TieredCompilation=0

C:\h\w\BF150A34\w\B96C09A9\e>call RunTests.cmd --runtime-path C:\h\w\BF150A34\p 
----- start Sun 06/05/2022  8:22:56.74 ===============  To repro directly: ===================================================== 
pushd C:\h\w\BF150A34\w\B96C09A9\e\
"C:\h\w\BF150A34\p\dotnet.exe" exec --runtimeconfig System.Numerics.Vectors.Tests.runtimeconfig.json --depsfile System.Numerics.Vectors.Tests.deps.json xunit.console.dll System.Numerics.Vectors.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing 
popd
===========================================================================================================

C:\h\w\BF150A34\w\B96C09A9\e>"C:\h\w\BF150A34\p\dotnet.exe" exec --runtimeconfig System.Numerics.Vectors.Tests.runtimeconfig.json --depsfile System.Numerics.Vectors.Tests.deps.json xunit.console.dll System.Numerics.Vectors.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing  
  Discovering: System.Numerics.Vectors.Tests (method display = ClassAndMethod, method display options = None)
  Discovered:  System.Numerics.Vectors.Tests (found 1303 test cases)
  Starting:    System.Numerics.Vectors.Tests (parallel test collections = on, max threads = 4)
    System.Numerics.Tests.Matrix3x2Tests.Matrix3x2CreateRotationCenterTest [FAIL]
      Assert.True() Failure
      Expected: True
      Actual:   False
      Stack Trace:
        /_/src/libraries/System.Numerics.Vectors/tests/Matrix3x2Tests.cs(241,0): at System.Numerics.Tests.Matrix3x2Tests.Matrix3x2CreateRotationCenterTest()
           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.Numerics.Vectors.Tests
=== TEST EXECUTION SUMMARY ===
   System.Numerics.Vectors.Tests  Total: 1339, Errors: 0, Failed: 1, Skipped: 0, Time: 16.898s

Possibly related to GenTreeVecCon? #68874

  • net7.0-windows-Release-x64-CoreCLR_checked-jitstress1-Windows.10.Amd64.Open
  • net7.0-windows-Release-x64-CoreCLR_checked-no_tiered_compilation-Windows.10.Amd64.Open
  • net7.0-windows-Release-x64-CoreCLR_checked-zapdisable-Windows.10.Amd64.Open
  • net7.0-windows-Release-x64-CoreCLR_checked-tailcallstress-Windows.10.Amd64.Open

@tannergooding @dotnet/jit-contrib

@BruceForstall BruceForstall added 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 Jun 5, 2022
@BruceForstall BruceForstall added this to the 7.0.0 milestone Jun 5, 2022
@ghost
Copy link

ghost commented Jun 5, 2022

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

Issue Details
C:\h\w\BF150A34\w\B96C09A9\e>set COMPlus 
COMPlus_TieredCompilation=0

C:\h\w\BF150A34\w\B96C09A9\e>call RunTests.cmd --runtime-path C:\h\w\BF150A34\p 
----- start Sun 06/05/2022  8:22:56.74 ===============  To repro directly: ===================================================== 
pushd C:\h\w\BF150A34\w\B96C09A9\e\
"C:\h\w\BF150A34\p\dotnet.exe" exec --runtimeconfig System.Numerics.Vectors.Tests.runtimeconfig.json --depsfile System.Numerics.Vectors.Tests.deps.json xunit.console.dll System.Numerics.Vectors.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing 
popd
===========================================================================================================

C:\h\w\BF150A34\w\B96C09A9\e>"C:\h\w\BF150A34\p\dotnet.exe" exec --runtimeconfig System.Numerics.Vectors.Tests.runtimeconfig.json --depsfile System.Numerics.Vectors.Tests.deps.json xunit.console.dll System.Numerics.Vectors.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing  
  Discovering: System.Numerics.Vectors.Tests (method display = ClassAndMethod, method display options = None)
  Discovered:  System.Numerics.Vectors.Tests (found 1303 test cases)
  Starting:    System.Numerics.Vectors.Tests (parallel test collections = on, max threads = 4)
    System.Numerics.Tests.Matrix3x2Tests.Matrix3x2CreateRotationCenterTest [FAIL]
      Assert.True() Failure
      Expected: True
      Actual:   False
      Stack Trace:
        /_/src/libraries/System.Numerics.Vectors/tests/Matrix3x2Tests.cs(241,0): at System.Numerics.Tests.Matrix3x2Tests.Matrix3x2CreateRotationCenterTest()
           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.Numerics.Vectors.Tests
=== TEST EXECUTION SUMMARY ===
   System.Numerics.Vectors.Tests  Total: 1339, Errors: 0, Failed: 1, Skipped: 0, Time: 16.898s

Possibly related to GenTreeVecCon? #68874

  • net7.0-windows-Release-x64-CoreCLR_checked-jitstress1-Windows.10.Amd64.Open
  • net7.0-windows-Release-x64-CoreCLR_checked-no_tiered_compilation-Windows.10.Amd64.Open
  • net7.0-windows-Release-x64-CoreCLR_checked-zapdisable-Windows.10.Amd64.Open
  • net7.0-windows-Release-x64-CoreCLR_checked-tailcallstress-Windows.10.Amd64.Open

@tannergooding @dotnet/jit-contrib

Author: BruceForstall
Assignees: tannergooding
Labels:

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

Milestone: 7.0.0

@SingleAccretion
Copy link
Contributor

Duplicate of #70124?

I am looking into this currently.

@BruceForstall
Copy link
Member Author

Yes, a dup. Sorry about that.

@ghost ghost locked as resolved and limited conversation to collaborators Jul 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
Projects
None yet
Development

No branches or pull requests

3 participants