ngie
45783f448d
MFhead@r313380
2017-02-07 06:04:13 +00:00
ngie
ada5567134
Expect :hsearch_r_nonexistent to fail on FreeBSD
...
The docs and the behavior mismatch; as noted in the bug, the behavior
for hsearch_r matches Linux, whereas the docs seem to match NetBSD
requirements wise.
PR: 216872
2017-02-07 02:57:11 +00:00
ngie
2723f0ad54
Uncomment more of the hsearch_r testcases
...
Call hdestroy/hdestroy_r on FreeBSD instead of hdestroy(1?)(_r).
All but hdestroy_r_nonexistent pass as-is.
2017-02-07 02:00:14 +00:00
ngie
695ea40109
Merge in changes from ^/vendor/NetBSD/tests/dist@r313245
...
Diff reduce lib/libm/t_pow.c per upstream changes
2017-02-04 18:20:07 +00:00
ngie
c247cbbdd5
Add back #else block accidentally removed in r312145
...
This fixes the build with !(amd64|arm64|mips*)
2017-01-18 09:46:02 +00:00
ngie
e78871ff57
Merge ^/vendor/NetBSD/tests/dist@r312370
2017-01-18 05:36:09 +00:00
ngie
66f82fb5e2
Reintroduce libutil.h #include for FreeBSD only for fparseln
2017-01-16 20:46:40 +00:00
ngie
6fc9f7333a
Remove explicit pthread_np.h #include, per change in libnetbsd@r312303
2017-01-16 18:52:05 +00:00
ngie
725eaf98b8
Diff reduce with upstream and prep for next set of content pushes
2017-01-16 18:44:40 +00:00
ngie
4599739e89
Diff reduce with upstream by using macros and logic integrated in
...
later revisions of the test
2017-01-16 18:36:38 +00:00
ngie
e0ee20293e
Use sys/param.h instead of sys/types.h to prep for upstreaming to NetBSD
2017-01-16 18:17:53 +00:00
ngie
d5f6083d0e
Remove unnecessary whitespace diff
2017-01-16 18:04:14 +00:00
ngie
bc1846372b
Use _SED instead of hacking tests rewriting mknod ... p as mkfifo
...
Similar to r312297
2017-01-16 17:53:58 +00:00
ngie
53e30a6b7b
Use _SED to rewrite mknod ... p command as mkfifo instead of
...
adding an unnecessary diff to the test
2017-01-16 17:49:53 +00:00
ngie
6bece6cfa6
Merge ^/vendor/NetBSD/tests/dist@r312294
...
This includes a number of accepted upstream fixes, as well as
a reimplementation of the net/carp/... testcase (which is
currently unused).
2017-01-16 17:43:43 +00:00
ngie
81fb92d8ac
Add GLOB_STAR #ifdef to testcases which require GLOB_STAR support
2017-01-16 07:41:39 +00:00
ngie
2d9dd7d9d3
Remove sys/param.h
...
It was used for nitems, but I converted it to __arraycount later, and
is already pulled in by header pollution on FreeBSD as well as NetBSD
ala sys/cdefs.h
2017-01-16 07:39:08 +00:00
ngie
ce3bf87904
Drop unnecessary diff rewriting dict(..) function
...
This is already being properly handled via ATF config require.files call
2017-01-16 07:34:45 +00:00
ngie
730b68b59d
Diff reduce with upstream and consolidate #ifdefs where possible
2017-01-15 22:00:59 +00:00
ngie
c835c991a4
Remove libutil.h #include on FreeBSD and instead favor stdio.h from libnetbsd
2017-01-15 21:38:19 +00:00
ngie
8d847934be
lib/libc/gen/t_glob.c: diff reduce with NetBSD's copy
2017-01-15 10:17:15 +00:00
ngie
3e48fe15c4
Pull in ^/vendor/NetBSD/tests/dist@r312219
...
Remove divergence with upstream where possible
2017-01-15 10:04:20 +00:00
ngie
7de155e511
Revert t_pow@r312154
...
This hunk hasn't been accepted yet
2017-01-14 10:10:49 +00:00
ngie
d5be20c8dc
Fix the build using hunks pending upstream contributions
2017-01-14 10:08:22 +00:00
ngie
812b3562ac
Diff reduce with upstream post-accepted contributions
2017-01-14 10:05:26 +00:00
ngie
921c5ebfc6
One more sys/types.h kevent clarification missed in r312151
2017-01-14 09:47:06 +00:00
ngie
a16443ef0f
Clarify why sys/types.h #include is needed on FreeBSD
2017-01-14 09:45:46 +00:00
ngie
2462f56255
Use cleanup routines to remove POSIX semaphores instead of just blindly
...
unlinking them at the beginning of the testcase
This is a lot more intelligent in cleaning up the semaphores if the testcase
fails before sem_unlink is called.
Contributed back as bin/51872 upstream.
2017-01-14 09:42:06 +00:00
ngie
c680b35890
Diff reduce with upstream by taking diff hunks that were contributed back
2017-01-14 09:38:40 +00:00
ngie
ae7ce3ee77
Readd the CMSG_DATA for assigning the kqueue... this testcase isn't officially
...
correct yet, but it's getting closer.
2017-01-14 09:25:09 +00:00
ngie
8a39cdd5ef
Remove extra EVSET I added in r312146 by accident
2017-01-14 09:21:36 +00:00
ngie
490cf9a071
Diff reduce with upstream
...
Use CMSG_FIRSTHDR macro to properly link the kqueue to the socket to
get it to now return -1/EBADF with sendmsg per the testcase expectations
2017-01-14 09:20:54 +00:00
ngie
5aa3a5ea8a
Try to consolidate the #ifdef soup into FreeBSD vs non-FreeBSD blocks better
2017-01-14 08:47:00 +00:00
ngie
18d5bffd4c
Diff reduce with upstream
2017-01-14 08:39:53 +00:00
ngie
4c450d78ab
Remove comment no longer true since the test no longer bombs out earlier on
2017-01-14 08:38:21 +00:00
ngie
e01a2989a1
Diff reduce with upstream
2017-01-14 08:36:43 +00:00
ngie
72922ab011
:strtold_nan: remove unnecessary strcmp check
...
It gets checked again later on in the testcase
2017-01-14 08:35:29 +00:00
ngie
3494b06792
Diff reduce with upstream
2017-01-14 08:12:57 +00:00
ngie
19adf3450d
Use copy of sha2.h from libnetbsd
2017-01-14 08:11:17 +00:00
ngie
69d0b79818
Restore deleted line
2017-01-14 07:59:33 +00:00
ngie
130c73622b
Diff reduce with upstream using lib/libnetbsd's updated copy of sha1.h
2017-01-14 07:58:40 +00:00
ngie
616cceddc8
r312133 should have used the non-FreeBSD block
2017-01-14 07:50:29 +00:00
ngie
ce00fd0c0c
Diff reduce with upstream by using util.h from libnetbsd instead of libutil.h
2017-01-14 07:48:22 +00:00
ngie
fb15e0f3f2
Diff reduce with upstream
2017-01-14 07:39:07 +00:00
ngie
ff56c22837
Copy ^/vendor/NetBSD/tests/dist/lib/libc/hash/t_hmac.c to
...
contrib/netbsd-tests/lib/libc/hash/t_hmac.c
This was missed in r303980
2017-01-14 07:16:15 +00:00
ngie
aa72771260
Try again with a better commit message
2017-01-14 07:15:14 +00:00
ngie
402a9a2b61
Copy ^/vendor/NetBSD/tests/dist to contrib/netbsd-tests
...
This was missed in r303980
2017-01-14 07:14:25 +00:00
ngie
df753889a0
Merge content currently under test from ^/vendor/NetBSD/tests/dist/@r312123
...
Sponsored by: Dell EMC Isilon
2017-01-14 06:49:17 +00:00
ngie
962bf8e3c1
Remove contrib/netbsd-tests/fs/nfs/nfsservice/rpcbind
...
This should have been pruned in r305358
MFC after: 3 days
Sponsored by: Dell EMC Isilon
2017-01-14 06:16:57 +00:00
ngie
4d5319ac7b
Delete trailing whitespace and use __arraycount instead of nitems in contrib code
...
MFC after: 1 week
2017-01-14 03:54:23 +00:00