Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/net/if_loop Remove expected failure, PR has been fixed.
details: https://anonhg.NetBSD.org/src/rev/e6ddfad4caa6
branches: trunk
changeset: 763984:e6ddfad4caa6
user: martin <martin%NetBSD.org@localhost>
date: Sat Apr 09 20:42:12 2011 +0000
description:
Remove expected failure, PR has been fixed.
diffstat:
tests/net/if_loop/t_pr.c | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diffs (31 lines):
diff -r 651ac862aab7 -r e6ddfad4caa6 tests/net/if_loop/t_pr.c
--- a/tests/net/if_loop/t_pr.c Sat Apr 09 20:34:36 2011 +0000
+++ b/tests/net/if_loop/t_pr.c Sat Apr 09 20:42:12 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_pr.c,v 1.3 2010/11/03 16:10:25 christos Exp $ */
+/* $NetBSD: t_pr.c,v 1.4 2011/04/09 20:42:12 martin Exp $ */
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -29,7 +29,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: t_pr.c,v 1.3 2010/11/03 16:10:25 christos Exp $");
+__RCSID("$NetBSD: t_pr.c,v 1.4 2011/04/09 20:42:12 martin Exp $");
#endif /* not lint */
#include <sys/types.h>
@@ -125,7 +125,11 @@
sin.sin_port = htons(12345);
sin.sin_addr.s_addr = inet_addr("127.0.0.1");
- atf_tc_expect_signal(SIGABRT, "PR kern/43664");
+ /*
+ * Should not fail anymore, PR has been fixed...
+ *
+ * atf_tc_expect_signal(SIGABRT, "PR kern/43664");
+ */
if (rump_sys_sendto(s, data, sizeof(data), 0,
(struct sockaddr *)&sin, sizeof(sin)) == -1)
atf_tc_fail_errno("sendto failed");
Home |
Main Index |
Thread Index |
Old Index