resolv: Add beginnings of a libresolv test suite
commit5840c75c2d6a9b980d6789f2ca7d47a9fa067263
authorFlorian Weimer <fweimer@redhat.com>
Sat, 31 Dec 2016 13:06:16 +0000 (31 14:06 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Sat, 31 Dec 2016 17:52:32 +0000 (31 18:52 +0100)
tree3eb4c28827ba0901f9ae7396d841c396c393805e
parentf47ae5186624e5bb3a2d2b25be742b90a1eee3cd
resolv: Add beginnings of a libresolv test suite
46 files changed:
ChangeLog
resolv/Makefile
resolv/tst-bug18665-tcp.c [new file with mode: 0644]
resolv/tst-bug18665.c [new file with mode: 0644]
resolv/tst-res_use_inet6.c [new file with mode: 0644]
resolv/tst-resolv-basic.c [new file with mode: 0644]
resolv/tst-resolv-network.c [new file with mode: 0644]
resolv/tst-resolv-search.c [new file with mode: 0644]
support/Makefile
support/check_addrinfo.c [copied from support/xsocket.h with 51% similarity]
support/check_dns_packet.c [copied from support/xsocket.h with 50% similarity]
support/check_hostent.c [copied from support/xsocket.h with 52% similarity]
support/check_netent.c [copied from support/xsocket.h with 52% similarity]
support/check_nss.h [new file with mode: 0644]
support/format_nss.h [copied from support/xunistd.h with 52% similarity]
support/resolv_test.c [new file with mode: 0644]
support/resolv_test.h [new file with mode: 0644]
support/run_diff.h [copied from support/xunistd.h with 60% similarity]
support/support.h
support/support_format_address_family.c [copied from support/xsocket.h with 68% similarity]
support/support_format_addrinfo.c [new file with mode: 0644]
support/support_format_dns_packet.c [new file with mode: 0644]
support/support_format_herrno.c [copied from support/xsocket.h with 58% similarity]
support/support_format_hostent.c [new file with mode: 0644]
support/support_format_netent.c [new file with mode: 0644]
support/support_run_diff.c [new file with mode: 0644]
support/xaccept.c [copied from support/xsocket.h with 71% similarity]
support/xbind.c [copied from support/xsocket.h with 72% similarity]
support/xconnect.c [copied from support/xsocket.h with 72% similarity]
support/xfclose.c [copied from support/xsocket.h with 70% similarity]
support/xfopen.c [copied from support/xsocket.h with 72% similarity]
support/xgetsockname.c [copied from support/xsocket.h with 73% similarity]
support/xlisten.c [copied from support/xsocket.h with 75% similarity]
support/xmemstream.c [copied from support/xsocket.h with 58% similarity]
support/xmemstream.h [copied from support/xunistd.h with 50% similarity]
support/xpoll.c [copied from support/xsocket.h with 73% similarity]
support/xpthread_once.c [copied from support/xsocket.h with 78% similarity]
support/xrecvfrom.c [copied from support/xsocket.h with 65% similarity]
support/xsendto.c [copied from support/xsocket.h with 60% similarity]
support/xsetsockopt.c [copied from support/xsocket.h with 67% similarity]
support/xsocket.h
support/xstdio.h [copied from support/xsocket.h with 74% similarity]
support/xstrdup.c [copied from support/xsocket.h with 78% similarity]
support/xthread.h
support/xunistd.h
support/xwrite.c [copied from support/xsocket.h with 57% similarity]