Skip to content

[ci-scan] Skip paltest_pal_sxs_test1 on osx-arm64 (refs #122345) - #69

Draft
github-actions[bot] wants to merge 1 commit into
mainfrom
ci-scan/disable-pal-sxs-test1-osx-arm64-d6c46e6f975cbbac
Draft

[ci-scan] Skip paltest_pal_sxs_test1 on osx-arm64 (refs #122345)#69
github-actions[bot] wants to merge 1 commit into
mainfrom
ci-scan/disable-pal-sxs-test1-osx-arm64-d6c46e6f975cbbac

Conversation

@github-actions

Copy link
Copy Markdown

Reasoning

The PAL SxS test1 (exception_handling/pal_sxs/test1/paltest_pal_sxs_test1) consistently hangs and gets killed with exit code 137 (SIGKILL) on osx-arm64 in the runtime-coreclr outerloop pipeline (definition 108). The test exercises PAL side-by-side exception handling via Mach message passing, which has a threading race on macOS ARM64. Adding an exclusion scoped to osx/arm64 in issues.targets is the standard PAL test disable mechanism.

Linked KBE: dotnet#122345

Match verification (from Step 4.8):

  1. Same test/family: yes — paltest_pal_sxs_test1 matches exactly
  2. Same failure signature: yes — exit code 137 (SIGKILL/timeout)
  3. Same OS: yes — osx (macOS)
  4. Same architecture: yes — arm64

Impact on platforms

  • runtime-coreclr outerloop (def 108) / osx-arm64 Debug PALTests / OSX.1200.Amd64.Open — exit code 137

Errors log

FAILED: exception_handling/pal_sxs/test1/paltest_pal_sxs_test1. Exit code: 137
The following test(s) failed:
Failed: 1

First build it occurred

Linked issue

dotnet#122345

Note

🔒 Integrity filter blocked 3 items

The following items were blocked because they don't meet the GitHub integrity level.

  • #125825search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #128409pull_request_read: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #128392search_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:

tools:
github:
min-integrity: approved # merged | approved | unapproved | none

Generated by CI Outer-Loop Failure Scanner · ● 42.1M ·

The PAL SxS test1 consistently hangs/gets killed (exit code 137) on
osx-arm64 in the coreclr outerloop pipeline. Add an exclusion to
issues.targets scoped to osx/arm64.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants