> On 30 Dec 2015, at 11:15 , Garrett Cooper <[email protected]> wrote: > > Author: ngie > Date: Wed Dec 30 11:15:07 2015 > New Revision: 292914 > URL: https://svnweb.freebsd.org/changeset/base/292914 > > Log: > Integrate tools/regression/sockets/unix_passfd into the FreeBSD test > suite as tests/sys/kern/unix_passfd_test > > - Convert testcases to ATF > - Fix an alignment issues > - Mark rights_creds_payload(..) as an expected failure (see PR # 181741) > > Based [in part] on the following Differential Revision: > https://reviews.freebsd.org/D689 > > MFC after: 1 week > Submitted by: markj > Sponsored by: EMC / Isilon Storage Division
n all gcc platforms this fails: /scratch/tmp/bz/head.svn/tests/sys/kern/unix_passfd_test.c: In function 'sendfd': /scratch/tmp/bz/head.svn/tests/sys/kern/unix_passfd_test.c:146: warning: declaration of 'sendfd' shadows a global declaration /scratch/tmp/bz/head.svn/tests/sys/kern/unix_passfd_test.c:147: warning: shadowed declaration is here /scratch/tmp/bz/head.svn/tests/sys/kern/unix_passfd_test.c: In function 'recvfd': /scratch/tmp/bz/head.svn/tests/sys/kern/unix_passfd_test.c:195: warning: declaration of 'recvfd' shadows a global declaration /scratch/tmp/bz/head.svn/tests/sys/kern/unix_passfd_test.c:196: warning: shadowed declaration is here _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
