History log of /netbsd-current/tests/lib/libc/sys/t_ptrace_sigchld.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.3 05-May-2020 kamil

Skip traceme_raise* tests rather than failing upfront

This avoid reporting the tests as unexpected failure.


Revision tags: phil-wifi-20200421 phil-wifi-20200411 phil-wifi-20200406
# 1.2 06-Mar-2020 kamil

branches: 1.2.2;
Remove duplicated lines


# 1.1 06-Mar-2020 kamil

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).