summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/sys/README
diff options
context:
space:
mode:
authormbuhl <>2021-09-02 15:28:41 +0000
committermbuhl <>2021-09-02 15:28:41 +0000
commitcb50e4cba7c57348005d6d7be62fcea1ee889b2e (patch)
treed6ea9147aaa1946e4f275034210959b9c3114eb8 /src/regress/lib/libc/sys/README
parent35f39be7bcee252b94261cea09e50dac5eba4f29 (diff)
downloadopenbsd-cb50e4cba7c57348005d6d7be62fcea1ee889b2e.tar.gz
openbsd-cb50e4cba7c57348005d6d7be62fcea1ee889b2e.tar.bz2
openbsd-cb50e4cba7c57348005d6d7be62fcea1ee889b2e.zip
Enable vfork syscall test. Disable SIGSTOP test as it is masked until
exec/exit with vfork. OK bluhm@
Diffstat (limited to 'src/regress/lib/libc/sys/README')
-rw-r--r--src/regress/lib/libc/sys/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regress/lib/libc/sys/README b/src/regress/lib/libc/sys/README
index 5606fcaa15..b0092c4e0b 100644
--- a/src/regress/lib/libc/sys/README
+++ b/src/regress/lib/libc/sys/README
@@ -28,6 +28,7 @@ t_revoke - remove basic tests, revoke only on ttys supported
28t_select - remove sigset_t struct as it is int on OpenBSD 28t_select - remove sigset_t struct as it is int on OpenBSD
29t_setrlimit - remove unsupported resource parameters and lwp 29t_setrlimit - remove unsupported resource parameters and lwp
30t_syscall - add __syscall prototype 30t_syscall - add __syscall prototype
31t_vfork - SIGSTOP is masked before exec(3)/exit(3)
31t_wait_noproc - waitid and wait6 are not implemented 32t_wait_noproc - waitid and wait6 are not implemented
32t_wait_noproc_wnohang - waitid and wait6 are not implemented 33t_wait_noproc_wnohang - waitid and wait6 are not implemented
33 34
@@ -38,7 +39,6 @@ t_msgrcv - msgrcv(id, &r, 3 - 1, 0x41, 004000) != -1
38t_pipe2 - closefrom(4) == -1, remove F_GETNOSIGPIPE and nosigpipe test 39t_pipe2 - closefrom(4) == -1, remove F_GETNOSIGPIPE and nosigpipe test
39t_stat - invalid GID with doas 40t_stat - invalid GID with doas
40t_unlink - wrong errno according to POSIX 41t_unlink - wrong errno according to POSIX
41t_vfork - !(((status) & 0177) == 0) evaluated to false, SIGSTOP wrong
42 42
43Excluded tests: 43Excluded tests:
44t_clock_nanosleep - not available 44t_clock_nanosleep - not available