Skip to content

Add correction for range of predicate registers

4a3a51c
Select commit
Loading
Failed to load commit list.
Merged

Implement SVE2 ShiftArithmeticRounded, ShiftArithmeticRoundedSaturate, ShiftArithmeticSaturate #115774

Add correction for range of predicate registers
4a3a51c
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis succeeded Jun 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: failures are unrelated
  • 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.TestTotalProcessorTimeMacOs [Console] [Details] [Artifacts] [0.40% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Exception Message
    Time 'system' returned by managed API (00:00:00.6336030) should be greated or equal to the time returned by native API (00:00:00.6336050).
    CallStack
       at System.Diagnostics.Tests.ProcessTests.<TestTotalProcessorTimeMacOs>g__AssertTime|227_0(TimeSpan managed, TimeSpan native, String label) in /_/src/libraries/System.Diagnostics.Process/tests/ProcessTests.Unix.cs:line 881
       at System.Diagnostics.Tests.ProcessTests.TestTotalProcessorTimeMacOs() in /_/src/libraries/System.Diagnostics.Process/tests/ProcessTests.Unix.cs:line 876
       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