Move connect(2), listen(2) and socketpair(2) tests to the right place.
This commit is contained in:
parent
c3f7d80d68
commit
56b331c000
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: mi,v 1.416 2011/11/05 18:07:15 jruoho Exp $
|
||||
# $NetBSD: mi,v 1.417 2011/11/05 18:19:02 jruoho Exp $
|
||||
#
|
||||
# Note: don't delete entries from here - mark them as "obsolete" instead.
|
||||
#
|
||||
|
@ -492,6 +492,7 @@
|
|||
./usr/libdata/debug/usr/tests/lib/libc/sys/t_chroot.debug tests-lib-debug debug,atf
|
||||
./usr/libdata/debug/usr/tests/lib/libc/sys/t_clock_gettime.debug tests-lib-debug debug,atf
|
||||
./usr/libdata/debug/usr/tests/lib/libc/sys/t_clone.debug tests-lib-debug debug,atf
|
||||
./usr/libdata/debug/usr/tests/lib/libc/sys/t_connect.debug tests-lib-debug debug,atf
|
||||
./usr/libdata/debug/usr/tests/lib/libc/sys/t_context.debug tests-obsolete obsolete
|
||||
./usr/libdata/debug/usr/tests/lib/libc/sys/t_dup.debug tests-lib-debug debug,atf
|
||||
./usr/libdata/debug/usr/tests/lib/libc/sys/t_fsync.debug tests-lib-debug debug,atf
|
||||
|
@ -506,6 +507,7 @@
|
|||
./usr/libdata/debug/usr/tests/lib/libc/sys/t_issetugid.debug tests-lib-debug debug,atf
|
||||
./usr/libdata/debug/usr/tests/lib/libc/sys/t_kill.debug tests-lib-debug debug,atf
|
||||
./usr/libdata/debug/usr/tests/lib/libc/sys/t_link.debug tests-lib-debug debug,atf
|
||||
./usr/libdata/debug/usr/tests/lib/libc/sys/t_listen.debug tests-lib-debug debug,atf
|
||||
./usr/libdata/debug/usr/tests/lib/libc/sys/t_mincore.debug tests-lib-debug debug,atf
|
||||
./usr/libdata/debug/usr/tests/lib/libc/sys/t_mkdir.debug tests-lib-debug debug,atf
|
||||
./usr/libdata/debug/usr/tests/lib/libc/sys/t_mkfifo.debug tests-lib-debug debug,atf
|
||||
|
@ -528,6 +530,7 @@
|
|||
./usr/libdata/debug/usr/tests/lib/libc/sys/t_setuid.debug tests-lib-debug debug,atf
|
||||
./usr/libdata/debug/usr/tests/lib/libc/sys/t_sigaction.debug tests-lib-debug debug,atf
|
||||
./usr/libdata/debug/usr/tests/lib/libc/sys/t_sigqueue.debug tests-lib-debug debug,atf
|
||||
./usr/libdata/debug/usr/tests/lib/libc/sys/t_socketpair.debug tests-lib-debug debug,atf
|
||||
./usr/libdata/debug/usr/tests/lib/libc/sys/t_stat.debug tests-lib-debug debug,atf
|
||||
./usr/libdata/debug/usr/tests/lib/libc/sys/t_timer_create.debug tests-lib-debug debug,atf
|
||||
./usr/libdata/debug/usr/tests/lib/libc/sys/t_truncate.debug tests-lib-debug debug,atf
|
||||
|
@ -681,10 +684,10 @@
|
|||
./usr/libdata/debug/usr/tests/net/net/t_raw.debug tests-net-debug debug,atf
|
||||
./usr/libdata/debug/usr/tests/net/net/t_unix.debug tests-net-debug debug,atf
|
||||
./usr/libdata/debug/usr/tests/net/sys tests-net-debug
|
||||
./usr/libdata/debug/usr/tests/net/sys/t_connect.debug tests-net-debug debug,atf
|
||||
./usr/libdata/debug/usr/tests/net/sys/t_listen.debug tests-net-debug debug,atf
|
||||
./usr/libdata/debug/usr/tests/net/sys/t_connect.debug tests-obsolete obsolete
|
||||
./usr/libdata/debug/usr/tests/net/sys/t_listen.debug tests-obsolete obsolete
|
||||
./usr/libdata/debug/usr/tests/net/sys/t_rfc6056.debug tests-net-debug debug,atf
|
||||
./usr/libdata/debug/usr/tests/net/sys/t_socketpair.debug tests-net-debug debug,atf
|
||||
./usr/libdata/debug/usr/tests/net/sys/t_socketpair.debug tests-obsolete obsolete
|
||||
./usr/libdata/debug/usr/tests/rump tests-syscall-debug
|
||||
./usr/libdata/debug/usr/tests/rump/modautoload tests-syscall-debug
|
||||
./usr/libdata/debug/usr/tests/rump/modautoload/t_modautoload.debug tests-syscall-debug debug,atf
|
||||
|
@ -2123,6 +2126,7 @@
|
|||
./usr/tests/lib/libc/sys/t_chroot tests-lib-tests atf
|
||||
./usr/tests/lib/libc/sys/t_clock_gettime tests-lib-tests atf
|
||||
./usr/tests/lib/libc/sys/t_clone tests-lib-tests atf
|
||||
./usr/tests/lib/libc/sys/t_connect tests-lib-tests atf
|
||||
./usr/tests/lib/libc/sys/t_context tests-obsolete obsolete
|
||||
./usr/tests/lib/libc/sys/t_dup tests-lib-tests atf
|
||||
./usr/tests/lib/libc/sys/t_fsync tests-lib-tests atf
|
||||
|
@ -2137,6 +2141,7 @@
|
|||
./usr/tests/lib/libc/sys/t_issetugid tests-lib-tests atf
|
||||
./usr/tests/lib/libc/sys/t_kill tests-lib-tests atf
|
||||
./usr/tests/lib/libc/sys/t_link tests-lib-tests atf
|
||||
./usr/tests/lib/libc/sys/t_listen tests-lib-tests atf
|
||||
./usr/tests/lib/libc/sys/t_mincore tests-lib-tests atf
|
||||
./usr/tests/lib/libc/sys/t_mkdir tests-lib-tests atf
|
||||
./usr/tests/lib/libc/sys/t_mkfifo tests-lib-tests atf
|
||||
|
@ -2159,6 +2164,7 @@
|
|||
./usr/tests/lib/libc/sys/t_setuid tests-lib-tests atf
|
||||
./usr/tests/lib/libc/sys/t_sigaction tests-lib-tests atf
|
||||
./usr/tests/lib/libc/sys/t_sigqueue tests-lib-tests atf
|
||||
./usr/tests/lib/libc/sys/t_socketpair tests-lib-tests atf
|
||||
./usr/tests/lib/libc/sys/t_stat tests-lib-tests atf
|
||||
./usr/tests/lib/libc/sys/t_timer_create tests-lib-tests atf
|
||||
./usr/tests/lib/libc/sys/t_truncate tests-lib-tests atf
|
||||
|
@ -2487,10 +2493,10 @@
|
|||
./usr/tests/net/route/t_change tests-net-tests atf
|
||||
./usr/tests/net/sys tests-net-tests
|
||||
./usr/tests/net/sys/Atffile tests-net-tests atf
|
||||
./usr/tests/net/sys/t_connect tests-net-tests atf
|
||||
./usr/tests/net/sys/t_listen tests-net-tests atf
|
||||
./usr/tests/net/sys/t_connect tests-obsolete obsolete
|
||||
./usr/tests/net/sys/t_listen tests-obsolete obsolete
|
||||
./usr/tests/net/sys/t_rfc6056 tests-net-tests atf
|
||||
./usr/tests/net/sys/t_socketpair tests-net-tests atf
|
||||
./usr/tests/net/sys/t_socketpair tests-obsolete obsolete
|
||||
./usr/tests/rump tests-rump-tests
|
||||
./usr/tests/rump/Atffile tests-rump-tests atf
|
||||
./usr/tests/rump/modautoload tests-rump-tests
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.18 2011/11/05 07:45:41 jruoho Exp $
|
||||
# $NetBSD: Makefile,v 1.19 2011/11/05 18:19:01 jruoho Exp $
|
||||
|
||||
MKMAN= no
|
||||
|
||||
|
@ -12,6 +12,7 @@ TESTS_C+= t_access
|
|||
TESTS_C+= t_chroot
|
||||
TESTS_C+= t_clock_gettime
|
||||
TESTS_C+= t_clone
|
||||
TESTS_C+= t_connect
|
||||
TESTS_C+= t_dup
|
||||
TESTS_C+= t_fsync
|
||||
TESTS_C+= t_getcontext
|
||||
|
@ -25,6 +26,7 @@ TESTS_C+= t_gettimeofday
|
|||
TESTS_C+= t_issetugid
|
||||
TESTS_C+= t_kill
|
||||
TESTS_C+= t_link
|
||||
TESTS_C+= t_listen
|
||||
TESTS_C+= t_mincore
|
||||
TESTS_C+= t_mkdir
|
||||
TESTS_C+= t_mkfifo
|
||||
|
@ -47,6 +49,7 @@ TESTS_C+= t_setrlimit
|
|||
TESTS_C+= t_setuid
|
||||
TESTS_C+= t_sigaction
|
||||
TESTS_C+= t_sigqueue
|
||||
TESTS_C+= t_socketpair
|
||||
TESTS_C+= t_stat
|
||||
TESTS_C+= t_timer_create
|
||||
TESTS_C+= t_truncate
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: t_connect.c,v 1.4 2010/11/03 16:10:25 christos Exp $ */
|
||||
/* $NetBSD: t_connect.c,v 1.1 2011/11/05 18:19:02 jruoho Exp $ */
|
||||
/*
|
||||
* Copyright (c) 2007, 2008 The NetBSD Foundation, Inc.
|
||||
* All rights reserved.
|
||||
|
@ -36,14 +36,14 @@
|
|||
|
||||
#include <atf-c.h>
|
||||
|
||||
ATF_TC(low_port);
|
||||
ATF_TC_HEAD(low_port, tc)
|
||||
ATF_TC(connect_low_port);
|
||||
ATF_TC_HEAD(connect_low_port, tc)
|
||||
{
|
||||
atf_tc_set_md_var(tc, "descr", "Checks that low-port allocation "
|
||||
"works");
|
||||
atf_tc_set_md_var(tc, "require.user", "root");
|
||||
}
|
||||
ATF_TC_BODY(low_port, tc)
|
||||
ATF_TC_BODY(connect_low_port, tc)
|
||||
{
|
||||
struct sockaddr_in sin, sinlist;
|
||||
int sd, val, slist;
|
||||
|
@ -92,7 +92,8 @@ ATF_TC_BODY(low_port, tc)
|
|||
|
||||
ATF_TP_ADD_TCS(tp)
|
||||
{
|
||||
ATF_TP_ADD_TC(tp, low_port);
|
||||
|
||||
ATF_TP_ADD_TC(tp, connect_low_port);
|
||||
|
||||
return atf_no_error();
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: t_listen.c,v 1.2 2010/11/03 16:10:25 christos Exp $ */
|
||||
/* $NetBSD: t_listen.c,v 1.1 2011/11/05 18:19:02 jruoho Exp $ */
|
||||
/*
|
||||
* Copyright (c) 2007 The NetBSD Foundation, Inc.
|
||||
* All rights reserved.
|
||||
|
@ -35,14 +35,14 @@
|
|||
|
||||
#include <atf-c.h>
|
||||
|
||||
ATF_TC(low_port);
|
||||
ATF_TC_HEAD(low_port, tc)
|
||||
ATF_TC(listen_low_port);
|
||||
ATF_TC_HEAD(listen_low_port, tc)
|
||||
{
|
||||
atf_tc_set_md_var(tc, "descr", "Checks that low-port allocation "
|
||||
"works");
|
||||
atf_tc_set_md_var(tc, "require.user", "root");
|
||||
}
|
||||
ATF_TC_BODY(low_port, tc)
|
||||
ATF_TC_BODY(listen_low_port, tc)
|
||||
{
|
||||
int sd, val;
|
||||
|
||||
|
@ -67,6 +67,8 @@ ATF_TC_BODY(low_port, tc)
|
|||
|
||||
ATF_TP_ADD_TCS(tp)
|
||||
{
|
||||
ATF_TP_ADD_TC(tp, low_port);
|
||||
|
||||
ATF_TP_ADD_TC(tp, listen_low_port);
|
||||
|
||||
return 0;
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: t_socketpair.c,v 1.1 2011/11/04 02:23:39 christos Exp $ */
|
||||
/* $NetBSD: t_socketpair.c,v 1.1 2011/11/05 18:19:02 jruoho Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2011 The NetBSD Foundation, Inc.
|
||||
|
@ -36,7 +36,7 @@
|
|||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
#include <sys/cdefs.h>
|
||||
__RCSID("$NetBSD: t_socketpair.c,v 1.1 2011/11/04 02:23:39 christos Exp $");
|
||||
__RCSID("$NetBSD: t_socketpair.c,v 1.1 2011/11/05 18:19:02 jruoho Exp $");
|
||||
|
||||
#include <atf-c.h>
|
||||
#include <fcntl.h>
|
|
@ -1,12 +1,11 @@
|
|||
# $NetBSD: Makefile,v 1.4 2011/11/04 02:23:39 christos Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2011/11/05 18:19:02 jruoho Exp $
|
||||
|
||||
# NOTE: please add all syscall-tests to tests/lib/libc/sys.
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
TESTSDIR= ${TESTSBASE}/net/sys
|
||||
|
||||
TESTS_C= t_connect
|
||||
TESTS_C+= t_listen
|
||||
TESTS_C+= t_rfc6056
|
||||
TESTS_C+= t_socketpair
|
||||
|
||||
.include <bsd.test.mk>
|
||||
|
|
Loading…
Reference in New Issue