Skip to content

tests: posix: common: separate posix system database to standalone test #81476

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Pancakem
Copy link
Contributor

@Pancakem Pancakem commented Nov 16, 2024

Fixes #81489
posix.common contains testsuites that can be separated into smaller groups of tests. This change moves grp, pwd into a singular testsuite at tests/posix/thread_safe_sunctions app directory.

posix.common contains testsuites that can be separated into smaller
groups of tests. This change moves grp, pwd into a singular
testsuite at tests/posix/thread_safe_sunctions app directory.

Signed-off-by: Marvin Ouma <[email protected]>
@zephyrbot zephyrbot added the area: POSIX POSIX API Library label Nov 16, 2024
@zephyrbot zephyrbot requested review from cfriedt and ycsin November 16, 2024 06:59
Copy link
Member

@cfriedt cfriedt left a comment

Choose a reason for hiding this comment

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

_POSIX_THREAD_SAFE_FUNCTIONS is an option / feature-test macro, so that needs to be relabeled.

These functions all look like they belong to an option group that does not exist yet in Kconfig, namely POSIX_SYSTEM_DATABASE (see Subprofiling Considerations).

This change should be deferred until that Option Group is created, and there is a WIP branch for it at the moment.

@cfriedt cfriedt changed the title tests: posix: common: separate posix thread safe to standalone test tests: posix: common: separate posix system database to standalone test Nov 17, 2024
Copy link

This pull request has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 14 days. Note, that you can always re-open a closed pull request at any time.

@github-actions github-actions bot added the Stale label Feb 20, 2025
@cfriedt cfriedt removed the Stale label Feb 20, 2025
@cfriedt
Copy link
Member

cfriedt commented Feb 20, 2025

This should be merged after #83368

Blocked by #83386

Copy link

This pull request has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 14 days. Note, that you can always re-open a closed pull request at any time.

@github-actions github-actions bot added the Stale label Apr 22, 2025
@cfriedt cfriedt added Stale and removed Stale labels Apr 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: POSIX POSIX API Library Stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tests: posix: common: split POSIX_SYSTEM_DATABASE into a standalone test
3 participants