Skip to content

Conversation

@Pancakem
Copy link
Contributor

@Pancakem Pancakem commented Nov 4, 2024

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.

@zephyrbot zephyrbot added the area: POSIX POSIX API Library label Nov 4, 2024
@zephyrbot zephyrbot requested review from cfriedt and ycsin November 4, 2024 17:49
@Pancakem Pancakem force-pushed the separate_posix_signal_test_into_smaller_testsuite branch 2 times, most recently from 495aaa5 to 1d60f2a Compare November 5, 2024 05:11
@cfriedt
Copy link
Member

cfriedt commented Nov 5, 2024

I think this looks ok

ycsin
ycsin previously approved these changes Nov 5, 2024
Copy link
Member

@ycsin ycsin left a 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

@Pancakem Pancakem force-pushed the separate_posix_signal_test_into_smaller_testsuite branch from 579f746 to 92aa0e8 Compare November 12, 2024 07:48
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.

@Pancakem Pancakem force-pushed the separate_posix_signal_test_into_smaller_testsuite branch 2 times, most recently from f03f479 to f06a573 Compare November 13, 2024 11:52
@Pancakem Pancakem requested review from cfriedt and ycsin November 21, 2024 19:41
ycsin
ycsin previously approved these changes Nov 25, 2024
Copy link
Member

@ycsin ycsin left a comment

Choose a reason for hiding this comment

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

LGTM

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.

The filters should probably be part of common, rather than 1 particular test configuration.

@Pancakem Pancakem force-pushed the separate_posix_signal_test_into_smaller_testsuite branch from f06a573 to 8abfdcd Compare November 27, 2024 09:50
…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>
@Pancakem Pancakem force-pushed the separate_posix_signal_test_into_smaller_testsuite branch from 8abfdcd to 191f7b2 Compare November 27, 2024 09:59
@kartben kartben merged commit 8faa486 into zephyrproject-rtos:main Nov 29, 2024
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: POSIX POSIX API Library

Projects

None yet

Development

Successfully merging this pull request may close these issues.

tests: posix: common: split signal tests into a standalone test

5 participants