Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/kernel RNDADDDATA2 doesn't xfail anymore.
details: https://anonhg.NetBSD.org/src/rev/6da62877d2c2
branches: trunk
changeset: 759264:6da62877d2c2
user: pooka <pooka%NetBSD.org@localhost>
date: Sat Dec 04 17:41:18 2010 +0000
description:
RNDADDDATA2 doesn't xfail anymore.
diffstat:
tests/kernel/t_rnd.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 91f75a8ccb51 -r 6da62877d2c2 tests/kernel/t_rnd.c
--- a/tests/kernel/t_rnd.c Sat Dec 04 17:39:50 2010 +0000
+++ b/tests/kernel/t_rnd.c Sat Dec 04 17:41:18 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_rnd.c,v 1.2 2010/12/04 17:38:42 pooka Exp $ */
+/* $NetBSD: t_rnd.c,v 1.3 2010/12/04 17:41:18 pooka Exp $ */
/*
* Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: t_rnd.c,v 1.2 2010/12/04 17:38:42 pooka Exp $");
+__RCSID("$NetBSD: t_rnd.c,v 1.3 2010/12/04 17:41:18 pooka Exp $");
#include <sys/types.h>
#include <sys/fcntl.h>
@@ -82,7 +82,6 @@
rd.entropy = 1;
rd.len = -1;
- atf_tc_expect_signal(-1, "PR kern/44190");
ATF_REQUIRE_ERRNO(E2BIG, rump_sys_ioctl(fd, RNDADDDATA, &rd) == -1);
}
Home |
Main Index |
Thread Index |
Old Index