svn commit: r325247 - in head: . etc/mtree lib/libpathconv targets/pseudo/tests

Bryan Drewery bdrewery at FreeBSD.org
Tue Oct 31 19:52:32 UTC 2017


Author: bdrewery
Date: Tue Oct 31 19:52:30 2017
New Revision: 325247
URL: https://svnweb.freebsd.org/changeset/base/325247

Log:
  Disconnect libpathconv tests since they require external perl and do not work with kyua.
  
  This reverts r325192 and is due to libpathconv being connected in r325186.
  
  Reported by:	ngie
  Sponsored by:	Dell EMC Isilon

Modified:
  head/ObsoleteFiles.inc
  head/etc/mtree/BSD.tests.dist
  head/lib/libpathconv/Makefile
  head/targets/pseudo/tests/Makefile.depend

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Tue Oct 31 19:26:07 2017	(r325246)
+++ head/ObsoleteFiles.inc	Tue Oct 31 19:52:30 2017	(r325247)
@@ -38,6 +38,8 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20171031: Disconnected libpathconv tests
+OLD_DIRS+=usr/tests/lib/libpathconv
 # 20171017: Removal of mbpool(9)
 OLD_FILES+=usr/include/sys/mbpool.h
 OLD_FILES+=usr/share/man/man9/mbpool.9.gz

Modified: head/etc/mtree/BSD.tests.dist
==============================================================================
--- head/etc/mtree/BSD.tests.dist	Tue Oct 31 19:26:07 2017	(r325246)
+++ head/etc/mtree/BSD.tests.dist	Tue Oct 31 19:52:30 2017	(r325247)
@@ -358,8 +358,6 @@
             dlopen
             ..
         ..
-        libpathconv
-        ..
         libutil
         ..
         libxo

Modified: head/lib/libpathconv/Makefile
==============================================================================
--- head/lib/libpathconv/Makefile	Tue Oct 31 19:26:07 2017	(r325246)
+++ head/lib/libpathconv/Makefile	Tue Oct 31 19:52:30 2017	(r325247)
@@ -14,6 +14,6 @@ SRCS=		abs2rel.c rel2abs.c
 #SYMBOL_MAPS=	${.CURDIR}/Symbol.map
 
 HAS_TESTS=
-SUBDIR.${MK_TESTS}+= tests
+#SUBDIR.${MK_TESTS}+= tests
 
 .include <bsd.lib.mk>

Modified: head/targets/pseudo/tests/Makefile.depend
==============================================================================
--- head/targets/pseudo/tests/Makefile.depend	Tue Oct 31 19:26:07 2017	(r325246)
+++ head/targets/pseudo/tests/Makefile.depend	Tue Oct 31 19:52:30 2017	(r325247)
@@ -170,7 +170,6 @@ DIRDEPS= \
       lib/libkvm/tests \
       lib/libmp/tests \
       lib/libnv/tests \
-      lib/libpathconv/tests \
       lib/libproc/tests \
       lib/librt/tests \
       lib/libsbuf/tests \


More information about the svn-src-all mailing list