History log of /netbsd/tests/lib/libc/sys/t_ptrace_sigchld.c (Results 1 – 3 of 3)
Revision Date Author Comments
# 529447a4 05-May-2020 kamil <kamil@NetBSD.org>

Skip traceme_raise* tests rather than failing upfront

This avoid reporting the tests as unexpected failure.


# 7733f4e3 06-Mar-2020 kamil <kamil@NetBSD.org>

Remove duplicated lines


# 4a991c99 06-Mar-2020 kamil <kamil@NetBSD.org>

Add new ptrace(2) test file

t_ptrace_sigchld - for SIGCHLD handler + ptrace(2).

Right now a single test is enabled (raise(SIGKILL)) and marked as failed
as it never finishes as the child is never c

Add new ptrace(2) test file

t_ptrace_sigchld - for SIGCHLD handler + ptrace(2).

Right now a single test is enabled (raise(SIGKILL)) and marked as failed
as it never finishes as the child is never collected before exiting the
parent uninterested about its child (SA_NOCLDWAIT).

show more ...