Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/rump/rumpkern PR misc/57343 (Jim Spath) - fixed a typo...
details: https://anonhg.NetBSD.org/src/rev/1d549cb55d02
branches: trunk
changeset: 374232:1d549cb55d02
user: kre <kre%NetBSD.org@localhost>
date: Tue Apr 11 18:23:42 2023 +0000
description:
PR misc/57343 (Jim Spath) - fixed a typo in atf_tc_skip message.
diffstat:
tests/rump/rumpkern/t_vm.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 42526e58b63b -r 1d549cb55d02 tests/rump/rumpkern/t_vm.c
--- a/tests/rump/rumpkern/t_vm.c Tue Apr 11 17:52:11 2023 +0000
+++ b/tests/rump/rumpkern/t_vm.c Tue Apr 11 18:23:42 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_vm.c,v 1.6 2021/01/22 22:03:01 chs Exp $ */
+/* $NetBSD: t_vm.c,v 1.7 2023/04/11 18:23:42 kre Exp $ */
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -53,7 +53,7 @@ ATF_TC_BODY(busypage, tc)
#if 0
atf_tc_expect_fail("test bug: unbusies an uninitialized page");
#endif
- atf_tc_skip("this test is buggy and hits an assertion, but atf doesn't provide any way to expect that a test program crashes, this all we can do is skip");
+ atf_tc_skip("this test is buggy and hits an assertion, but atf doesn't provide any way to expect that a test program crashes, thus all we can do is skip");
rump_init();
rump_schedule();
Home |
Main Index |
Thread Index |
Old Index