Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/net/bpf PR/44196 is now fixed, so don't expect a failure.
details: https://anonhg.NetBSD.org/src/rev/a07893c2ae68
branches: trunk
changeset: 772713:a07893c2ae68
user: christos <christos%NetBSD.org@localhost>
date: Fri Jan 13 16:28:44 2012 +0000
description:
PR/44196 is now fixed, so don't expect a failure.
diffstat:
tests/net/bpf/t_bpf.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 7dc94a49acb4 -r a07893c2ae68 tests/net/bpf/t_bpf.c
--- a/tests/net/bpf/t_bpf.c Fri Jan 13 16:25:16 2012 +0000
+++ b/tests/net/bpf/t_bpf.c Fri Jan 13 16:28:44 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_bpf.c,v 1.3 2011/12/18 22:51:00 joerg Exp $ */
+/* $NetBSD: t_bpf.c,v 1.4 2012/01/13 16:28:44 christos Exp $ */
/*-
* Copyright (c) 2010 Antti Kantee. All Rights Reserved.
@@ -90,7 +90,6 @@
ATF_REQUIRE_ERRNO(ENETDOWN, rump_sys_write(bpfd, buf, sizeof(buf))==-1);
- atf_tc_expect_fail("PR kern/44196");
ATF_REQUIRE_EQ(getmtdata(), 0);
}
Home |
Main Index |
Thread Index |
Old Index