Add gvisor tests for rt_sigtimedwait

This commit is contained in:
Chen Chengjun 2025-12-09 11:12:22 +00:00 committed by Tate, Hongliang Tian
parent 53575b04cd
commit 33b881cf90
2 changed files with 3 additions and 0 deletions

View File

@ -54,6 +54,7 @@ TESTS ?= \
sigaction_test \
sigaltstack_test \
signalfd_test \
sigtimedwait_test \
socket_netlink_route_test \
socket_unix_dgram_local_test \
socket_unix_dgram_non_blocking_test \

View File

@ -0,0 +1,2 @@
# TODO: Support `tkill` syscall.
SigtimedwaitTest.SIGKILLUncaught