You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avoid fault in test desched_sigkill-no-syscallbuf.
This atomic_printf seem to change timing enough to
make this test less likely to fail.
Error message:
FAILED at src/test/desched_sigkill.c:43: !(1 == read(parent_to_child[0], &ch, 1) && ch == 'x') errno:0 (Success)
FAILED at src/test/desched_sigkill.c:43: !(1 == read(parent_to_child[0], &ch, 1) && ch == 'x') errno:0 (Success)
FAILED at src/test/desched_sigkill.c:68: !(WIFSIGNALED(status) && WTERMSIG(status) == SIGKILL) errno:0 (Success)
0 commit comments