svn commit: r290584 - in stable/10: etc/mtree lib/libc/tests
Garrett Cooper
ngie at FreeBSD.org
Mon Nov 9 07:41:30 UTC 2015
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
More information about the svn-src-stable-10
mailing list