Module Name: src
Committed By: chs
Date: Tue Dec 8 17:52:11 UTC 2020
Modified Files:
src/tests/rump/rumpkern: t_vm.c
Log Message:
the busypage test is buggy, expect it to fail.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/rump/rumpkern/t_vm.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/rump/rumpkern/t_vm.c
diff -u src/tests/rump/rumpkern/t_vm.c:1.4 src/tests/rump/rumpkern/t_vm.c:1.5
--- src/tests/rump/rumpkern/t_vm.c:1.4 Fri Jan 13 21:30:43 2017
+++ src/tests/rump/rumpkern/t_vm.c Tue Dec 8 17:52:11 2020
@@ -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_HEAD(busypage, tc)
ATF_TC_BODY(busypage, tc)
{
+ atf_tc_expect_fail("test bug: unbusies an uninitialized page");
rump_init();
rump_schedule();