diff options
| author | mpi <> | 2020-01-30 08:22:30 +0000 |
|---|---|---|
| committer | mpi <> | 2020-01-30 08:22:30 +0000 |
| commit | 668fa98385559e6ca53555e32da8e7eb618f0d80 (patch) | |
| tree | a7ed8c6b1fae21213c4669bd2c105cf274af844f /src/regress/lib/libc/sys/README | |
| parent | a9c1dd59a3357c18bee994783c7c8ed45d3e593a (diff) | |
| download | openbsd-668fa98385559e6ca53555e32da8e7eb618f0d80.tar.gz openbsd-668fa98385559e6ca53555e32da8e7eb618f0d80.tar.bz2 openbsd-668fa98385559e6ca53555e32da8e7eb618f0d80.zip | |
Enable t_ptrace with an errno change compared to NetBSD.
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.
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 84a442eb5d..0f7d82e7b6 100644 --- a/src/regress/lib/libc/sys/README +++ b/src/regress/lib/libc/sys/README | |||
| @@ -18,6 +18,7 @@ t_getrusage - no expected fail, PR kern/30115 is NetBSD, work more | |||
| 18 | t_mknod - remove tests for unsupported file types | 18 | t_mknod - remove tests for unsupported file types |
| 19 | t_msgget - remove msgget_limit test | 19 | t_msgget - remove msgget_limit test |
| 20 | t_poll - remove pollts_* tests | 20 | t_poll - remove pollts_* tests |
| 21 | t_ptrace - change EPERM -> EINVAL for PT_ATTACH of a parent | ||
| 21 | t_revoke - remove basic tests, revoke only on ttys supported | 22 | t_revoke - remove basic tests, revoke only on ttys supported |
| 22 | t_select - remove sigset_t struct as it is int on OpenBSD | 23 | t_select - remove sigset_t struct as it is int on OpenBSD |
| 23 | 24 | ||
| @@ -26,7 +27,6 @@ t_mlock - wrong errno, succeeds where not expected, POSIX imprecise | |||
| 26 | t_mmap - ENOTBLK on test NetBSD is skipping, remove mmap_va0 test | 27 | t_mmap - ENOTBLK on test NetBSD is skipping, remove mmap_va0 test |
| 27 | t_msgrcv - msgrcv(id, &r, 3 - 1, 0x41, 004000) != -1 | 28 | t_msgrcv - msgrcv(id, &r, 3 - 1, 0x41, 004000) != -1 |
| 28 | t_pipe2 - closefrom(4) == -1, remove F_GETNOSIGPIPE and nosigpipe test | 29 | t_pipe2 - closefrom(4) == -1, remove F_GETNOSIGPIPE and nosigpipe test |
| 29 | t_ptrace - ptrace(0, 0, ((void *)0), 0) != -1 | ||
| 30 | t_stat - invalid GID with doas | 30 | t_stat - invalid GID with doas |
| 31 | t_syscall - SIGSEGV | 31 | t_syscall - SIGSEGV |
| 32 | t_unlink - wrong errno according to POSIX | 32 | t_unlink - wrong errno according to POSIX |
