Module Name: src Committed By: kamil Date: Thu Feb 14 06:47:32 UTC 2019
Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: Replace signal2 in t_ptrace_wait* with new tests Add new tests traceme_raisesignal_masked[1-8]. New tests to verify that masking (with SIG_BLOCK) signal in tracee stops tracer from catching this raised signal. Masked crash signals are invisible to tracer as well. All tests pass. To generate a diff of this commit: cvs rdiff -u -r1.85 -r1.86 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.