svn commit: r281587 - user/ngie/more-tests/tests/sys/socket

Garrett Cooper ngie at FreeBSD.org
Thu Apr 16 05:38:21 UTC 2015


Author: ngie
Date: Thu Apr 16 05:38:19 2015
New Revision: 281587
URL: https://svnweb.freebsd.org/changeset/base/281587

Log:
  Set WARNS to 6, but turn off -Wcast-align; this is an issue with unix_cmsg and
  unix_passfd_test

Modified:
  user/ngie/more-tests/tests/sys/socket/Makefile

Modified: user/ngie/more-tests/tests/sys/socket/Makefile
==============================================================================
--- user/ngie/more-tests/tests/sys/socket/Makefile	Thu Apr 16 05:37:19 2015	(r281586)
+++ user/ngie/more-tests/tests/sys/socket/Makefile	Thu Apr 16 05:38:19 2015	(r281587)
@@ -42,12 +42,9 @@ ATF_TESTS_C+=	zerosend_test
 DPADD.sendfile_test+=	${LIBMD}
 LDADD.sendfile_test+=	-lmd
 
-# XXX: this doesn't work..?
-#WARNS.unix_cmsg=	3
-#WARNS.unix_gc=		3
-#WARNS.unix_passfd=	3
-#WARNS.zerosend=		2
+# XXX: unix_cmsg_test and unix_passfd_test need to be fixed
+NO_WCAST_ALIGN.clang=
 
-WARNS=	2
+WARNS?=	6
 
 .include <bsd.test.mk>


More information about the svn-src-user mailing list