Date: Wed, 30 Dec 2015 10:15:00 -0800 From: NGie Cooper <yaneurabeya@gmail.com> To: "Bjoern A. Zeeb" <bz@FreeBSD.org> Cc: Garrett Cooper <ngie@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r292914 - in head: tests/sys/kern tools/regression/sockets/unix_passfd Message-ID: <02D10D41-F768-4463-BAE7-8E395C0986B8@gmail.com> In-Reply-To: <9CE6F38D-FD5A-4EF0-BFA8-4002ED3519A2@FreeBSD.org> References: <201512301115.tBUBF7Wr038402@repo.freebsd.org> <9CE6F38D-FD5A-4EF0-BFA8-4002ED3519A2@FreeBSD.org>
index | next in thread | previous in thread | raw e-mail
> On Dec 30, 2015, at 08:31, Bjoern A. Zeeb <bz@FreeBSD.org> wrote: > >> >> On 30 Dec 2015, at 11:15 , Garrett Cooper <ngie@FreeBSD.org> 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 Ugh… yeah... I forgot about that (I did this work before in a different branch, but it got wiped out). Thanks for the report! I’ve fixed it in r292957. -NGiehelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?02D10D41-F768-4463-BAE7-8E395C0986B8>
