summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/sys/README
diff options
context:
space:
mode:
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