svn commit: r302689 - in stable/10: usr.bin/lastcomm/tests usr.sbin/sa/tests

Alan Somers asomers at FreeBSD.org
Tue Jul 12 22:53:12 UTC 2016


Author: asomers
Date: Tue Jul 12 22:53:11 2016
New Revision: 302689
URL: https://svnweb.freebsd.org/changeset/base/302689

Log:
  MFC r302206
  
  Skip lastcomm and sa tests on unsupported architectures
  
  usr.bin/lastcom/tests/Makefile
  usr.sbin/sa/tests/Makefile
  	Set allow_architectures appropriately.  These tests depend on
  	golden files that must be generated for each architecture, and
  	haven't yet been generated for all of them.
  
  PR:		204154

Modified:
  stable/10/usr.bin/lastcomm/tests/Makefile
  stable/10/usr.sbin/sa/tests/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/usr.bin/lastcomm/tests/Makefile
==============================================================================
--- stable/10/usr.bin/lastcomm/tests/Makefile	Tue Jul 12 22:19:25 2016	(r302688)
+++ stable/10/usr.bin/lastcomm/tests/Makefile	Tue Jul 12 22:53:11 2016	(r302689)
@@ -3,6 +3,7 @@
 TESTSDIR=	${TESTSBASE}/usr.bin/lastcomm
 
 TAP_TESTS_SH=	legacy_test
+TEST_METADATA.legacy_test+=	allowed_architectures="amd64 i386 sparc64"
 
 FILESDIR=	${TESTSDIR}
 FILES=		v1-amd64-acct.in

Modified: stable/10/usr.sbin/sa/tests/Makefile
==============================================================================
--- stable/10/usr.sbin/sa/tests/Makefile	Tue Jul 12 22:19:25 2016	(r302688)
+++ stable/10/usr.sbin/sa/tests/Makefile	Tue Jul 12 22:53:11 2016	(r302689)
@@ -3,6 +3,7 @@
 TESTSDIR=	${TESTSBASE}/usr.sbin/sa
 
 TAP_TESTS_SH=	legacy_test
+TEST_METADATA.legacy_test+=	allowed_architectures="amd64 i386 sparc64"
 
 FILESDIR=	${TESTSDIR}
 FILES=		v1-amd64-sav.in


More information about the svn-src-all mailing list