freebsd-dev/lib/libc/tests/gen
Alex Richardson 652f26f9c5 Avoid using non-portable dd status=none flag
Copying the approach chosen in r309412. This fixes building the libc tests
on a macOS host since the macOS /bin/dd binary does not support status=none.

As there only seem to be two uses, this commit changes the two Makefiles.
If this becomes more common, we could also add a wrapper bootstrap script
that ignores status= and forwards the remaining args to the real dd.
Another alternative would be to remove the status flag and pipe stderr to
/dev/null, but them we lose error messages.

Reviewed By:	brooks
Differential Revision: https://reviews.freebsd.org/D24785
2020-06-05 08:46:50 +00:00
..
execve DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
posix_spawn Avoid using non-portable dd status=none flag 2020-06-05 08:46:50 +00:00
arc4random_test.c
dir2_test.c Include a mode when creating files with openat(). 2019-07-18 21:37:50 +00:00
dlopen_empty_test.c
fmtcheck_test.c
fmtmsg_test.c
fnmatch_test.c
fnmatch_testcases.h fnmatch(3): Update testcase for r322368. 2017-08-10 17:03:46 +00:00
fpclassify2_test.c
ftw_test.c
getentropy_test.c getentropy(3): Fallback to kern.arandom sysctl on older kernels 2018-03-21 23:52:37 +00:00
getmntinfo_test.c lib.libc.gen.getmntinfo_test.getmntinfo_test is unstable since 8/20, skip it 2019-08-23 05:25:21 +00:00
glob2_test.c
makecontext_test.c Drop "All rights reserved" from my copyright statements. 2019-03-06 22:11:45 +00:00
Makefile Add sigsetop extensions commonly found in musl libc and glibc 2019-12-12 01:41:55 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
popen_test.c
posix_spawn_test.c
realpath2_test.c Add tests for some cases in r318298. 2017-05-18 13:49:53 +00:00
sigsetops_test.c Add sigsetop extensions commonly found in musl libc and glibc 2019-12-12 01:41:55 +00:00
test-fnmatch.c
wordexp_test.c