Skip to content

Comments

[ATFE] Mark test-pwd as EXCLUDE (POSIX-specific, failing on macOS).#725

Merged
simpal01 merged 2 commits intoarm:arm-softwarefrom
simpal01:arm-software
Feb 20, 2026
Merged

[ATFE] Mark test-pwd as EXCLUDE (POSIX-specific, failing on macOS).#725
simpal01 merged 2 commits intoarm:arm-softwarefrom
simpal01:arm-software

Conversation

@simpal01
Copy link
Contributor

@simpal01 simpal01 commented Feb 19, 2026

This PR marks the test-pwd test as EXCLUDE.

We are currently observing failures in test-pwd on macOS due to differences in UID 0 lookup behavior (e.g., getpwent/getpwuid returning NULL). The failure appears to be macOS-specific.

However, this test exercises POSIX password database functionality, which is not relevant for our bare-metal targets. Since the test is not meaningful in bare-metal environments and is failing on macOS due to platform-specific behaviour, it is being marked as EXCLUDE across all platforms.

This PR marks the test-pwd test as EXCLUDE.

We are currently observing failures in test-pwd on macOS due to differences
in UID 0 lookup behavior (e.g., getpwent/getpwuid returning NULL). The failure
appears to be macOS-specific.

However, this test exercises POSIX password database functionality, which is not
relevant for our bare-metal targets. Since the test is not meaningful in bare-metal
environments and is failing on macOS due to platform-specific behavior, it is being
marked as EXCLUDE across all platforms.
@simpal01 simpal01 requested a review from a team as a code owner February 19, 2026 15:31
@simpal01 simpal01 requested a review from voltur01 February 19, 2026 15:37
@simpal01 simpal01 merged commit 8a3055f into arm:arm-software Feb 20, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants