Source-Changes-HG archive

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

[src/trunk]: src/tests/syscall Remove the xfail check after all (PR kern/4511...



details:   https://anonhg.NetBSD.org/src/rev/dd27e303c3d9
branches:  trunk
changeset: 766957:dd27e303c3d9
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Tue Jul 05 04:33:23 2011 +0000

description:
Remove the xfail check after all (PR kern/45113 is bogus or fs-dependent).

diffstat:

 tests/syscall/t_mknod.c |  11 ++---------
 1 files changed, 2 insertions(+), 9 deletions(-)

diffs (32 lines):

diff -r fa18a73ad624 -r dd27e303c3d9 tests/syscall/t_mknod.c
--- a/tests/syscall/t_mknod.c   Tue Jul 05 01:56:45 2011 +0000
+++ b/tests/syscall/t_mknod.c   Tue Jul 05 04:33:23 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_mknod.c,v 1.7 2011/07/04 09:29:37 jruoho Exp $ */
+/* $NetBSD: t_mknod.c,v 1.8 2011/07/05 04:33:23 jruoho Exp $ */
 
 /*-
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -29,7 +29,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: t_mknod.c,v 1.7 2011/07/04 09:29:37 jruoho Exp $");
+__RCSID("$NetBSD: t_mknod.c,v 1.8 2011/07/05 04:33:23 jruoho Exp $");
 
 #include <sys/stat.h>
 
@@ -57,13 +57,6 @@
 
        (void)memset(buf, 'x', sizeof(buf));
 
-       errno = 0;
-
-       if (mknod(path, -1, 0) != -1 || errno != EINVAL) {
-               atf_tc_expect_fail("PR kern/45113");
-               atf_tc_fail("mknod(2) did not fail properly");
-       }
-
        /*
         * See the old PR kern/45111.
         */



Home | Main Index | Thread Index | Old Index