]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't run the t_cmsg_len testcase on 64-bit architectures
authorngie <ngie@FreeBSD.org>
Sat, 23 Jan 2016 22:49:13 +0000 (22:49 +0000)
committerngie <ngie@FreeBSD.org>
Sat, 23 Jan 2016 22:49:13 +0000 (22:49 +0000)
commit91acafb74c3f9996a741d62572ad443dbce23f59
tree29892f860de9b4f91d1ed0c84c0095de4eadd59d
parent9499d1afd804843e0e72061f4508aa1795e92bb6
Don't run the t_cmsg_len testcase on 64-bit architectures

It always fails when trying to send through the sendit(9) private KPI in the
kernel due to a size mismatch between the msghdr and data being sent [*], which
suspiciously seems like it's related to sizeof pointers instead of scalars, or
something of that ilk

MFC after: 1 week
PR: 206543, 206544 [*]
Sponsored by: EMC / Isilon Storage Division
tools/regression/sockets/unix_cmsg/unix_cmsg.c