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

JIT ARM64-SVE: Add AddAcross #101674

Merged
merged 5 commits into from
May 1, 2024

fix zip test cases

22182a9
Select commit
Loading
Failed to load commit list.
Merged

JIT ARM64-SVE: Add AddAcross #101674

fix zip test cases
22182a9
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis succeeded May 1, 2024 in 0s

.NET Result Analysis

Details

‼️ Build Analysis Check Result has been manually overridden

  • The build analysis check result has been updated by the user for the following reason: Failure is https://github.com//issues/101721
  • The check result has changed from Failure to Success

Tip

To unconditionally bypass the build analysis check (turn it green), you can use the escape mechanism feature. The completion time may vary, potentially taking several minutes, depending on the build analysis workload at the moment.

⚠️ The following pipeline(s) will not be analyzed as has been explicited excluded from analysis

Known Repository Errors

Build Failures

runtime / Build / linux-x64 Debug NativeAOT

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌The job running on agent NetCore-Public 463 ran longer than the maximum time of 120 minutes. For more information, see https://go.microsoft.com/fwlink/?linkid=2077134

runtime / Build / linux-x64 Debug NativeAOT / Send tests to Helix (Unix)

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌The Operation will be canceled. The next steps may not contain expected logs.
    ❌The operation was canceled.

runtime / Build / linux-x64 Release NativeAOT

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌The job running on agent NetCore-Public 468 ran longer than the maximum time of 120 minutes. For more information, see https://go.microsoft.com/fwlink/?linkid=2077134

1 other jobs are failing and were not displayed due to space limitations.
Builds with failures: [runtime]

Known test errors

Test Failures (2 tests failed)

🔹 [All failing tests from runtime]

    ⚠️ 1 failing tests not displayed for this pipeline due to space limitations

    System.Numerics.Tensors.Tests.SingleGenericTensorPrimitives.SpanDestinationFunctions_SpecialValues [Console] [Details] [Artifacts] [0.05% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configurations (2)

    Data Driven SubResults
      System.Numerics.Tensors.Tests.SingleGenericTensorPrimitives.SpanDestinationFunctions_SpecialValues(tensorPrimitivesMethod: SpanDestinationDelegate { Method = Void ReciprocalSqrtEstimate[Single](System.ReadOnlySpan`1[System.Single], System.Span`1[System.Single]), Target = null }, expectedMethod: Func`2 { Method = Single ReciprocalSqrtEstimate(Single), Target = null }, tolerance: 0.01171875)
      Exception Message
      Assert.All() Failure: 241 out of 256 items in the collection did not pass.
      [15]:  Item:  16
             Error: Assert.All() Failure: 11 out of 24 items in the collection did not pass.
                    [12]: Item:  -1.40129846E-45
                          Error: Assert.Equal() Failure: Values differ
                                 Expected: -∞
                                 Actual:   NaN
                    [13]: Item:  1.17549421E-38
                          Error: Assert.Equal() Failure: Values differ
                                 Expected: -∞
                                 Actual:   NaN
                    [14]: Item:  -1.17549421E-38
                          Error: Assert.Equal() Failure: Values differ
                                 Expected: -∞
                                 Actual:   NaN
                    [15]: Item:  1.17549435E-38
                          Error: Assert.Equal() Failure: Values differ
                                 Expected: -∞
                                 Actual:   NaN
                    [16]: Item:  -1.17549435E-38
                          Erro [Full log]
      Stack Trace
         at System.Numerics.Tensors.Tests.GenericFloatingPointNumberTensorPrimitivesTests`1.SpanDestinationFunctions_SpecialValues(SpanDestinationDelegate tensorPrimitivesMethod, Func`2 expectedMethod, Nullable`1 tolerance) in /_/src/libraries/System.Numerics.Tensors/tests/TensorPrimitives.Generic.cs:line 444
         at InvokeStub_GenericFloatingPointNumberTensorPrimitivesTests`1.SpanDestinationFunctions_SpecialValues(Object, Span`1)
         at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)... [Full stack trace]

Was this helpful? Yes No