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/394c541c26c6
branches: trunk
changeset: 978945:394c541c26c6
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 dc6e7b065012 -r 394c541c26c6 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