svn commit: r292914 - in head: tests/sys/kern tools/regression/sockets/unix_passfd
NGie Cooper
yaneurabeya at gmail.com
Wed Dec 30 18:15:05 UTC 2015
> On Dec 30, 2015, at 08:31, Bjoern A. Zeeb <bz at FreeBSD.org> wrote:
>
>>
>> On 30 Dec 2015, at 11:15 , Garrett Cooper <ngie at 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.
-NGie
More information about the svn-src-head
mailing list