Source-Changes-HG archive

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

[src/trunk]: src/tests/syscall Fix comment due explicit atf_tc_expect_fail().



details:   https://anonhg.NetBSD.org/src/rev/2e47c88fed65
branches:  trunk
changeset: 763889:2e47c88fed65
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Wed Apr 06 05:56:05 2011 +0000

description:
Fix comment due explicit atf_tc_expect_fail().

diffstat:

 tests/syscall/t_getrusage.c |  9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diffs (30 lines):

diff -r 8dd01f18a377 -r 2e47c88fed65 tests/syscall/t_getrusage.c
--- a/tests/syscall/t_getrusage.c       Wed Apr 06 05:53:27 2011 +0000
+++ b/tests/syscall/t_getrusage.c       Wed Apr 06 05:56:05 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_getrusage.c,v 1.1 2011/04/06 05:53:17 jruoho Exp $ */
+/* $NetBSD: t_getrusage.c,v 1.2 2011/04/06 05:56:05 jruoho Exp $ */
 
 /*-
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -29,7 +29,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: t_getrusage.c,v 1.1 2011/04/06 05:53:17 jruoho Exp $");
+__RCSID("$NetBSD: t_getrusage.c,v 1.2 2011/04/06 05:56:05 jruoho Exp $");
 
 #include <sys/resource.h>
 
@@ -117,9 +117,8 @@
 
        /*
         * Test that getrusage(2) does not return
-        * zero user time for the calling process;
-        * cf. PR port-xen/41734. Note that this
-        * does not trigger always.
+        * zero user time for the calling process.
+        * Note that this does not trigger always.
         */
        atf_tc_expect_fail("PR port-amd64/41734");
 



Home | Main Index | Thread Index | Old Index