svn commit: r302206 - in head: usr.bin/lastcomm/tests usr.sbin/sa/tests

Alan Somers asomers at FreeBSD.org
Sun Jun 26 00:53:32 UTC 2016


Author: asomers
Date: Sun Jun 26 00:53:31 2016
New Revision: 302206
URL: https://svnweb.freebsd.org/changeset/base/302206

Log:
  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:		210566
  PR:		204154
  Reviewed by:	ngie
  Approved by:	re (gjb)
  MFC after:	4 weeks
  Sponsored by:	Spectra Logic Corp
  Differential Revision:	https://reviews.freebsd.org/D6960

Modified:
  head/usr.bin/lastcomm/tests/Makefile
  head/usr.sbin/sa/tests/Makefile

Modified: head/usr.bin/lastcomm/tests/Makefile
==============================================================================
--- head/usr.bin/lastcomm/tests/Makefile	Sat Jun 25 22:44:36 2016	(r302205)
+++ head/usr.bin/lastcomm/tests/Makefile	Sun Jun 26 00:53:31 2016	(r302206)
@@ -3,6 +3,7 @@
 PACKAGE=	tests
 
 TAP_TESTS_SH=	legacy_test
+TEST_METADATA.legacy_test+=	allowed_architectures="amd64 i386 sparc64"
 
 ${PACKAGE}FILES+=		v1-amd64-acct.in
 ${PACKAGE}FILES+=		v1-amd64.out

Modified: head/usr.sbin/sa/tests/Makefile
==============================================================================
--- head/usr.sbin/sa/tests/Makefile	Sat Jun 25 22:44:36 2016	(r302205)
+++ head/usr.sbin/sa/tests/Makefile	Sun Jun 26 00:53:31 2016	(r302206)
@@ -3,6 +3,7 @@
 PACKAGE=	tests
 
 TAP_TESTS_SH=	legacy_test
+TEST_METADATA.legacy_test+=	allowed_architectures="amd64 i386 sparc64"
 
 ${PACKAGE}FILES+=		v1-amd64-sav.in
 ${PACKAGE}FILES+=		v1-amd64-sav.out


More information about the svn-src-all mailing list