Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Jun 2018 21:50:00 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r334542 - stable/11/usr.bin/indent/tests
Message-ID:  <201806022150.w52Lo0MR010977@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Sat Jun  2 21:50:00 2018
New Revision: 334542
URL: https://svnweb.freebsd.org/changeset/base/334542

Log:
  indent(1) in stable/11 is known to be incomplete or incorrect in some
  ways.  Since the code is not planned for MFC, just remove the failing
  tests.
  
  This is a direct commit to stable/11 as the issue does not affect
  -current.
  
  Discussed with; pstef
  PR:		228491

Deleted:
  stable/11/usr.bin/indent/tests/elsecomment.0
  stable/11/usr.bin/indent/tests/elsecomment.0.pro
  stable/11/usr.bin/indent/tests/elsecomment.0.stdout
  stable/11/usr.bin/indent/tests/list_head.0
  stable/11/usr.bin/indent/tests/list_head.0.stdout
  stable/11/usr.bin/indent/tests/sac.0
  stable/11/usr.bin/indent/tests/sac.0.pro
  stable/11/usr.bin/indent/tests/sac.0.stdout
  stable/11/usr.bin/indent/tests/types_from_file.0
  stable/11/usr.bin/indent/tests/types_from_file.0.list
  stable/11/usr.bin/indent/tests/types_from_file.0.pro
  stable/11/usr.bin/indent/tests/types_from_file.0.stdout
Modified:
  stable/11/usr.bin/indent/tests/Makefile
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/usr.bin/indent/tests/Makefile
==============================================================================
--- stable/11/usr.bin/indent/tests/Makefile	Sat Jun  2 21:46:48 2018	(r334541)
+++ stable/11/usr.bin/indent/tests/Makefile	Sat Jun  2 21:50:00 2018	(r334542)
@@ -8,33 +8,18 @@ ${PACKAGE}FILES+=	comments.0
 ${PACKAGE}FILES+=	comments.0.stdout
 ${PACKAGE}FILES+=	declarations.0
 ${PACKAGE}FILES+=	declarations.0.stdout
-${PACKAGE}FILES+=	elsecomment.0
-${PACKAGE}FILES+=	elsecomment.0.stdout
-${PACKAGE}FILES+=	elsecomment.0.pro
 ${PACKAGE}FILES+=	float.0
 ${PACKAGE}FILES+=	float.0.stdout
-${PACKAGE}FILES+=	label.0
-${PACKAGE}FILES+=	label.0.stdout
-${PACKAGE}FILES+=	label.0.pro
-${PACKAGE}FILES+=	list_head.0
-${PACKAGE}FILES+=	list_head.0.stdout
 ${PACKAGE}FILES+=	nsac.0
 ${PACKAGE}FILES+=	nsac.0.stdout
 ${PACKAGE}FILES+=	nsac.0.pro
 ${PACKAGE}FILES+=	offsetof.0
 ${PACKAGE}FILES+=	offsetof.0.stdout
-${PACKAGE}FILES+=	sac.0
-${PACKAGE}FILES+=	sac.0.stdout
-${PACKAGE}FILES+=	sac.0.pro
 ${PACKAGE}FILES+=	struct.0
 ${PACKAGE}FILES+=	struct.0.stdout
 ${PACKAGE}FILES+=	surplusbad.0
 ${PACKAGE}FILES+=	surplusbad.0.stdout
 ${PACKAGE}FILES+=	surplusbad.0.pro
-${PACKAGE}FILES+=	types_from_file.0
-${PACKAGE}FILES+=	types_from_file.0.stdout
-${PACKAGE}FILES+=	types_from_file.0.list
-${PACKAGE}FILES+=	types_from_file.0.pro
 ${PACKAGE}FILES+=	wchar.0
 ${PACKAGE}FILES+=	wchar.0.stdout
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806022150.w52Lo0MR010977>