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

[cdac] Basic ISOSDacInterface::GetMethodDescData #106413

Draft
wants to merge 69 commits into
base: main
Choose a base branch
from

Merge remote-tracking branch 'origin/main' into cdac-nativecodeptr

8f5e98b
Select commit
Loading
Failed to load commit list.
Draft

[cdac] Basic ISOSDacInterface::GetMethodDescData #106413

Merge remote-tracking branch 'origin/main' into cdac-nativecodeptr
8f5e98b
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Sep 12, 2024 in 0s

.NET Result Analysis

Details

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

Test Failures (1 tests failed)

🔹 [All failing tests from runtime]

    System.Numerics.Tensors.Tests.TensorSpanTests.TensorExtensionsSpanInTOut<Single> [Console] [Details] [Artifacts] [0.18% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Data Driven SubResults
      System.Numerics.Tensors.Tests.TensorSpanTests.TensorExtensionsSpanInTOut<Single>(tensorPrimitivesOperation: TensorPrimitivesSpanInTOut`1 { Method = Single Max(System.ReadOnlySpan`1[System.Single]), Target = null }, tensorOperation: TensorSpanInTOut`1 { Method = Single Max[Single](System.Numerics.Tensors.ReadOnlyTensorSpan`1[System.Single] ByRef), Target = null })
      Exception Message
      Assert.All() Failure: 1 out of 12 items in the collection did not pass.
      [11]: Item:  [1, 2, 3, 4, 5, ···]
            Error: Index was outside the bounds of the array.
      Stack Trace
         at System.Numerics.Tensors.Tests.TensorSpanTests.TensorExtensionsSpanInTOut[T](TensorPrimitivesSpanInTOut`1 tensorPrimitivesOperation, TensorSpanInTOut`1 tensorOperation) in /_/src/libraries/System.Numerics.Tensors/tests/TensorSpanTests.cs:line 236
         at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
         at System.Reflection.MethodBaseInvoker.InvokeDirectByRefWithFewArgs(Object obj, Span`1 copyOfArgs, BindingFlags invokeAttr) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs:line 155

Was this helpful? Yes No