Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Apr 2015 13:44:54 -0400
From:      John Baldwin <jhb@freebsd.org>
To:        Garrett Cooper <ngie@freebsd.org>
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
Message-ID:  <1942609.p0XeoXF1ms@ralph.baldwin.cx>
In-Reply-To: <201504290856.t3T8uuHF070908@svn.freebsd.org>
References:  <201504290856.t3T8uuHF070908@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1942609.p0XeoXF1ms>