Module Name: src Committed By: kamil Date: Fri Apr 5 22:58:53 UTC 2019
Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: Add __clone(2) tests in t_ptrace_wait* The __clone(2) API is a variation of fork(2)/vfork(2) operations. New tests: - clone_signalignored - clone_signalmasked - clone_vm_signalignored - clone_vm_signalmasked - clone_fs_signalignored - clone_fs_signalmasked - clone_files_signalignored - clone_files_signalmasked - clone_vfork_signalignored - clone_vfork_signalmasked All new tests pass. CLONE_SIGHAND tests are right now disabled as they cannot reuse the shared signal operations (wait(2)) to wait for a clonee. Another nit is that wait(2) must be used right now with WALLSIG as for some reason the default variation doesn't work. To generate a diff of this commit: cvs rdiff -u -r1.102 -r1.103 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.