From owner-svn-src-head@FreeBSD.ORG Wed Apr 29 17:45:02 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 147182EB; Wed, 29 Apr 2015 17:45:02 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E48DD1FF1; Wed, 29 Apr 2015 17:45:01 +0000 (UTC) Received: from ralph.baldwin.cx (pool-173-54-116-245.nwrknj.fios.verizon.net [173.54.116.245]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 09330B95E; Wed, 29 Apr 2015 13:45:01 -0400 (EDT) From: John Baldwin To: Garrett Cooper Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r282211 - head/tests/freebsd_test_suite Date: Wed, 29 Apr 2015 13:44:54 -0400 Message-ID: <1942609.p0XeoXF1ms@ralph.baldwin.cx> User-Agent: KMail/4.14.2 (FreeBSD/10.1-STABLE; KDE/4.14.2; amd64; ; ) In-Reply-To: <201504290856.t3T8uuHF070908@svn.freebsd.org> References: <201504290856.t3T8uuHF070908@svn.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Wed, 29 Apr 2015 13:45:01 -0400 (EDT) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Apr 2015 17:45:02 -0000 On Wednesday, April 29, 2015 08:56:56 AM Garrett Cooper wrote: > Author: ngie > Date: Wed Apr 29 08:56:56 2015 > New Revision: 282211 > URL: https://svnweb.freebsd.org/changeset/base/282211 > > Log: > ATF_REQUIRE_KERNEL_MODULE: use atf_skip, not ATF_REQUIRE_MSG so the testcase > no longer bombs out > PLAIN_REQUIRE_KERNEL_MODULE: use printf + _exit, no err so the testcase no > longer bombs out if it prints to stderr > > MFC after: 5 days This doesn't appear to compile? cc -O2 -pipe -DTM_GMTOFF=tm_gmtoff -DTM_ZONE=tm_zone -DSTD_INSPIRED -DPCTS -D HAVE_LONG_DOUBLE -DTZDIR=\"/usr/share/zoneinfo\" -Demkdir=mkdir -DHAVE_STRERROR -DHAVE_UNISTD_H -I/zoo/jhb/remove_xen/usr.sbin/zic/zic/.. -I/zoo/jhb/remove_xen/ m-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-protot ypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-stri ngs -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign - c /zoo/jhb/remove_xen/tests/sys/aio/aio_test.c -o aio_test.o cc1: warnings being treated as errors /zoo/jhb/remove_xen/tests/sys/aio/aio_test.c: In function 'aio_write_test': /zoo/jhb/remove_xen/tests/sys/aio/aio_test.c:207: warning: implicit declaration of function 'atf_skip' /zoo/jhb/remove_xen/tests/sys/aio/aio_test.c:207: warning: nested extern declara tion of 'atf_skip' *** [aio_test.o] Error code 1 -- John Baldwin