Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | t_recvmmsg and t_sendmmsg were enabled in 2022 | guenther | 2024-08-15 | 1 | -2/+0 |
| | |||||
* | Enable vfork syscall test. Disable SIGSTOP test as it is masked until | mbuhl | 2021-09-02 | 1 | -1/+1 |
| | | | | | exec/exit with vfork. OK bluhm@ | ||||
* | Import more NetBSD system call regression tests. | mbuhl | 2021-09-02 | 1 | -38/+44 |
| | | | | OK bluhm@ | ||||
* | Enable t_ptrace with an errno change compared to NetBSD. | mpi | 2020-01-30 | 1 | -1/+1 |
| | | | | | | | | Note that the last test triggers a kernel bug related to waitpid(9) and ptraced processes. This is now visible thanks to recent make(1) changes. guenther@ suggests to look at the logic behind `p_orphan' in FreeBSD to fix this bug. | ||||
* | Sync tests with current NetBSD. Enable t_mkfifo test. | bluhm | 2019-11-22 | 1 | -6/+5 |
| | | | | from Moritz Buhl | ||||
* | Import NetBSD system call regression tests. They were written with | bluhm | 2019-11-19 | 1 | -0/+68 |
ATF (Automated Testing Framework), so we use a small wrapper to map it to our bsd.regress.mk framework. Only half of the 80 NetBSD tests have been taken, the others need more work to adapt. Of them 34 syscall tests pass. Moritz Buhl ported the tests to OpenBSD. |