Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/lib/libc/stdlib Adjust PR format in xfail message so t...
details: https://anonhg.NetBSD.org/src/rev/d2566b934563
branches: trunk
changeset: 759353:d2566b934563
user: pooka <pooka%NetBSD.org@localhost>
date: Mon Dec 06 17:30:07 2010 +0000
description:
Adjust PR format in xfail message so that html test results gain a
link to http://gnats.netbsd.org/44189
diffstat:
tests/lib/libc/stdlib/t_strtox.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 5ca539af39f6 -r d2566b934563 tests/lib/libc/stdlib/t_strtox.c
--- a/tests/lib/libc/stdlib/t_strtox.c Mon Dec 06 16:43:26 2010 +0000
+++ b/tests/lib/libc/stdlib/t_strtox.c Mon Dec 06 17:30:07 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_strtox.c,v 1.1 2010/12/03 13:11:50 njoly Exp $ */
+/* $NetBSD: t_strtox.c,v 1.2 2010/12/06 17:30:07 pooka Exp $ */
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -29,7 +29,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: t_strtox.c,v 1.1 2010/12/03 13:11:50 njoly Exp $");
+__RCSID("$NetBSD: t_strtox.c,v 1.2 2010/12/06 17:30:07 pooka Exp $");
#include <atf-c.h>
#include <stdlib.h>
@@ -50,7 +50,7 @@
str = "-0x0";
ATF_REQUIRE(strtod(str, &end) == -0.0 && end == str+4);
- atf_tc_expect_fail("PR/44189");
+ atf_tc_expect_fail("PR lib/44189");
str = "-0x";
ATF_REQUIRE(strtod(str, &end) == -0.0 && end == str+2);
atf_tc_expect_pass();
Home |
Main Index |
Thread Index |
Old Index