-
Notifications
You must be signed in to change notification settings - Fork 8k
tests: posix: signals: adjust expectations for real-time signals #96894
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
Conversation
2688079
to
aca8434
Compare
aca8434
to
48ceade
Compare
|
1. Fix an off-by-one error in `signo_fits()` (a utility function inside signal.c 2. Adjust expectations for C libraries that do not provide a sigset_t large enough to support `SIGRTMIN` or `SIGRAMAX`. This fixes an issue in CI that appeared when run under ARC. ```shell west build -p auto -b qemu_arc/qemu_arc_hs -t run tests/posix/signals ``` Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
48ceade
to
a363d93
Compare
|
@ruuddw @evgeniy-paltsev - this is a hotfix to make sure that tests pass on ARC, currently failing in some PRs |
what C libraries would those be? |
signo_fits()
(a utility function inside signal.c)tests/posix/signals
) for C libraries that do not provide asigset_t
large enough to supportSIGRTMIN
orSIGRAMAX
.This fixes an issue in CI that appeared when run under ARC.
Testing done:
https://github.com/zephyrproject-rtos/zephyr/actions/runs/18237537849/job/51933968134