Source-Changes-HG archive

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

[src/trunk]: src/tests/rump/rumpkern the busypage test is buggy, expect it to...



details:   https://anonhg.NetBSD.org/src/rev/7980ec8b34f0
branches:  trunk
changeset: 946774:7980ec8b34f0
user:      chs <chs%NetBSD.org@localhost>
date:      Tue Dec 08 17:52:11 2020 +0000

description:
the busypage test is buggy, expect it to fail.

diffstat:

 tests/rump/rumpkern/t_vm.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 4401c165e5ad -r 7980ec8b34f0 tests/rump/rumpkern/t_vm.c
--- a/tests/rump/rumpkern/t_vm.c        Tue Dec 08 13:56:38 2020 +0000
+++ b/tests/rump/rumpkern/t_vm.c        Tue Dec 08 17:52:11 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_vm.c,v 1.4 2017/01/13 21:30:43 christos Exp $        */
+/*     $NetBSD: t_vm.c,v 1.5 2020/12/08 17:52:11 chs Exp $     */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -50,6 +50,7 @@
 ATF_TC_BODY(busypage, tc)
 {
 
+       atf_tc_expect_fail("test bug: unbusies an uninitialized page");
        rump_init();
 
        rump_schedule();



Home | Main Index | Thread Index | Old Index