Skip to content

Fix interpreter delegate args alignment#122163

Merged
janvorli merged 3 commits into
dotnet:mainfrom
janvorli:fix-delegate-args-alignment-take-2
Dec 4, 2025
Merged

Fix interpreter delegate args alignment#122163
janvorli merged 3 commits into
dotnet:mainfrom
janvorli:fix-delegate-args-alignment-take-2

Fix gcc build break

092e716
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis succeeded Dec 4, 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: the failures are #122185 and #122169
  • 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.

Known test errors

Test Failures (8 tests failed)

🔹 [All failing tests from runtime]

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

    System.Runtime.Intrinsics.Tests.Vectors.Vector256Tests.AddSaturateInt32Test [Console] [Details] [Artifacts] [0.03% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Exception Message
    Assert.Equal() Failure: Values differ
    Expected: -2147483648
    Actual:   2147483647
    CallStack
       at System.Runtime.Intrinsics.Tests.Vectors.Vector256Tests.AddSaturateToMinTest[T](T start) in /_/src/libraries/System.Runtime.Intrinsics/tests/Vectors/Vector256Tests.cs:line 7892
       at System.Runtime.Intrinsics.Tests.Vectors.Vector256Tests.AddSaturateInt32Test() in /_/src/libraries/System.Runtime.Intrinsics/tests/Vectors/Vector256Tests.cs:line 7908
       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.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) in /_/src/coreclr/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.CoreCLR.cs:line 36
       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 134
    System.Runtime.Intrinsics.Tests.Vectors.Vector256Tests.AddSaturateIntPtrTest [Console] [Details] [Artifacts] [0.03% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Exception Message
    Assert.Equal() Failure: Values differ
    Expected: -2147483648
    Actual:   2147483647
    CallStack
       at System.Runtime.Intrinsics.Tests.Vectors.Vector256Tests.AddSaturateToMinTest[T](T start) in /_/src/libraries/System.Runtime.Intrinsics/tests/Vectors/Vector256Tests.cs:line 7892
       at System.Runtime.Intrinsics.Tests.Vectors.Vector256Tests.AddSaturateIntPtrTest() in /_/src/libraries/System.Runtime.Intrinsics/tests/Vectors/Vector256Tests.cs:line 7922
       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.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) in /_/src/coreclr/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.CoreCLR.cs:line 36
       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 134
    System.Runtime.Intrinsics.Tests.Vectors.Vector256Tests.SubtractSaturateIntPtrTest [Console] [Details] [Artifacts] [0.03% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Exception Message
    Assert.Equal() Failure: Values differ
    Expected: -2147483648
    Actual:   2147483647
    CallStack
       at System.Runtime.Intrinsics.Tests.Vectors.Vector256Tests.SubtractSaturateToMinTest[T](T start) in /_/src/libraries/System.Runtime.Intrinsics/tests/Vectors/Vector256Tests.cs:line 8062
       at System.Runtime.Intrinsics.Tests.Vectors.Vector256Tests.SubtractSaturateIntPtrTest() in /_/src/libraries/System.Runtime.Intrinsics/tests/Vectors/Vector256Tests.cs:line 8092
       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.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) in /_/src/coreclr/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.CoreCLR.cs:line 36
       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 134
    System.Runtime.Intrinsics.Tests.Vectors.Vector512Tests.SubtractSaturateIntPtrTest [Console] [Details] [Artifacts] [0.01% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Exception Message
    Assert.Equal() Failure: Values differ
    Expected: -2147483648
    Actual:   2147483647
    CallStack
       at System.Runtime.Intrinsics.Tests.Vectors.Vector512Tests.SubtractSaturateToMinTest[T](T start) in /_/src/libraries/System.Runtime.Intrinsics/tests/Vectors/Vector512Tests.cs:line 7845
       at System.Runtime.Intrinsics.Tests.Vectors.Vector512Tests.SubtractSaturateIntPtrTest() in /_/src/libraries/System.Runtime.Intrinsics/tests/Vectors/Vector512Tests.cs:line 7875
       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.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) in /_/src/coreclr/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.CoreCLR.cs:line 36
       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 134

Was this helpful? Yes No