opnsense-src/lib/libc/tests/sys
Enji Cooper 8e0c33c6d3 Avoid the DNS lookup for "localhost"
ci.FreeBSD.org does not have access to a DNS resolver/network (unlike my test
VM), so in order for the test to pass on the host, it needs to avoid the DNS
lookup by using the numeric host address representation.

PR:		235200
Reviewed by:	asomers, lwhsu
Approved by:	emaste (mentor)
MFC after:	2 weeks
MFC with:	r343362, r343365, r343367-r343368, r343461
Differential Revision: https://reviews.freebsd.org/D19026
2019-02-04 19:12:45 +00:00
..
brk_test.c Reimplement brk() and sbrk() to avoid the use of _end. 2018-06-04 19:35:15 +00:00
Makefile Add [initial] functional tests for sendfile(2) as lib/libc/sys/sendfile 2019-01-23 22:00:17 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
mlock_helper.c style(9): sort the #includes 2017-03-09 09:25:11 +00:00
queue_test.c Add some initial tests for SLIST and STAILQ macros 2015-11-16 04:15:39 +00:00
sendfile_test.c Avoid the DNS lookup for "localhost" 2019-02-04 19:12:45 +00:00