| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Reviewed by: imp, emaste
Differential Revision: https://reviews.freebsd.org/D41512
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The reasoning for this is the same as r276046: to ease MFCing the tests
to ^/stable/10 .
This was accidentally missed in r313439
MFC after: 1 week
X-MFC with: r313439
Sponsored by: Dell EMC Isilon
Notes:
svn path=/head/; revision=314450
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/projects/netbsd-tests-upstream-01-2017/; revision=313375
|
|
|
|
|
|
|
|
|
| |
Call hdestroy/hdestroy_r on FreeBSD instead of hdestroy(1?)(_r).
All but hdestroy_r_nonexistent pass as-is.
Notes:
svn path=/projects/netbsd-tests-upstream-01-2017/; revision=313372
|
|
|
|
| |
Notes:
svn path=/projects/netbsd-tests-upstream-01-2017/; revision=312313
|
|
|
|
| |
Notes:
svn path=/projects/netbsd-tests-upstream-01-2017/; revision=312239
|
|
|
|
|
|
|
| |
It gets checked again later on in the testcase
Notes:
svn path=/projects/netbsd-tests-upstream-01-2017/; revision=312141
|
|
|
|
|
|
|
|
|
|
|
| |
This is to enable support in other testcases
Inspired by lib/msun/tests/Makefile .
MFC after: 1 week
Notes:
svn path=/head/; revision=311969
|
|
|
|
|
|
|
|
|
|
|
| |
Per jemalloc(3)/aligned_alloc(3), the behavior is undefined if the size
isn't an integral multiple of the alignment. Thus, this is a NetBSD-specific
test.
Sponsored by: EMC / Isilon Storage Division
Notes:
svn path=/projects/netbsd-tests-update-12/; revision=304813
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Some of the lib/libc and lib/thr tests fail
- lib/msun/exp_test:exp2_values now passes with clang 3.8.0
The Makefiles in contrib/netbsd-tests were pruned as they have no value
Sponsored by: EMC / Isilon Storage Division
Notes:
svn path=/projects/netbsd-tests-update-12/; revision=304003
|
|
|
|
|
|
|
|
|
| |
stable/10
It was added when __FreeBSD_version was ~1100027
Notes:
svn path=/head/; revision=276046
|
|
|
|
|
|
|
|
|
|
|
|
| |
their #ifdef equivalents for everything changed in contrib/netbsd-tests. There
are some items from the vendor tree that use #if defined(__FreeBSD__) or
#if defined(__NetBSD__) which are being left alone
Requested by: bde, rpaulo
Sponsored by: EMC / Isilon Storage Division
Notes:
svn path=/head/; revision=274626
|
|
|
|
|
|
|
|
|
|
|
| |
atf-c/config.h
was removed from the build
Pointyhat to: me (again, for not running make delete-old after running test builds)
Notes:
svn path=/head/; revision=274079
|
|
|
|
|
|
|
|
|
| |
FreeBSD, and always assume long long double exists on FreeBSD
Submitted by: pho
Notes:
svn path=/head/; revision=274072
|
|
|
|
|
|
|
|
|
|
|
|
| |
__cxa_atexit varies between FreeBSD and NetBSD, and thus we must use pointers
instead of static fields in the BSS. More extensive discussion is included in
the source code
In collaboration with: kib
Submitted by: pho
Notes:
svn path=/head/; revision=273946
|
|
|
|
|
|
|
| |
Sponsored by: EMC / Isilon Storage Division
Notes:
svn path=/head/; revision=273390
|
|
|
|
|
|
|
|
|
| |
isn't a need for the explicit __isnanl test
Sponsored by: EMC / Isilon Storage Division
Notes:
svn path=/head/; revision=273023
|
|
|
|
|
|
|
| |
Sponsored by: EMC / Isilon Storage Division
Notes:
svn path=/head/; revision=272980
|
|
|
|
|
|
|
|
|
|
| |
See bin/189805 for more details
In collaboration with: pho
Sponsored by: EMC / Isilon Storage Division
Notes:
svn path=/head/; revision=272891
|
|
|
|
|
|
|
|
|
| |
hdestroy1 is not present on FreeBSD
Sponsored by: EMC / Isilon Storage Division
Notes:
svn path=/head/; revision=272890
|
|
minus the vendor Makefiles
Provide directions for how to bootstrap the vendor sources in
FREEBSD-upgrade
MFC after 2 weeks
Discussed with: rpaulo
Sponsored by: EMC / Isilon Storage Division
Notes:
svn path=/head/; revision=272458
|