Date: Fri, 30 Oct 2015 03:28:01 +0000 (UTC) From: Garrett Cooper <ngie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r290177 - in head: etc/mtree lib/libc/tests Message-ID: <201510300328.t9U3S1N9050737@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ngie Date: Fri Oct 30 03:28:00 2015 New Revision: 290177 URL: https://svnweb.freebsd.org/changeset/base/290177 Log: Integrate contrib/netbsd-tests/lib/libc/rpc into the FreeBSD test suite as lib/libc/rpc This testcase requires rpcbind be up in running; otherwise the testcases will time out and be skipped MFC after: 1 week Sponsored by: EMC / Isilon Storage Division Modified: head/etc/mtree/BSD.tests.dist head/lib/libc/tests/Makefile Modified: head/etc/mtree/BSD.tests.dist ============================================================================== --- head/etc/mtree/BSD.tests.dist Fri Oct 30 01:19:04 2015 (r290176) +++ head/etc/mtree/BSD.tests.dist Fri Oct 30 03:28:00 2015 (r290177) @@ -275,6 +275,8 @@ data .. .. + rpc + .. ssp .. stdio Modified: head/lib/libc/tests/Makefile ============================================================================== --- head/lib/libc/tests/Makefile Fri Oct 30 01:19:04 2015 (r290176) +++ head/lib/libc/tests/Makefile Fri Oct 30 03:28:00 2015 (r290177) @@ -11,6 +11,7 @@ TESTS_SUBDIRS+= hash TESTS_SUBDIRS+= inet TESTS_SUBDIRS+= net TESTS_SUBDIRS+= regex +TESTS_SUBDIRS+= rpc TESTS_SUBDIRS+= stdio TESTS_SUBDIRS+= stdlib TESTS_SUBDIRS+= string
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510300328.t9U3S1N9050737>