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

JIT: Set bbFalseTarget upon BBJ_COND initialization/modification #96265

Merged
merged 8 commits into from
Jan 1, 2024

More fgConnectFallThrough cleanup

c0e065e
Select commit
Loading
Failed to load commit list.
Merged

JIT: Set bbFalseTarget upon BBJ_COND initialization/modification #96265

More fgConnectFallThrough cleanup
c0e065e
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Dec 26, 2023 in 0s

.NET Result Analysis

Details

Known Repository Errors

Test Failures (11 tests failed)

🔹 [All failing tests from runtime]

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

    System.Tests.StringTests.EndsWith_NullInStrings [Console] [Details] [Artifacts] [0.41% failure rate]
    [:construction: Report test infrastructure issue] [:page_facing_up: Report test repository issue]

    Failing Configuration

    Data Driven SubResults
      System.Tests.StringTests.EndsWith_NullInStrings(comparison: CurrentCulture)
      Exception Message
      Assert.False() Failure
      Expected: False
      Actual:   True
      Stack Trace
         at System.Tests.StringTests.EndsWith_NullInStrings(StringComparison comparison) + 0x94
         at System.Runtime.Tests!<BaseAddress>+0x12cf2e4
         at System.Reflection.DynamicInvokeInfo.InvokeWithFewArguments(IntPtr, Byte&, Byte&, Object[], BinderBundle, Boolean) + 0x84
      System.Tests.StringTests.EndsWith_NullInStrings(comparison: CurrentCultureIgnoreCase)
      Exception Message
      Assert.False() Failure
      Expected: False
      Actual:   True
      Stack Trace
         at System.Tests.StringTests.EndsWith_NullInStrings(StringComparison comparison) + 0x94
         at System.Runtime.Tests!<BaseAddress>+0x12cf2e4
         at System.Reflection.DynamicInvokeInfo.InvokeWithFewArguments(IntPtr, Byte&, Byte&, Object[], BinderBundle, Boolean) + 0x84
    System.Tests.StringTests.EndsWith_NullInStrings_NonOrdinal [Console] [Details] [Artifacts] [0.41% failure rate]
    [:construction: Report test infrastructure issue] [:page_facing_up: Report test repository issue]

    Failing Configuration

    Data Driven SubResults
      System.Tests.StringTests.EndsWith_NullInStrings_NonOrdinal(comparison: InvariantCulture)
      Exception Message
      Assert.False() Failure
      Expected: False
      Actual:   True
      Stack Trace
         at System.Tests.StringTests.EndsWith_NullInStrings_NonOrdinal(StringComparison comparison) + 0x94
         at System.Runtime.Tests!<BaseAddress>+0x12cf2e4
         at System.Reflection.DynamicInvokeInfo.InvokeWithFewArguments(IntPtr, Byte&, Byte&, Object[], BinderBundle, Boolean) + 0x84
      System.Tests.StringTests.EndsWith_NullInStrings_NonOrdinal(comparison: InvariantCultureIgnoreCase)
      Exception Message
      Assert.False() Failure
      Expected: False
      Actual:   True
      Stack Trace
         at System.Tests.StringTests.EndsWith_NullInStrings_NonOrdinal(StringComparison comparison) + 0x94
         at System.Runtime.Tests!<BaseAddress>+0x12cf2e4
         at System.Reflection.DynamicInvokeInfo.InvokeWithFewArguments(IntPtr, Byte&, Byte&, Object[], BinderBundle, Boolean) + 0x84
    System.Tests.StringTests.Equals_Encyclopaedia_ReturnsExpected [Console] [Details] [Artifacts] [0.41% failure rate]
    [:construction: Report test infrastructure issue] [:page_facing_up: Report test repository issue]

    Failing Configuration

    Data Driven SubResults
      System.Tests.StringTests.Equals_Encyclopaedia_ReturnsExpected(comparison: InvariantCulture, expected: True)
      Exception Message
      Assert.Equal() Failure: Values differ
      Expected: True
      Actual:   False
      Stack Trace
         at System.Tests.StringTests.Equals_Encyclopaedia_ReturnsExpected(StringComparison comparison, Boolean expected) + 0xdc
         at System.Runtime.Tests!<BaseAddress>+0x12dad98
         at System.Reflection.DynamicInvokeInfo.InvokeWithFewArguments(IntPtr, Byte&, Byte&, Object[], BinderBundle, Boolean) + 0x84
      System.Tests.StringTests.Equals_Encyclopaedia_ReturnsExpected(comparison: InvariantCultureIgnoreCase, expected: True)
      Exception Message
      Assert.Equal() Failure: Values differ
      Expected: True
      Actual:   False
      Stack Trace
         at System.Tests.StringTests.Equals_Encyclopaedia_ReturnsExpected(StringComparison comparison, Boolean expected) + 0xdc
         at System.Runtime.Tests!<BaseAddress>+0x12dad98
         at System.Reflection.DynamicInvokeInfo.InvokeWithFewArguments(IntPtr, Byte&, Byte&, Object[], BinderBundle, Boolean) + 0x84
    System.Tests.StringTests.IndexOf_HungarianDoubleCompression_HungarianCulture [Console] [Details] [Artifacts] [0.43% failure rate]
    [:construction: Report test infrastructure issue] [:page_facing_up: Report test repository issue]

    Failing Configuration

    Exception Message
    Assert.Equal() Failure: Values differ
    Expected: 0
    Actual:   -1
    CallStack
       at System.Tests.StringTests.IndexOf_HungarianDoubleCompression_HungarianCulture() + 0xec
       at System.Runtime.Tests!<BaseAddress>+0x12a992c
       at System.Reflection.DynamicInvokeInfo.Invoke(Object, IntPtr, Object[], BinderBundle, Boolean) + 0xbc
    System.Tests.StringTests.IndexOf_NullInStrings [Console] [Details] [Artifacts] [0.41% failure rate]
    [:construction: Report test infrastructure issue] [:page_facing_up: Report test repository issue]

    Failing Configuration

    Data Driven SubResults
      System.Tests.StringTests.IndexOf_NullInStrings(s: \"He\\0lo\", value: \"\\0\", expected: 2)
      Exception Message
      Assert.Equal() Failure: Values differ
      Expected: 2
      Actual:   0
      Stack Trace
         at System.Tests.StringTests.IndexOf_NullInStrings(String s, String value, Int32 expected) + 0x70
         at System.Runtime.Tests!<BaseAddress>+0x12f9c44
         at System.Reflection.DynamicInvokeInfo.InvokeWithFewArguments(IntPtr, Byte&, Byte&, Object[], BinderBundle, Boolean) + 0x84
      System.Tests.StringTests.IndexOf_NullInStrings(s: \"He\\0lo\", value: \"\\0lo\", expected: 2)
      Exception Message
      Assert.Equal() Failure: Values differ
      Expected: 2
      Actual:   3
      Stack Trace
         at System.Tests.StringTests.IndexOf_NullInStrings(String s, String value, Int32 expected) + 0x70
         at System.Runtime.Tests!<BaseAddress>+0x12f9c44
         at System.Reflection.DynamicInvokeInfo.InvokeWithFewArguments(IntPtr, Byte&, Byte&, Object[], BinderBundle, Boolean) + 0x84
      System.Tests.StringTests.IndexOf_NullInStrings(s: \"Hello\", value: \"lo\\0\", expected: -1)
      Exception Message
      Assert.Equal() Failure: Values differ
      Expected: -1
      Actual:   3
      Stack Trace
         at System.Tests.StringTests.IndexOf_NullInStrings(String s, String value, Int32 expected) + 0x70
         at System.Runtime.Tests!<BaseAddress>+0x12f9c44
         at System.Reflection.DynamicInvokeInfo.InvokeWithFewArguments(IntPtr, Byte&, Byte&, Object[], BinderBundle, Boolean) + 0x84

Was this helpful? Yes No