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

Avoid deadlocks in TypeDescriptor #97236

Merged
merged 2 commits into from
Jan 22, 2024

Remove LOC that was used for debugging

292e7c7
Select commit
Loading
Failed to load commit list.
Merged

Avoid deadlocks in TypeDescriptor #97236

Remove LOC that was used for debugging
292e7c7
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Jan 21, 2024 in 0s

.NET Result Analysis

Details

Known test errors

Test Failures (3 tests failed)

🔹 [All failing tests from runtime]

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

    System.Globalization.Tests.CompareInfoHashCodeTests.CheckHashingOfSkippedChars [Console] [Details] [Artifacts] [21.49% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configurations (3)

    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.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 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