Skip to content

[release/10.0] Update dependencies from dotnet/icu#118804

Merged
tannergooding merged 5 commits into
release/10.0from
darc-release/10.0-b0167bef-cec2-4a90-9475-e1a8212076a8
Sep 17, 2025
Merged

[release/10.0] Update dependencies from dotnet/icu#118804
tannergooding merged 5 commits into
release/10.0from
darc-release/10.0-b0167bef-cec2-4a90-9475-e1a8212076a8

Update dependencies from https://github.com/dotnet/icu build 20250916.2

0cb30df
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis succeeded Sep 17, 2025 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: unrelated failures on pipelines that don't use ICU
  • 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 test errors

Test Failures (1 tests failed)

🔹 [All failing tests from runtime]

    System.Diagnostics.Tests.ProcessTests.ProcessStart_OnLinux_UsesSpecifiedProgramUsingArgumentList [Console] [Details] [Artifacts] [0.01% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Exception Message
    Assert.Equal() Failure: Strings differ
               ↓ (pos 0)
    Expected: "sleep"
    Actual:   ".NET Long Runni"
               ↑ (pos 0)
    CallStack
       at System.Diagnostics.Tests.ProcessTests.ProcessStart_OnLinux_UsesSpecifiedProgramUsingArgumentList() in /_/src/libraries/System.Diagnostics.Process/tests/ProcessTests.Unix.cs:line 377
       at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result)
       at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result)
       at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.cs:line 126

Was this helpful? Yes No