--- - branch: MAIN date: Thu Nov 3 08:48:54 UTC 2016 files: - new: '1.3' old: '1.2' path: src/tests/kernel/t_ptrace.c pathrev: src/tests/kernel/t_ptrace.c@1.3 type: modified id: 20161103T084854Z.8559f4bab4c99c8a9c1044ae7ddff48cd98da385 log: | Add new test traceme3 in t_ptrace This test is modeled after traceme1 and traceme2 with the goal to test if the child was terminated with a received signal passed with PT_CONTINUE. Currently the three traceme tests verifies three possible status values from waitpid(2) called by the parent: - WIFEXITED(status), - WIFSIGNALED(status), - WIFSTOPPED(status) with associated macros: - WEXITSTATUS(status), - WTERMSIG(status), - WCOREDUMP(status), - WSTOPSIG(status). In traceme3 has been assumed that Ctrl-C (SIGINT) does not emit core(5). Sponsored by . module: src subject: 'CVS commit: src/tests/kernel' unixtime: '1478162934' user: kamil