Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/libc/sys mark failed



details:   https://anonhg.NetBSD.org/src/rev/890effc8245f
branches:  trunk
changeset: 834636:890effc8245f
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Aug 21 11:04:49 2018 +0000

description:
mark failed

diffstat:

 tests/lib/libc/sys/t_sendrecv.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 668b94df9cfb -r 890effc8245f tests/lib/libc/sys/t_sendrecv.c
--- a/tests/lib/libc/sys/t_sendrecv.c   Tue Aug 21 11:03:27 2018 +0000
+++ b/tests/lib/libc/sys/t_sendrecv.c   Tue Aug 21 11:04:49 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_sendrecv.c,v 1.2 2018/08/21 11:03:27 christos Exp $  */
+/*     $NetBSD: t_sendrecv.c,v 1.3 2018/08/21 11:04:49 christos Exp $  */
 
 /*-
  * Copyright (c) 2018 The NetBSD Foundation, Inc.
@@ -29,7 +29,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: t_sendrecv.c,v 1.2 2018/08/21 11:03:27 christos Exp $");
+__RCSID("$NetBSD: t_sendrecv.c,v 1.3 2018/08/21 11:04:49 christos Exp $");
 
 #include <atf-c.h>
 #include <sys/types.h>
@@ -115,6 +115,8 @@
        int fd[2], error;
        struct sigaction sa;
 
+       atf_tc_fail("does not terminate");
+
        error = socketpair(AF_UNIX, SOCK_DGRAM, 0, fd);
 //     error = pipe(fd);
        ATF_REQUIRE_MSG(error != -1, "socketpair failed (%s)", strerror(errno));



Home | Main Index | Thread Index | Old Index