Skip to content

Update src/coreclr/debug/daccess/dacdbiimplstackwalk.cpp

1210a25
Select commit
Loading
Failed to load commit list.
Merged

Make UCO MethodDesc globals DAC-accessible #126927

Update src/coreclr/debug/daccess/dacdbiimplstackwalk.cpp
1210a25
Select commit
Loading
Failed to load commit list.
Azure Pipelines / runtime failed Apr 15, 2026 in 5h 54m 12s

Build #20260414.218 had test failures

Details

Tests

  • Failed: 6 (0.00%)
  • Passed: 1,202,495 (98.16%)
  • Other: 22,507 (1.84%)
  • Total: 1,225,008

Annotations

Check failure on line 0 in VSTest

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

VSTest#L0

VSTest(0,0): error : (NETCORE_ENGINEERING_TELEMETRY=Build) Tests failed: /__w/1/s/artifacts/TestResults/Checked/ILTrim.Tests_net11.0_x64.html [net11.0|x64]

Check failure on line 91 in .packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26210.111/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

.packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26210.111/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L91

.packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26210.111/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item System.ComponentModel.Primitives.Tests in job 0c363898-7670-483c-8355-6d01bf84eaec has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/0c363898-7670-483c-8355-6d01bf84eaec/workitems/System.ComponentModel.Primitives.Tests/console

Check failure on line 44 in .packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26210.111/tools/azure-pipelines/AzurePipelines.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

.packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26210.111/tools/azure-pipelines/AzurePipelines.MultiQueue.targets#L44

.packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26210.111/tools/azure-pipelines/AzurePipelines.MultiQueue.targets(44,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Test System.Net.NameResolution.Tests.GetHostEntryTest.Dns_GetHostEntry_HostString_Ok has failed. Check the Test tab or this console log: https://helix.dot.net/api/2019-06-17/jobs/ca1aa02c-e9f5-48e9-932f-6bf596eea686/workitems/System.Net.NameResolution.Functional.Tests/console

Check failure on line 44 in .packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26210.111/tools/azure-pipelines/AzurePipelines.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

.packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26210.111/tools/azure-pipelines/AzurePipelines.MultiQueue.targets#L44

.packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26210.111/tools/azure-pipelines/AzurePipelines.MultiQueue.targets(44,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Test System.Net.NameResolution.Tests.GetHostEntryTest.Dns_GetHostEntryAsync_HostString_Ok has failed. Check the Test tab or this console log: https://helix.dot.net/api/2019-06-17/jobs/ca1aa02c-e9f5-48e9-932f-6bf596eea686/workitems/System.Net.NameResolution.Functional.Tests/console

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.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) in /_/src/libraries/System.Private.CoreLib/src/System/Threading/ExecutionContext.cs:line 194
--- End of stack trace from previous location ---
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) in /_/src/libraries/System.Private.CoreLib/src/System/Threading/ExecutionContext.cs:line 218
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) in /_/src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/Task.cs:line 2420
--- 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.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.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs:line 57