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

[Linux/arm64] System.Numerics.Tests.GenericVectorTests.SquareRootSByte Failure #11175

Closed
echesakov opened this issue Oct 2, 2018 · 0 comments
Assignees
Labels
arch-arm64 JitStress CLR JIT issues involving JIT internal stress modes os-linux Linux OS (any supported distro)
Milestone

Comments

@echesakov
Copy link
Contributor

JitStress=2

/home/robox/echesako/git/coreclr/_/fx/bin/testhost/netcoreapp-Linux-Release-arm64/dotnet xunit.console.dll System.Numerics.Vectors.Tests.dll  -xml testResults.xml -notrait category=nonnetcoreapptests -notrait category=nonlinuxtests  -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing
xUnit.net Console Runner v2.4.1-pre.build.4059 (64-bit .NET Core 4.6.26927.0)
  Discovering: System.Numerics.Vectors.Tests (method display = ClassAndMethod, method display options = None)
  Discovered:  System.Numerics.Vectors.Tests (found 1150 test cases)
  Starting:    System.Numerics.Vectors.Tests (parallel test collections = on, max threads = 46)
    System.Numerics.Tests.GenericVectorTests.SquareRootSByte [FAIL]
      AssertEqual failed for operation SquareRoot( -117 ). Expected: 0, Actual: 11.
      Stack Trace:
        /opt/code/_/fx/src/System.Numerics.Vectors/tests/GenericVectorTests.cs(2634,0): at System.Numerics.Tests.GenericVectorTests.AssertEqual[T](T expected, T actual, String operation, Int32 precision)
        /opt/code/_/fx/src/System.Numerics.Vectors/tests/GenericVectorTests.cs(1913,0): at System.Numerics.Tests.GenericVectorTests.<>c__DisplayClass533_0`1.<TestSquareRoot>b__0(Int32 index, T val)
        /opt/code/_/fx/src/System.Numerics.Vectors/tests/GenericVectorTests.cs(2696,0): at System.Numerics.Tests.GenericVectorTests.ValidateVector[T](Vector`1 vector, Action`2 indexValidationFunc)
        /opt/code/_/fx/src/System.Numerics.Vectors/tests/GenericVectorTests.cs(1886,0): at System.Numerics.Tests.GenericVectorTests.SquareRootSByte()
  Finished:    System.Numerics.Vectors.Tests
=== TEST EXECUTION SUMMARY ===
   System.Numerics.Vectors.Tests  Total: 1150, Errors: 0, Failed: 1, Skipped: 0, Time: 15.278s
@echesakov echesakov self-assigned this Oct 2, 2018
@echesakov echesakov changed the title [Linux/arm64] System.Numerics.Tests.GenericVectorTests.SquareRootSByte [Linux/arm64] System.Numerics.Tests.GenericVectorTests.SquareRootSByte Failure Oct 2, 2018
@msftgits msftgits transferred this issue from dotnet/coreclr Jan 31, 2020
@msftgits msftgits added this to the 3.0 milestone Jan 31, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-arm64 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