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 Mark this also as expected failure.
details: https://anonhg.NetBSD.org/src/rev/5ccb589140ae
branches: trunk
changeset: 763900:5ccb589140ae
user: jruoho <jruoho%NetBSD.org@localhost>
date: Wed Apr 06 10:06:49 2011 +0000
description:
Mark this also as expected failure.
diffstat:
tests/lib/libc/gen/t_humanize_number.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 9fe385b75419 -r 5ccb589140ae tests/lib/libc/gen/t_humanize_number.c
--- a/tests/lib/libc/gen/t_humanize_number.c Wed Apr 06 10:04:53 2011 +0000
+++ b/tests/lib/libc/gen/t_humanize_number.c Wed Apr 06 10:06:49 2011 +0000
@@ -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));
Home |
Main Index |
Thread Index |
Old Index