Skip to content

{bp-3538} ostest: Make POSIX timers test work with CONFIG_ENABLE_PARTIAL_SIGNALS#3548

Merged
xiaoxiang781216 merged 1 commit into
apache:releases/13.0from
jerpelea:bp-3538
Jun 17, 2026
Merged

{bp-3538} ostest: Make POSIX timers test work with CONFIG_ENABLE_PARTIAL_SIGNALS#3548
xiaoxiang781216 merged 1 commit into
apache:releases/13.0from
jerpelea:bp-3538

Conversation

@jerpelea

Copy link
Copy Markdown
Contributor

Summary

POSIX timers test doesn't really need signal actions, so we can change it to synchronously wait for the signal in sigwaitinfo, instead of registering a signal handler.

Also exclude the test from compilation with CONFIG_DISABLE_ALL_SIGNALS; the test does require at least partial signal support.

Impact

RELEASE

Testing

CI

POSIX timers test doesn't really need signal actions, so we can change it
to synchronously wait for the signal in sigwaitinfo, instead of registering
a signal handler.

Also exclude the test from compilation with CONFIG_DISABLE_ALL_SIGNALS;
the test does require at least partial signal support.

Signed-off-by: Jukka Laitinen <jukka.laitinen@tii.ae>
@xiaoxiang781216 xiaoxiang781216 merged commit e387f3d into apache:releases/13.0 Jun 17, 2026
27 of 41 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants