diff options
| author | mbuhl <> | 2021-09-02 15:28:41 +0000 |
|---|---|---|
| committer | mbuhl <> | 2021-09-02 15:28:41 +0000 |
| commit | cb50e4cba7c57348005d6d7be62fcea1ee889b2e (patch) | |
| tree | d6ea9147aaa1946e4f275034210959b9c3114eb8 /src/regress/lib/libc/sys/README | |
| parent | 35f39be7bcee252b94261cea09e50dac5eba4f29 (diff) | |
| download | openbsd-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/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 |
