Module Name: src Committed By: kamil Date: Fri Dec 9 06:12:02 UTC 2016
Modified Files: src/distrib/sets/lists/debug: mi src/distrib/sets/lists/tests: mi src/etc/mtree: NetBSD.dist.tests src/tests/lib/libc/gen: Makefile src/tests/lib/libc/gen/exect: t_exect.c Log Message: Attach t_exect to ATF tests and distribution Add missing SIGTRAP handler. Assert there that the signal is SIGTRAP as expected and si_code TRAP_TRACE. This test will break on some ports that have dummy or incomplete implementation of exect(2). This test works on amd64 correctly. Sponsored by <The NetBSD Foundation> To generate a diff of this commit: cvs rdiff -u -r1.183 -r1.184 src/distrib/sets/lists/debug/mi cvs rdiff -u -r1.706 -r1.707 src/distrib/sets/lists/tests/mi cvs rdiff -u -r1.136 -r1.137 src/etc/mtree/NetBSD.dist.tests cvs rdiff -u -r1.49 -r1.50 src/tests/lib/libc/gen/Makefile cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/gen/exect/t_exect.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.