Re: Automated tests of NetBSD-current/vax
Martin Husemann <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.vax |
|---|---|
| Message-ID | <[email protected]> |
On Fri, May 03, 2024 at 11:57:14AM +0300, Andreas Gustafsson wrote: > Hi all, > > Now that NetBSD/vax is capable of running the ATF tests, I have set up > an automated testbed on babylon5.netbsd.org using the simh emulator. Thanks for the test setup! My standard plug about "able to run ATF": this is only true for non-DIAGNOSTIC kernels, PR 57836 is still open. There is a bogus pmap_activate() in cpu_lwp_fork() (vm_machdep.c line 113). It maybe needs to be replaced with something writing the page table registers to the PCB for init before entering userland for the first time - but that is far beyound my VAX understanding - help, please! Martin