Commit 371e08c
[ci-scan] Skip Android DualMode IPv6 socket tests (Connection refused on ::1) (#127994)
## Summary
Mute DualMode IPv6 socket tests on Android. Android emulators don't
support IPv6 loopback, causing `Connection refused` on `::1`.
Linked KBE: #127986
Tracking: #127565
## Changes
- `DualModeSocketTest.cs`: Add `[ActiveIssue("...127986",
TestPlatforms.Android)]` to `DualModeConnectToHostString`,
`DualModeConnectToDnsEndPoint`, and `DualModeConnectAsync` classes.
- `SocketAsyncEventArgsTest.cs`: Add `[ActiveIssue("...127986",
TestPlatforms.Android)]` to `Connect_Parallel_FailsOver`.
## Reasoning
1. **Same test?** Yes — DualMode IPv6 socket tests match KBE.
2. **Same failure signature?** Yes — `Connection refused [::1]`.
3. **Same OS?** Yes — Android.
4. **Same architecture?** Yes — arm64 (Android emulator).
## Failing legs
- `runtime-extra-platforms` (def 154): Android arm64 device tests
- Recurring across multiple builds on `main`
> [!NOTE]
> This PR was generated by an automated CI scan workflow using GitHub
Copilot.
> [!NOTE]
> <details>
> <summary>🔒 Integrity filter blocked 1 item</summary>
>
> The following item was blocked because it doesn't meet the GitHub
integrity level.
>
> - [#114222](#114222)
`search_issues`: has lower integrity than agent requires. The agent
cannot read data with integrity below "approved".
>
> To allow these resources, lower `min-integrity` in your GitHub
frontmatter:
>
> ```yaml
> tools:
> github:
> min-integrity: approved # merged | approved | unapproved | none
> ```
>
> </details>
> Generated by [CI Outer-Loop Failure
Scanner](https://github.com/dotnet/runtime/actions/runs/25601575437/agentic_workflow)
· ● 45.9M ·
[◷](https://github.com/search?q=repo%3Adotnet%2Fruntime+%22gh-aw-workflow-id%3A+ci-failure-scan%22&type=pullrequests)
<!-- gh-aw-agentic-workflow: CI Outer-Loop Failure Scanner, engine:
copilot, version: 1.0.40, model: claude-opus-4.6, id: 25601575437,
workflow_id: ci-failure-scan, run:
https://github.com/dotnet/runtime/actions/runs/25601575437 -->
<!-- gh-aw-workflow-id: ci-failure-scan -->
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>1 parent 7bb0446 commit 371e08c
2 files changed
Lines changed: 4 additions & 0 deletions
File tree
- src/libraries/System.Net.Sockets/tests/FunctionalTests
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
| 333 | + | |
333 | 334 | | |
334 | 335 | | |
335 | 336 | | |
| |||
349 | 350 | | |
350 | 351 | | |
351 | 352 | | |
| 353 | + | |
352 | 354 | | |
353 | 355 | | |
354 | 356 | | |
| |||
520 | 522 | | |
521 | 523 | | |
522 | 524 | | |
| 525 | + | |
523 | 526 | | |
524 | 527 | | |
525 | 528 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1160 | 1160 | | |
1161 | 1161 | | |
1162 | 1162 | | |
| 1163 | + | |
1163 | 1164 | | |
1164 | 1165 | | |
1165 | 1166 | | |
| |||
0 commit comments