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

X86 unix fixes #97089

Closed
wants to merge 5 commits into from

Formatting patch

2088a93
Select commit
Loading
Failed to load commit list.
Closed

X86 unix fixes #97089

Formatting patch
2088a93
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Jan 20, 2024 in 0s

.NET Result Analysis

Details

Known Repository Errors

Build Failures

runtime-dev-innerloop /

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌We stopped hearing from agent Azure Pipelines 103. Verify the agent machine is running and has a healthy network connection. Anything that terminates an agent process, starves it for CPU, or blocks its network access can cause this error. For more information, see: https://go.microsoft.com/fwlink/?linkid=846610

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.Globalization.Tests.CompareInfoHashCodeTests.CheckHashingOfSkippedChars [Console] [Details] [Artifacts] [10.61% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configurations (2)

    Data Driven SubResults
      System.Globalization.Tests.CompareInfoHashCodeTests.CheckHashingOfSkippedChars(character: '\\b', cmpInfo: CompareInfo - )
      Exception Message
      Assert.True() Failure
      Expected: True
      Actual:   False
      Stack Trace
         at System.Globalization.Tests.CompareInfoHashCodeTests.CheckHashingOfSkippedChars(Char character, CompareInfo cmpInfo) in /_/src/libraries/System.Runtime/tests/System.Globalization.Tests/CompareInfo/CompareInfoTests.HashCode.cs:line 134
         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 178
      System.Globalization.Tests.CompareInfoHashCodeTests.CheckHashingOfSkippedChars(character: 0x200b, cmpInfo: CompareInfo - )
      Exception Message
      Assert.True() Failure
      Expected: True
      Actual:   False
      Stack Trace
         at System.Globalization.Tests.CompareInfoHashCodeTests.CheckHashingOfSkippedChars(Char character, CompareInfo cmpInfo) in /_/src/libraries/System.Runtime/tests/System.Globalization.Tests/CompareInfo/CompareInfoTests.HashCode.cs:line 134
         at InvokeStub_CompareInfoHashCodeTests.CheckHashingOfSkippedChars(Object, Span`1)
         at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
      System.Globalization.Tests.CompareInfoHashCodeTests.CheckHashingOfSkippedChars(character: '᠊', cmpInfo: CompareInfo - )
      Exception Message
      Assert.True() Failure
      Expected: True
      Actual:   False
      Stack Trace
         at System.Globalization.Tests.CompareInfoHashCodeTests.CheckHashingOfSkippedChars(Char character, CompareInfo cmpInfo) in /_/src/libraries/System.Runtime/tests/System.Globalization.Tests/CompareInfo/CompareInfoTests.HashCode.cs:line 134
         at InvokeStub_CompareInfoHashCodeTests.CheckHashingOfSkippedChars(Object, Span`1)
         at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

Was this helpful? Yes No