opnsense-src/contrib/netbsd-tests/lib/libc
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
..
arch Upgrade NetBSD tests to 01.11.2017_23.20 snapshot 2017-01-13 03:33:57 +00:00
c063 MFV r357687: Import NFS fix for O_SEARCH tests 2020-02-09 04:05:30 +00:00
common
db Drop unnecessary diff rewriting dict(..) function 2017-01-16 07:34:45 +00:00
gen Add tests for posix_spawn_file_actions_add{chdir,fchdir}_np(3) 2021-11-30 03:43:54 +02:00
hash Use copy of sha2.h from libnetbsd 2017-01-14 08:11:17 +00:00
inet Checkpoint initial integration work 2016-08-12 08:50:05 +00:00
locale Make mbstowcs_basic test pass, now that we have more ctype definitions. 2018-11-17 12:59:59 +00:00
net Checkpoint initial integration work 2016-08-12 08:50:05 +00:00
regex libc: regex: partial revert of r368358 2020-12-05 14:38:46 +00:00
rpc lib/libc/tests/rpc: Correctly set timeout 2021-02-13 13:53:01 +00:00
setjmp libc: Fix longjmp/_longjmp(buf, 0) for AArch64 and RISC-V 2023-01-09 18:34:43 +00:00
ssp netbsd h_raw.c test: fake use of sum to avoid warning 2021-11-29 17:39:51 +02:00
stdio Add missing mode in open(2) calls with O_CREAT. 2019-07-16 22:27:49 +00:00
stdlib Add additional __FreeBSD_version guards around the hsearch_r testcases 2017-03-01 03:31:12 +00:00
string libc: Add tests for strchrnul(3). 2023-02-02 15:45:45 +01:00
sync Upgrade NetBSD tests to 01.11.2017_23.20 snapshot 2017-01-13 03:33:57 +00:00
sys netbsd-tests: Remove some pointless sleeps from message queue tests 2023-03-10 17:06:46 -05:00
termios
time libc: Update mktime(3) / timegm(3) tests. 2023-01-25 07:22:46 +01:00
tls Mechanically replace #if defined(__FreeBSD__) and #if defined(__NetBSD__) with 2014-11-17 13:39:00 +00:00
tls_dso Mechanically replace #if defined(__FreeBSD__) and #if defined(__NetBSD__) with 2014-11-17 13:39:00 +00:00
ttyio Merge ^/vendor/NetBSD/tests/dist@r311868 2017-01-10 10:16:59 +00:00
t_cdb.c Import testcase updates with code contributed back to NetBSD 2017-01-11 09:51:34 +00:00
t_convfp.c
t_gdtoa.c