]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r290563,r290868,r291038:
authorngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 23 Nov 2015 08:22:40 +0000 (08:22 +0000)
committerngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 23 Nov 2015 08:22:40 +0000 (08:22 +0000)
commitf4fdd4d860a318d0999c842cbb9643e657ad48a1
treebeccc811d5dc4e4c00197281785c42d90a583448
parentc674435697e1efcc129415b21586464fa427b336
MFC r290563,r290868,r291038:

r290563:

Integrate tools/regression/lib/libc/net into the FreeBSD test suite
as lib/libc/tests/net

Also, fix eui64_aton_test:test_str(..). The test was comparing the result
of eui64_aton to a pointer of the expected result.

Sponsored by: EMC / Isilon Storage Division

r290868:

Fix -Wformat issues

Reported by: gcc
Sponsored by: EMC / Isilon Storage Division

r291038:

Do not print out errno if the call succeeded unexpectedly; this was a mistake
made in r290868

Reported by: jilles
Sponsored by: EMC / Isilon Storage Division

git-svn-id: svn://svn.freebsd.org/base/stable/10@291175 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
lib/libc/tests/net/Makefile
lib/libc/tests/net/ether_test.c [new file with mode: 0644]
lib/libc/tests/net/eui64_aton_test.c [moved from tools/regression/lib/libc/net/test-eui64_aton.c with 66% similarity]
lib/libc/tests/net/eui64_ntoa_test.c [moved from tools/regression/lib/libc/net/test-eui64_ntoa.c with 77% similarity]
lib/libc/tests/net/test-eui64.h [moved from tools/regression/lib/libc/net/test-eui64.h with 100% similarity]
tools/regression/lib/libc/net/Makefile [deleted file]
tools/regression/lib/libc/net/test-ether.c [deleted file]
tools/regression/lib/libc/net/test-ether.t [deleted file]
tools/regression/lib/libc/net/test-eui64_aton.t [deleted file]
tools/regression/lib/libc/net/test-eui64_ntoa.t [deleted file]