◐ Shell
clean mode source ↗

Fix `Import-Module.Tests.ps1` to handle Arm32 platform by daxian-dbw · Pull Request #26862 · PowerShell/PowerShell

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@daxian-dbw

PR Summary

Fix Import-Module.Tests.ps1 to handle Arm32 platform. This fixes a test failure in our release automation runs.

Copilot AI review requested due to automatic review settings

February 20, 2026 18:26

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes a test failure in Import-Module.Tests.ps1 that occurred when running on Arm32 platforms. The test was missing a case to handle the 32-bit ARM architecture in the processor architecture switch statement, causing it to throw an "Unknown processor architecture" error.

Changes:

  • Added support for the 'Arm' (32-bit ARM) processor architecture in the ProcessorArchitecture test

SeeminglyScience

adityapatwardhan

SeeminglyScience

daxian-dbw added a commit to daxian-dbw/PowerShell that referenced this pull request

Feb 24, 2026

JustinGrote pushed a commit to JustinGrote/PowerShell that referenced this pull request

Jun 2, 2026

Labels