NetBSD-Bugs archive

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

misc/57343: Typo in automated test rumpkern/t_vm.c ('this' should say 'thus')



>Number:         57343
>Category:       misc
>Synopsis:       Typo in automated test rumpkern/t_vm.c  ('this' should say 'thus')
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    misc-bug-people
>State:          open
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Apr 11 18:10:01 +0000 2023
>Originator:     Jim Spath
>Release:        10.0_BETA
>Organization:
>Environment:
NetBSD nb 10.0_BETA NetBSD 10.0_BETA (GENERIC64) #0: Fri Jan 13 19:15:32 UTC 2023  mkrepro%mkrepro.NetBSD.org@localhost:/usr/src/sys/arch/evbarm/compile/GENERIC64 evbarm

>Description:
The test is skipped, and displays this message:

busypage, skipped, 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

>How-To-Repeat:
Read the source.
>Fix:
Patch suggestion (which doesn't address the revealed test inadequacy):

$ diff -u rumpkern/t_vm.c  /tmp/t_vm.c
--- rumpkern/t_vm.c     2021-01-22 22:03:01.000000000 +0000
+++ /tmp/t_vm.c 2023-04-11 17:59:27.469299365 +0000
@@ -53,7 +53,7 @@
 #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