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 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 |