From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: moving some indentation tests Date: Sun, 02 Apr 2017 18:53:22 +0300 Message-ID: <8337dqrekt.fsf@gnu.org> References: <878tnj2lap.fsf@tromey.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1491148418 9460 195.159.176.226 (2 Apr 2017 15:53:38 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 2 Apr 2017 15:53:38 +0000 (UTC) Cc: emacs-devel@gnu.org To: Tom Tromey Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 02 17:53:33 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cuhop-0001ly-Nb for ged-emacs-devel@m.gmane.org; Sun, 02 Apr 2017 17:53:31 +0200 Original-Received: from localhost ([::1]:55460 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cuhov-0000Lx-Ol for ged-emacs-devel@m.gmane.org; Sun, 02 Apr 2017 11:53:37 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60751) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cuhof-0000GL-Cu for emacs-devel@gnu.org; Sun, 02 Apr 2017 11:53:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cuhoc-0000kd-Bv for emacs-devel@gnu.org; Sun, 02 Apr 2017 11:53:21 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:59266) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cuhoc-0000kU-7z; Sun, 02 Apr 2017 11:53:18 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1517 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1cuhob-0001Jk-7L; Sun, 02 Apr 2017 11:53:17 -0400 In-reply-to: <878tnj2lap.fsf@tromey.com> (message from Tom Tromey on Sun, 02 Apr 2017 03:47:26 -0600) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:213592 Archived-At: > From: Tom Tromey > Date: Sun, 02 Apr 2017 03:47:26 -0600 > > Currently indentation tests seem to be in test/manual/indent. However, > most of these could be run automatically. So, I'd like to move them so > that they'll be run by the ordinary "make check". > > I'm thinking I would move the files to test/data and then write a new > test that simply iterates over these files and checking that > re-indentation works. > > Not all the files can be moved this way -- a few currently fail. I > wouldn't move those. > > Let me know what you think. Sounds good, but please use the convention pointed out by Michael regarding the data files. Thanks.