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 _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"