svn commit: r292914 - in head: tests/sys/kern tools/regression/sockets/unix_passfd

Bjoern A. Zeeb bz at FreeBSD.org
Wed Dec 30 16:31:41 UTC 2015


> 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



More information about the svn-src-all mailing list