diff options
Diffstat (limited to 'src/regress/lib/libc/sys/README')
-rw-r--r-- | src/regress/lib/libc/sys/README | 2 |
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 | |||
28 | t_select - remove sigset_t struct as it is int on OpenBSD | 28 | t_select - remove sigset_t struct as it is int on OpenBSD |
29 | t_setrlimit - remove unsupported resource parameters and lwp | 29 | t_setrlimit - remove unsupported resource parameters and lwp |
30 | t_syscall - add __syscall prototype | 30 | t_syscall - add __syscall prototype |
31 | t_vfork - SIGSTOP is masked before exec(3)/exit(3) | ||
31 | t_wait_noproc - waitid and wait6 are not implemented | 32 | t_wait_noproc - waitid and wait6 are not implemented |
32 | t_wait_noproc_wnohang - waitid and wait6 are not implemented | 33 | t_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 | |||
38 | t_pipe2 - closefrom(4) == -1, remove F_GETNOSIGPIPE and nosigpipe test | 39 | t_pipe2 - closefrom(4) == -1, remove F_GETNOSIGPIPE and nosigpipe test |
39 | t_stat - invalid GID with doas | 40 | t_stat - invalid GID with doas |
40 | t_unlink - wrong errno according to POSIX | 41 | t_unlink - wrong errno according to POSIX |
41 | t_vfork - !(((status) & 0177) == 0) evaluated to false, SIGSTOP wrong | ||
42 | 42 | ||
43 | Excluded tests: | 43 | Excluded tests: |
44 | t_clock_nanosleep - not available | 44 | t_clock_nanosleep - not available |