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 This is no longer expected to fail.



details:   https://anonhg.NetBSD.org/src/rev/338e14d811e2
branches:  trunk
changeset: 778102:338e14d811e2
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Mar 16 08:14:11 2012 +0000

description:
This is no longer expected to fail.

diffstat:

 tests/lib/libc/sys/t_listen.c |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 255446e18392 -r 338e14d811e2 tests/lib/libc/sys/t_listen.c
--- a/tests/lib/libc/sys/t_listen.c     Fri Mar 16 07:41:54 2012 +0000
+++ b/tests/lib/libc/sys/t_listen.c     Fri Mar 16 08:14:11 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_listen.c,v 1.2 2012/03/07 07:24:05 jruoho Exp $      */
+/*     $NetBSD: t_listen.c,v 1.3 2012/03/16 08:14:11 matt Exp $        */
 /*
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -78,8 +78,6 @@
         * According to IEEE Std 1003.1-2008: if the socket is
         * already connected, the call should fail with EINVAL.
         */
-       atf_tc_expect_fail("PR standards/46150");
-
        ATF_REQUIRE(connect(fdb, (struct sockaddr *)&sinb, siz) == 0);
        ATF_REQUIRE_ERRNO(EINVAL, listen(fdb, 1) == -1);
 



Home | Main Index | Thread Index | Old Index