-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
tests: posix: common: separate posix threads_ext to standalone test #81613
tests: posix: common: separate posix threads_ext to standalone test #81613
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some of these should be part of POSIX_THREADS_BASE, others part of XSI_THREADS_EXT
@cfriedt should the ones that belong to POSIX_THREADS_BASE be moved? |
Probably not until other tests for POSIX_THREADS_BASE are moved. |
8e77f88
to
455971c
Compare
@cfriedt I stripped down POSIX_THREADS_EXT to this. Is it faithful to what is needed? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cannot delete all of tests/posix/common/src/pthread_attr.c
455971c
to
4e84eb2
Compare
posix.common contains testsuites that can be separated into smaller groups of tests. This change moves pthread_attr into a singular testsuite at tests/posix/threads/ext app directory. Signed-off-by: Marvin Ouma <[email protected]>
4e84eb2
to
4497790
Compare
Fixes #81490
posix.common contains testsuites that can be separated into smaller groups of tests. This change moves pthread_attr into a singular testsuite at tests/posix/threads/ext app directory.