Module Name: src Committed By: kamil Date: Thu Apr 25 11:45:12 UTC 2019
Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: In ATF t_ptrace_wait* SIGILL tests allow any si_code These codes are not portable between CPUs and kernels. Change the checks to return any valid si_code in the defined range of ILL values. PR port-sparc/54140 by Andreas Gustafsson To generate a diff of this commit: cvs rdiff -u -r1.111 -r1.112 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.