]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r274075,r274581,r274582,r274595:
authorngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 20 Jan 2015 21:42:40 +0000 (21:42 +0000)
committerngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 20 Jan 2015 21:42:40 +0000 (21:42 +0000)
commit38a40eaf46c0b48d5ded6d7f2af125063cf8cad5
treec4cec73f32c27e4083c0fffae75478891ed60f15
parentc522f615c449444c1df8a358f53f084cfb421893
MFC r274075,r274581,r274582,r274595:

r274075 (by ngie):

  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

r274581 (by ngie):

  Convert tools/regression/lib/libc/gen/test-arc4random into an ATF testcase and
  rename as lib/libc/gen/arc4random_test

  Sponsored by: EMC / Isilon Storage Division

r274582 (by ngie):

  Remove test-arc4random from this Makefile so others can continue to use
  this as-is for the time being

r274595 (by ngie):

  Convert tools/regression/lib/libc/stdio/test-fpclassify into an ATF testcase and
  Rename as lib/libc/stdio/fpclassify2_test

  Sponsored by: EMC / Isilon Storage Division

git-svn-id: svn://svn.freebsd.org/base/stable/10@277441 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
34 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/arc4random_test.c [moved from tools/regression/lib/libc/gen/test-arc4random.c with 88% similarity]
lib/libc/tests/gen/execve/Makefile [new file with mode: 0644]
lib/libc/tests/gen/fpclassify2_test.c [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]
tools/regression/lib/libc/gen/Makefile
tools/regression/lib/libc/gen/test-fpclassify.c [deleted file]