Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/include/sys this does not fail anymore
details: https://anonhg.NetBSD.org/src/rev/337df083f242
branches: trunk
changeset: 778145:337df083f242
user: christos <christos%NetBSD.org@localhost>
date: Sat Mar 17 21:31:29 2012 +0000
description:
this does not fail anymore
diffstat:
tests/include/sys/t_types.c | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diffs (37 lines):
diff -r 92a8e92d3364 -r 337df083f242 tests/include/sys/t_types.c
--- a/tests/include/sys/t_types.c Sat Mar 17 21:30:29 2012 +0000
+++ b/tests/include/sys/t_types.c Sat Mar 17 21:31:29 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_types.c,v 1.2 2011/07/11 16:12:56 njoly Exp $ */
+/* $NetBSD: t_types.c,v 1.3 2012/03/17 21:31:29 christos Exp $ */
/*-
* Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -29,7 +29,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: t_types.c,v 1.2 2011/07/11 16:12:56 njoly Exp $");
+__RCSID("$NetBSD: t_types.c,v 1.3 2012/03/17 21:31:29 christos Exp $");
#include <sys/types.h>
@@ -76,7 +76,8 @@
ATF_TC(types_signed);
ATF_TC_HEAD(types_signed, tc)
{
- atf_tc_set_md_var(tc, "descr", "Signed types(3)");
+ atf_tc_set_md_var(tc, "descr", "Signed types(3)"
+ " PR/44847");
}
ATF_TC_BODY(types_signed, tc)
@@ -91,8 +92,6 @@
* As noted in types(3), the following
* types should be signed integers.
*/
- atf_tc_expect_fail("PR standards/44847");
-
bc = 0;
bs = 0;
off = 0;
Home |
Main Index |
Thread Index |
Old Index