-
Notifications
You must be signed in to change notification settings - Fork 8.4k
tests: posix: common: separate posix signal tests into a standalone test #80862
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 signal tests into a standalone test #80862
Conversation
495aaa5 to
1d60f2a
Compare
|
I think this looks ok |
ycsin
left a comment
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.
LGTM, updated the OP & PR to point at #80930 instead
579f746 to
92aa0e8
Compare
cfriedt
left a comment
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.
It looks like PSE51 is needed for signals.
f03f479 to
f06a573
Compare
ycsin
left a comment
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.
LGTM
cfriedt
left a comment
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.
The filters should probably be part of common, rather than 1 particular test configuration.
f06a573 to
8abfdcd
Compare
…suite posix.common contains testsuites that can be separated into smaller groups of tests. This change moves signal tests into a singular testsuite at tests/posix/signals app directory. Signed-off-by: Marvin Ouma <pancakesdeath@protonmail.com>
8abfdcd to
191f7b2
Compare
Fixes #80930
posix.common contains testsuites that can be separated into standalone tests. This change moves signal tests into a singular testsuite at tests/posix/signal app directory.