]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add reachover Makefiles for contrib/netbsd-tests/lib/libc; this adds approximately
authorngie <ngie@FreeBSD.org>
Tue, 4 Nov 2014 00:56:25 +0000 (00:56 +0000)
committerngie <ngie@FreeBSD.org>
Tue, 4 Nov 2014 00:56:25 +0000 (00:56 +0000)
commitcddd13d16775c573db6518e2d3bd0065670d03a6
treeb6fc5794492ca9bc8c5f03246e4866e96b01093f
parent45ca3cac9513a8d0c987137956bdd965a077b441
Add reachover Makefiles for contrib/netbsd-tests/lib/libc; this adds approximately
500 new testcases

Various TODOs have been sprinkled around the Makefiles for items that even need
to be ported (missing features), testcases have issues with building/linking, or
issues at runtime.

A variant of this code has been tested extensively on amd64 and i386
10-STABLE/11-CURRENT for several months without issue. It builds on other
architectures, but the code will remain off until I have prove it works on
virtual hardware or real hardware on other architectures

In collaboration with: pho, Casey Peel <casey.peel@isilon.com>
Sponsored by: EMC / Isilon Storage Division
30 files changed:
etc/mtree/BSD.tests.dist
lib/libc/Makefile
lib/libc/Makefile.amd64 [new file with mode: 0644]
lib/libc/Makefile.i386 [new file with mode: 0644]
lib/libc/tests/Makefile [new file with mode: 0644]
lib/libc/tests/Makefile.netbsd-tests [new file with mode: 0644]
lib/libc/tests/c063/Makefile [new file with mode: 0644]
lib/libc/tests/db/Makefile [new file with mode: 0644]
lib/libc/tests/gen/Makefile [new file with mode: 0644]
lib/libc/tests/gen/execve/Makefile [new file with mode: 0644]
lib/libc/tests/gen/posix_spawn/Makefile [new file with mode: 0644]
lib/libc/tests/hash/Makefile [new file with mode: 0644]
lib/libc/tests/inet/Makefile [new file with mode: 0644]
lib/libc/tests/locale/Makefile [new file with mode: 0644]
lib/libc/tests/net/Makefile [new file with mode: 0644]
lib/libc/tests/net/getaddrinfo/Makefile [new file with mode: 0644]
lib/libc/tests/regex/Makefile [new file with mode: 0644]
lib/libc/tests/rpc/Makefile [new file with mode: 0644]
lib/libc/tests/setjmp/Makefile [new file with mode: 0644]
lib/libc/tests/ssp/Makefile [new file with mode: 0644]
lib/libc/tests/stdio/Makefile [new file with mode: 0644]
lib/libc/tests/stdlib/Makefile [new file with mode: 0644]
lib/libc/tests/string/Makefile [new file with mode: 0644]
lib/libc/tests/sys/Makefile [new file with mode: 0644]
lib/libc/tests/termios/Makefile [new file with mode: 0644]
lib/libc/tests/time/Makefile [new file with mode: 0644]
lib/libc/tests/tls/Makefile [new file with mode: 0644]
lib/libc/tests/tls/dso/Makefile [new file with mode: 0644]
lib/libc/tests/tls_dso/Makefile [new file with mode: 0644]
lib/libc/tests/ttyio/Makefile [new file with mode: 0644]