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

Disable ICU package for Apple mobile builds #107855

Merged
merged 1 commit into from
Sep 16, 2024

Disable ICU package for Apple mobile builds

b939cfd
Select commit
Loading
Failed to load commit list.
Merged

Disable ICU package for Apple mobile builds #107855

Disable ICU package for Apple mobile builds
b939cfd
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis succeeded Sep 16, 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: failures are unrelated to ICU changes
  • 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 Infrastructure Errors

Known test errors

Test Failures (2 tests failed)

🔹 [All failing tests from runtime]

    System.Collections.ObjectModel.Tests.CollectionTests.Insert_ZeroIndex [Console] [Details] [Artifacts] [0.01% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Exception Message
    System.NullReferenceException : Object reference not set to an instance of an object.
    CallStack
       at System.Runtime.DispatchResolve.FindImplSlotForCurrentType(MethodTable*, MethodTable*, UInt16, Boolean, UInt16*, MethodTable**) + 0x44
       at System.Runtime.DispatchResolve.FindInterfaceMethodImplementationTarget(MethodTable*, MethodTable*, UInt16, MethodTable**) + 0x64
       at System.Runtime.CachedInterfaceDispatch.RhResolveDispatchWorker(Object, Void*, DispatchCellInfo&) + 0x70
       at System.Runtime.CachedInterfaceDispatch.RhpCidResolve_Worker(Object, IntPtr) + 0x30
       at System.Collections.ObjectModel.Tests.CollectionTests.Insert_ZeroIndex() + 0x5c
       at System.Runtime!<BaseAddress>+0x153212c
       at System.Reflection.DynamicInvokeInfo.Invoke(Object, IntPtr, Object[], BinderBundle, Boolean) + 0x10c
    System.Numerics.Tensors.Tests.TensorSpanTests.TensorExtensionsSpanInTOut<Single> [Console] [Details] [Artifacts] [0.15% 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.InterpretedInvoke_Method(Object obj, IntPtr* args) in /_/src/coreclr/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.CoreCLR.cs:line 36
         at System.Reflection.MethodBaseInvoker.InvokeDirectByRefWithFewArgs(Object obj, Span`1 copyOfArgs, BindingFlags invokeAttr) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs:line 174

Was this helpful? Yes No