diff options
author | bluhm <> | 2019-11-22 15:59:53 +0000 |
---|---|---|
committer | bluhm <> | 2019-11-22 15:59:53 +0000 |
commit | b2bdbc04fb540e09593ae35ff3336dc3b378f73a (patch) | |
tree | 0b4653232548242b962f182a56d148a1a4d0b669 /src/regress/lib/libc/sys/README | |
parent | 31d2d72847eddaad8498eaa0129b72d27f6f9aee (diff) | |
download | openbsd-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/README | 11 |
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. | |||
3 | Reimplement ATF with many hacks to adjust the tests as little as possible. | 3 | Reimplement ATF with many hacks to adjust the tests as little as possible. |
4 | 4 | ||
5 | Tests passing without source file adjustments: | 5 | Tests passing without source file adjustments: |
6 | t_access t_getpid t_kill t_msgsnd t_sigaction | 6 | t_access t_getpid t_link t_msgsnd t_sigaction |
7 | t_bind t_link t_msync t_socketpair t_getgroups | 7 | t_bind t_getsid t_listen t_msync t_socketpair |
8 | t_getsid t_listen t_pipe t_truncate t_getitimer | 8 | t_getgroups t_getsockname t_mkdir t_pipe t_truncate |
9 | t_getsockname t_mkdir t_sendrecv t_umask t_getlogin | 9 | t_getitimer t_gettimeofday t_mkfifo t_sendrecv t_umask |
10 | t_gettimeofday t_msgctl t_setuid t_write | 10 | t_getlogin t_kill t_msgctl t_setuid t_write |
11 | 11 | ||
12 | Tests passing after adjustments: | 12 | Tests passing after adjustments: |
13 | t_chroot - fchroot is not implemented | 13 | t_chroot - fchroot is not implemented |
@@ -22,7 +22,6 @@ t_revoke - remove basic tests, revoke only on ttys supported | |||
22 | t_select - remove sigset_t struct as it is int on OpenBSD | 22 | t_select - remove sigset_t struct as it is int on OpenBSD |
23 | 23 | ||
24 | Failing tests: | 24 | Failing tests: |
25 | t_mkfifo - every test case fails now | ||
26 | t_mlock - wrong errno, succeeds where not expected, POSIX imprecise | 25 | t_mlock - wrong errno, succeeds where not expected, POSIX imprecise |
27 | t_mmap - ENOTBLK on test NetBSD is skipping, remove mmap_va0 test | 26 | t_mmap - ENOTBLK on test NetBSD is skipping, remove mmap_va0 test |
28 | t_msgrcv - msgrcv(id, &r, 3 - 1, 0x41, 004000) != -1 | 27 | t_msgrcv - msgrcv(id, &r, 3 - 1, 0x41, 004000) != -1 |