summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/sys/README
diff options
context:
space:
mode:
authorbluhm <>2019-11-22 15:59:53 +0000
committerbluhm <>2019-11-22 15:59:53 +0000
commitb2bdbc04fb540e09593ae35ff3336dc3b378f73a (patch)
tree0b4653232548242b962f182a56d148a1a4d0b669 /src/regress/lib/libc/sys/README
parent31d2d72847eddaad8498eaa0129b72d27f6f9aee (diff)
downloadopenbsd-b2bdbc04fb540e09593ae35ff3336dc3b378f73a.tar.gz
openbsd-b2bdbc04fb540e09593ae35ff3336dc3b378f73a.tar.bz2
openbsd-b2bdbc04fb540e09593ae35ff3336dc3b378f73a.zip
Sync tests with current NetBSD. Enable t_mkfifo test.
from Moritz Buhl
Diffstat (limited to 'src/regress/lib/libc/sys/README')
-rw-r--r--src/regress/lib/libc/sys/README11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/regress/lib/libc/sys/README b/src/regress/lib/libc/sys/README
index 979f3bde4a..84a442eb5d 100644
--- a/src/regress/lib/libc/sys/README
+++ b/src/regress/lib/libc/sys/README
@@ -3,11 +3,11 @@ Regression tests for system calls ported from NetBSD.
3Reimplement ATF with many hacks to adjust the tests as little as possible. 3Reimplement ATF with many hacks to adjust the tests as little as possible.
4 4
5Tests passing without source file adjustments: 5Tests passing without source file adjustments:
6t_access t_getpid t_kill t_msgsnd t_sigaction 6t_access t_getpid t_link t_msgsnd t_sigaction
7t_bind t_link t_msync t_socketpair t_getgroups 7t_bind t_getsid t_listen t_msync t_socketpair
8t_getsid t_listen t_pipe t_truncate t_getitimer 8t_getgroups t_getsockname t_mkdir t_pipe t_truncate
9t_getsockname t_mkdir t_sendrecv t_umask t_getlogin 9t_getitimer t_gettimeofday t_mkfifo t_sendrecv t_umask
10t_gettimeofday t_msgctl t_setuid t_write 10t_getlogin t_kill t_msgctl t_setuid t_write
11 11
12Tests passing after adjustments: 12Tests passing after adjustments:
13t_chroot - fchroot is not implemented 13t_chroot - fchroot is not implemented
@@ -22,7 +22,6 @@ t_revoke - remove basic tests, revoke only on ttys supported
22t_select - remove sigset_t struct as it is int on OpenBSD 22t_select - remove sigset_t struct as it is int on OpenBSD
23 23
24Failing tests: 24Failing tests:
25t_mkfifo - every test case fails now
26t_mlock - wrong errno, succeeds where not expected, POSIX imprecise 25t_mlock - wrong errno, succeeds where not expected, POSIX imprecise
27t_mmap - ENOTBLK on test NetBSD is skipping, remove mmap_va0 test 26t_mmap - ENOTBLK on test NetBSD is skipping, remove mmap_va0 test
28t_msgrcv - msgrcv(id, &r, 3 - 1, 0x41, 004000) != -1 27t_msgrcv - msgrcv(id, &r, 3 - 1, 0x41, 004000) != -1