Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/kernel Test for PR kern/51135 is no longer failing.



details:   https://anonhg.NetBSD.org/src/rev/021075ac83bb
branches:  trunk
changeset: 345363:021075ac83bb
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun May 22 04:34:44 2016 +0000

description:
Test for PR kern/51135 is no longer failing.

diffstat:

 tests/kernel/t_rnd.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r 8660530ac1fb -r 021075ac83bb tests/kernel/t_rnd.c
--- a/tests/kernel/t_rnd.c      Sun May 22 01:09:09 2016 +0000
+++ b/tests/kernel/t_rnd.c      Sun May 22 04:34:44 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_rnd.c,v 1.8 2016/05/13 13:22:28 pooka Exp $  */
+/*     $NetBSD: t_rnd.c,v 1.9 2016/05/22 04:34:44 riastradh Exp $      */
 
 /*
  * Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: t_rnd.c,v 1.8 2016/05/13 13:22:28 pooka Exp $");
+__RCSID("$NetBSD: t_rnd.c,v 1.9 2016/05/22 04:34:44 riastradh Exp $");
 
 #include <sys/types.h>
 #include <sys/fcntl.h>
@@ -99,8 +99,6 @@
        char buf[128];
        int fd;
 
-       atf_tc_expect_fail("PR kern/51135");
-
        rump_init();
        RL(fd = rump_sys_open("/dev/random", O_RDONLY));
        RL(rump_sys_read(fd, buf, sizeof(buf)));



Home | Main Index | Thread Index | Old Index