Skip to content

[ci-scan] Skip paltest_pal_sxs_test1 on macOS#128816

Draft
github-actions[bot] wants to merge 2 commits into
mainfrom
ci-scan/skip-paltest-pal-sxs-osx-e3753faf9268fdd1
Draft

[ci-scan] Skip paltest_pal_sxs_test1 on macOS#128816
github-actions[bot] wants to merge 2 commits into
mainfrom
ci-scan/skip-paltest-pal-sxs-osx-e3753faf9268fdd1

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Summary

Disable paltest_pal_sxs_test1 on macOS. The test intermittently hangs due to a Mach exception port / POSIX signal forwarding race on Apple Silicon, resulting in SIGKILL (exit 137) from the test harness.

Linked KBE: #128802
Original tracker: #122345

Reasoning (Step 4.8 verification)

  1. Same test? Yes — paltest_pal_sxs_test1 is the exact work item named in both [ci-scan] Test failure: paltest_pal_sxs_test1 Exit code 137 on macOS #128802 and FAILED: exception_handling/pal_sxs/test1/paltest_pal_sxs_test1. Exit code: 137 in outerloop #122345.
  2. Same failure mode? Yes — exit code 137 (SIGKILL after hang) on macOS, matching the KBE description.
  3. Same platform? Yes — osx-arm64 and osx-x64 in runtime-coreclr outerloop (def 108).
  4. Still active? Yes — present in source build 1442311 (May 31) and follow-up build 1442454.

Change

Adds AND NOT CLR_CMAKE_HOST_OSX to the guard in the test's CMakeLists.txt, preventing compilation on macOS while keeping it active on Linux.

Note

🔒 Integrity filter blocked 2 items

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

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

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

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

The PAL SxS test hangs intermittently on macOS due to a Mach exception
port / POSIX signal forwarding race condition on Apple Silicon. This has
been tracked since Dec 2025 in #122345.

Linked KBE: #128802

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants