From owner-svn-src-stable-11@freebsd.org Sat Jun 2 21:50:01 2018 Return-Path: Delivered-To: svn-src-stable-11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E8BC0FEC352; Sat, 2 Jun 2018 21:50:00 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9E0E07A5DD; Sat, 2 Jun 2018 21:50:00 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 809DE1579F; Sat, 2 Jun 2018 21:50:00 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w52Lo0tj010978; Sat, 2 Jun 2018 21:50:00 GMT (envelope-from eadler@FreeBSD.org) Received: (from eadler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w52Lo0MR010977; Sat, 2 Jun 2018 21:50:00 GMT (envelope-from eadler@FreeBSD.org) Message-Id: <201806022150.w52Lo0MR010977@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eadler set sender to eadler@FreeBSD.org using -f From: Eitan Adler Date: Sat, 2 Jun 2018 21:50:00 +0000 (UTC) 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 X-SVN-Group: stable-11 X-SVN-Commit-Author: eadler X-SVN-Commit-Paths: stable/11/usr.bin/indent/tests X-SVN-Commit-Revision: 334542 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable-11@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for only the 11-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2018 21:50:01 -0000 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