opnsense-src/contrib/netbsd-tests/lib/libc/sys
Mark Johnston 478de7f8e2 netbsd-tests: Remove some pointless sleeps from message queue tests
- In the msgctl tests, there is no point in sleeping after a fork().
  Just block immediately in wait().
- In non-blocking send/recv tests, just wait for the child to exit once
  it's reached a message limit.  If a bug prevents the child from
  exiting promptly, the test will time out.

MFC after:	1 week
2023-03-10 17:06:46 -05:00
..
t_access.c Add missing mode in open(2) calls with O_CREAT. 2019-07-16 22:27:49 +00:00
t_bind.c
t_chroot.c
t_clock_gettime.c
t_clock_nanosleep.c
t_clone.c
t_connect.c
t_dup.c
t_fsync.c
t_getcontext.c
t_getgroups.c t_getgroups: No longer expected to fail 2021-06-02 13:24:47 -06:00
t_getitimer.c [tests] Fix itimer test warning-errors on gcc-6.4 2020-10-15 14:55:07 +00:00
t_getlogin.c
t_getpid.c
t_getrusage.c
t_getsid.c
t_getsockname.c
t_gettimeofday.c
t_issetugid.c
t_kevent.c
t_kill.c
t_link.c
t_listen.c
t_lwp_create.c
t_lwp_ctl.c
t_mincore.c
t_minherit.c
t_mkdir.c
t_mkfifo.c
t_mknod.c
t_mlock.c t_mlock.c: Remove null_errno, it is write-only 2021-11-29 17:39:51 +02:00
t_mmap.c Adjust tests after page fault changes in r352807 2019-09-29 15:17:58 +00:00
t_mprotect.c Add missing mode in open(2) calls with O_CREAT. 2019-07-16 22:27:49 +00:00
t_msgctl.c netbsd-tests: Remove some pointless sleeps from message queue tests 2023-03-10 17:06:46 -05:00
t_msgget.c
t_msgrcv.c netbsd-tests: Remove some pointless sleeps from message queue tests 2023-03-10 17:06:46 -05:00
t_msgsnd.c netbsd-tests: Remove some pointless sleeps from message queue tests 2023-03-10 17:06:46 -05:00
t_msync.c
t_nanosleep.c
t_pipe.c
t_pipe2.c Fix two failing tests after ATF update 2021-02-15 22:55:12 +00:00
t_poll.c
t_posix_fadvise.c
t_posix_fallocate.c
t_recvmmsg.c
t_revoke.c
t_select.c
t_setrlimit.c Revert "Disable flaky test lib.libc.sys.setrlimit_test.setrlimit_stack" 2022-01-14 14:58:56 -05:00
t_setuid.c
t_sigaction.c
t_sigqueue.c
t_sigtimedwait.c
t_socketpair.c Fix two failing tests after ATF update 2021-02-15 22:55:12 +00:00
t_stat.c netbsd-tests: Fix the libc stat_socket test 2022-01-14 15:01:41 -05:00
t_swapcontext.c
t_timer_create.c
t_truncate.c
t_ucontext.c
t_umask.c
t_unlink.c
t_wait.c libc/tests: Correctly compare si_status from wait6() 2021-07-25 22:19:18 +02:00
t_wait_noproc.c
t_wait_noproc_wnohang.c
t_write.c Add missing mode in open(2) calls with O_CREAT. 2019-07-16 22:27:49 +00:00