You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DnsGetHostAddresses_LocalhostSubdomain_RespectsAddressFamily and DnsGetHostEntry_LocalhostSubdomain_RespectsAddressFamily fail on Android with Assert.All() Failure — the resolver returns IPv6 addresses when AddressFamily.InterNetwork was requested.
This is a recurrence distinct from the prior KBE #124751 (closed 2026-05-05, which reported SocketException: hostname nor servname provided). The current failure is an address-family mismatch rather than a resolution failure.
[FAIL] System.Net.NameResolution.Tests.GetHostAddressesTest.DnsGetHostAddresses_LocalhostSubdomain_RespectsAddressFamily(addressFamily: InterNetwork)
Assert.All() Failure: 7 out of 9 items in the collection did not pass.
[1]: Item: fe80::dc30:2cff:feca:33f4%47
Error: Assert.Equal() Failure: Values differ
Expected: InterNetwork
Actual: InterNetworkV6
Build Information
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=1425947
Build error leg or test failing: android-arm64 Release AllSubsets_CoreCLR - System.Net.NameResolution.Functional.Tests
Error Details
DnsGetHostAddresses_LocalhostSubdomain_RespectsAddressFamilyandDnsGetHostEntry_LocalhostSubdomain_RespectsAddressFamilyfail on Android withAssert.All() Failure— the resolver returns IPv6 addresses whenAddressFamily.InterNetworkwas requested.This is a recurrence distinct from the prior KBE #124751 (closed 2026-05-05, which reported
SocketException: hostname nor servname provided). The current failure is an address-family mismatch rather than a resolution failure.Tracking: #124751
Affected legs:
First build it occurred: 1424079 (2026-05-18). 2+ occurrences in scanned window.
Error Message
{ "ErrorMessage": ["DnsGetHostAddresses_LocalhostSubdomain_RespectsAddressFamily", "Assert.All() Failure"], "ErrorPattern": "", "BuildRetry": false, "ExcludeConsoleLog": false }Note
🔒 Integrity filter blocked 1 item
The following item was blocked because it doesn't meet the GitHub integrity level.
search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".To allow these resources, lower
min-integrityin your GitHub frontmatter:Report
Summary