Skip to content

JIT: fix bug in loop cloning with down-counting loops#126770

Merged
AndyAyersMS merged 1 commit into
dotnet:mainfrom
AndyAyersMS:FixLoopCloningBug
Apr 14, 2026
Merged

JIT: fix bug in loop cloning with down-counting loops#126770
AndyAyersMS merged 1 commit into
dotnet:mainfrom
AndyAyersMS:FixLoopCloningBug

JIT: fix bug in loop cloning with down-counting loops

f856f8f
Select commit
Loading
Failed to load commit list.
Azure Pipelines / runtime failed Apr 11, 2026 in 3h 23m 26s

Build #20260410.126 had test failures

Details

Tests

  • Failed: 5 (0.00%)
  • Passed: 1,092,963 (98.13%)
  • Other: 20,810 (1.87%)
  • Total: 1,113,778

Annotations

Check failure on line 572 in src/mono/mono.proj

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

src/mono/mono.proj#L572

src/mono/mono.proj(572,5): error MSB3073: (NETCORE_ENGINEERING_TELEMETRY=Build) The command " cmake --build . --target install --config Release" exited with code 1.

Check failure on line 153 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

Build log #L153

The Operation will be canceled. The next steps may not contain expected logs.

Check failure on line 174 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

Build log #L174

The operation was canceled.

Check failure on line 1 in System.Net.NameResolution.Tests.GetHostEntryTest.Dns_GetHostEntry_HostString_Ok

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

System.Net.NameResolution.Tests.GetHostEntryTest.Dns_GetHostEntry_HostString_Ok

Test failed

Check failure on line 1 in System.Net.NameResolution.Tests.GetHostEntryTest.Dns_GetHostEntryAsync_HostString_Ok

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

System.Net.NameResolution.Tests.GetHostEntryTest.Dns_GetHostEntryAsync_HostString_Ok

Test failed

Check failure on line 1 in System.Net.NameResolution.Tests.GetHostEntryTest.GetHostEntry_DisableIPv6_ExcludesIPv6Addresses

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

System.Net.NameResolution.Tests.GetHostEntryTest.GetHostEntry_DisableIPv6_ExcludesIPv6Addresses

Test failed

Check failure on line 1 in System.Net.NameResolution.Tests.GetHostByNameTest.DnsObsoleteBeginEndGetHostByName_EmptyString_ReturnsHostName

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

System.Net.NameResolution.Tests.GetHostByNameTest.DnsObsoleteBeginEndGetHostByName_EmptyString_ReturnsHostName

System.Net.Sockets.SocketException : Name or service not known
Raw output
   at System.Net.Dns.GetHostEntryOrAddressesCore(String hostName, Boolean justAddresses, AddressFamily addressFamily, Nullable`1 activityOrDefault) in /_/src/libraries/System.Net.NameResolution/src/System/Net/Dns.cs:line 522
   at System.Net.Dns.GetHostEntryCore(String hostName, AddressFamily addressFamily, Nullable`1 activityOrDefault) in /_/src/libraries/System.Net.NameResolution/src/System/Net/Dns.cs:line 385
   at System.Net.Dns.<>c.<GetHostEntryOrAddressesCoreAsync>b__39_1(Object s, NameResolutionActivity activity) in /_/src/libraries/System.Net.NameResolution/src/System/Net/Dns.cs:line 756
   at System.Net.Dns.<>c__DisplayClass45_0`1.<RunAsync>b__0(Task <p0>, Object <p1>) in /_/src/libraries/System.Net.NameResolution/src/System/Net/Dns.cs:line 906
   at System.Threading.Tasks.ContinuationResultTaskFromTask`1.InnerInvoke() in /_/src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/TaskContinuation.cs:line 94
   at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) in /_/src/libraries/System.Private.CoreLib/src/System/Threading/ExecutionContext.cs:line 279
--- End of stack trace from previous location ---
   at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) in /_/src/libraries/System.Private.CoreLib/src/System/Threading/ExecutionContext.cs:line 304
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) in /_/src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/Task.cs:line 2424
--- End of stack trace from previous location ---
   at System.Threading.Tasks.TaskToAsyncResult.End[TResult](IAsyncResult asyncResult) in /_/src/libraries/Common/src/System/Threading/Tasks/TaskToAsyncResult.cs:line 61
   at System.Net.Dns.EndGetHostByName(IAsyncResult asyncResult) in /_/src/libraries/System.Net.NameResolution/src/System/Net/Dns.cs:line 288
   at System.Net.NameResolution.Tests.GetHostByNameTest.DnsObsoleteBeginEndGetHostByName_EmptyString_ReturnsHostName() in /_/src/libraries/System.Net.NameResolution/tests/FunctionalTests/GetHostByNameTest.cs:line 123
   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 39
   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