Date: Mon, 9 Nov 2015 07:41:28 +0000 (UTC) From: Garrett Cooper <ngie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r290584 - in stable/10: etc/mtree lib/libc/tests Message-ID: <201511090741.tA97fS7b085252@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ngie Date: Mon Nov 9 07:41:28 2015 New Revision: 290584 URL: https://svnweb.freebsd.org/changeset/base/290584 Log: MFC r290177: 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 Sponsored by: EMC / Isilon Storage Division Modified: stable/10/etc/mtree/BSD.tests.dist stable/10/lib/libc/tests/Makefile Directory Properties: stable/10/ (props changed) Modified: stable/10/etc/mtree/BSD.tests.dist ============================================================================== --- stable/10/etc/mtree/BSD.tests.dist Mon Nov 9 07:36:55 2015 (r290583) +++ stable/10/etc/mtree/BSD.tests.dist Mon Nov 9 07:41:28 2015 (r290584) @@ -109,6 +109,8 @@ data .. .. + rpc + .. ssp .. stdio Modified: stable/10/lib/libc/tests/Makefile ============================================================================== --- stable/10/lib/libc/tests/Makefile Mon Nov 9 07:36:55 2015 (r290583) +++ stable/10/lib/libc/tests/Makefile Mon Nov 9 07:41:28 2015 (r290584) @@ -13,6 +13,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?201511090741.tA97fS7b085252>