Module Name: src Committed By: kamil Date: Sat May 19 05:25:21 UTC 2018
Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: Cover SIGTSTP, SIGTTIN and SIGTTOU in traceme_vfork_raise ATF tests SIGTSTP, SIGTTIN and SIGTTOU are special case signals ignored in a vfork(2)ed child. Assert the behavior of raise(2) after calling PT_TRACE_ME. Renumber existing traceme_vfork_raise tests. Sponsored by <The NetBSD Foundation> To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/tests/lib/libc/sys/t_ptrace_wait.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.