svn commit: r282211 - head/tests/freebsd_test_suite

John Baldwin jhb at freebsd.org
Wed Apr 29 17:45:02 UTC 2015


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


More information about the svn-src-head mailing list