Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libc/gen PR lib/42587 was fixed; remove xfail.



details:   https://anonhg.NetBSD.org/src/rev/562175eff9a1
branches:  trunk
changeset: 764697:562175eff9a1
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Sun May 01 06:42:29 2011 +0000

description:
PR lib/42587 was fixed; remove xfail.

diffstat:

 tests/lib/libc/gen/t_nice.c |  10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

diffs (32 lines):

diff -r 5d461f0d641a -r 562175eff9a1 tests/lib/libc/gen/t_nice.c
--- a/tests/lib/libc/gen/t_nice.c       Sun May 01 06:22:54 2011 +0000
+++ b/tests/lib/libc/gen/t_nice.c       Sun May 01 06:42:29 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_nice.c,v 1.6 2011/04/25 20:55:06 njoly Exp $ */
+/*     $NetBSD: t_nice.c,v 1.7 2011/05/01 06:42:29 jruoho Exp $ */
 
 /*-
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -29,7 +29,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: t_nice.c,v 1.6 2011/04/25 20:55:06 njoly Exp $");
+__RCSID("$NetBSD: t_nice.c,v 1.7 2011/05/01 06:42:29 jruoho Exp $");
 
 #include <sys/resource.h>
 #include <sys/wait.h>
@@ -74,11 +74,9 @@
        /*
         * The call should fail with EPERM if the
         * supplied parameter is negative and the
-        * caller does not have privileges. Note
-        * that the errno is thus "wrong" in NetBSD.
+        * caller does not have privileges; see
+        * the closed PR lib/42587.
         */
-       atf_tc_expect_fail("PR lib/42587");
-
        for (i = -20; i < 0; i++) {
 
                errno = 0;



Home | Main Index | Thread Index | Old Index