Module Name:    src
Committed By:   jruoho
Date:           Wed Apr  6 10:06:49 UTC 2011

Modified Files:
        src/tests/lib/libc/gen: t_humanize_number.c

Log Message:
Mark this also as expected failure.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/gen/t_humanize_number.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/lib/libc/gen/t_humanize_number.c
diff -u src/tests/lib/libc/gen/t_humanize_number.c:1.2 src/tests/lib/libc/gen/t_humanize_number.c:1.3
--- src/tests/lib/libc/gen/t_humanize_number.c:1.2	Wed Apr  6 10:04:53 2011
+++ src/tests/lib/libc/gen/t_humanize_number.c	Wed Apr  6 10:06:49 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: t_humanize_number.c,v 1.2 2011/04/06 10:04:53 jruoho Exp $	*/
+/*	$NetBSD: t_humanize_number.c,v 1.3 2011/04/06 10:06:49 jruoho Exp $	*/
 
 /*-
  * Copyright (c) 2010, 2011 The NetBSD Foundation, Inc.
@@ -257,8 +257,10 @@
 	char buf[1024];
 	int rv;
 
+	atf_tc_expect_fail("PR lib/44097");
+
 	/*
-	 * Seems to works.
+	 * Seems to work.
 	 */
 	(void)memset(buf, 0, sizeof(buf));
 

Reply via email to