From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.devel Subject: Running test/indent examples, Was: Re: Requesting patch review Date: Tue, 10 Mar 2015 02:40:32 +0200 Message-ID: <54FE3D80.6090209@yandex.ru> References: <54FC8D03.1060503@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1425948058 3594 80.91.229.3 (10 Mar 2015 00:40:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 10 Mar 2015 00:40:58 +0000 (UTC) Cc: emacs-devel To: Jackson Hamilton Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 10 01:40:56 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YV8EA-0006ER-A8 for ged-emacs-devel@m.gmane.org; Tue, 10 Mar 2015 01:40:54 +0100 Original-Received: from localhost ([::1]:45937 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YV8E9-0005kB-RD for ged-emacs-devel@m.gmane.org; Mon, 09 Mar 2015 20:40:53 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35199) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YV8Dw-0005j4-MP for emacs-devel@gnu.org; Mon, 09 Mar 2015 20:40:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YV8Dr-0003mK-Le for emacs-devel@gnu.org; Mon, 09 Mar 2015 20:40:40 -0400 Original-Received: from mail-wi0-x233.google.com ([2a00:1450:400c:c05::233]:41030) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YV8Dr-0003kf-9Y for emacs-devel@gnu.org; Mon, 09 Mar 2015 20:40:35 -0400 Original-Received: by wiwl15 with SMTP id l15so26300992wiw.0 for ; Mon, 09 Mar 2015 17:40:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=Gh80y39QsgxivFSEobwwsK9Lw6D70zAerSpRSzmkE+I=; b=G0PeS6VZI5EFg/zALbO83TnxqjJx7o7DcPyYTaZs40GZCvwTyr/YiXfZQF0DyjxoJL cjy6vn5hRqd48aLF8XiUaEDGH/6812/Ag+Eqe2bO5BQrUW/vCMi7Fu5vTSHDEh9IBCec KPlkk3spwfIPoQbfPyEkhIttLTg2ikHw9NLFpyLZVn1/4yusyR6xz6yJmjeYOwFGCoYd rRSFNDkVQkRU874WQ35LL2prcqAmuSeDTkZVdWQSENoe3Hn3nG/PbaGC65mzANx25K5y vsMUNH8PFT0uVcLOX/Mr86/qxIx0dojdLTgTTD1/uM8w+RYmTFEaDFgtkGt2BPKQILBX k8vA== X-Received: by 10.194.91.129 with SMTP id ce1mr18353010wjb.53.1425948034645; Mon, 09 Mar 2015 17:40:34 -0700 (PDT) Original-Received: from [192.168.1.3] ([82.102.93.54]) by mx.google.com with ESMTPSA id nd15sm1455214wic.8.2015.03.09.17.40.33 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 09 Mar 2015 17:40:33 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:36.0) Gecko/20100101 Thunderbird/36.0 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::233 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:183750 Archived-At: On 03/09/2015 12:01 AM, Jackson Hamilton wrote: > (Note that I had to `cd test/indent` and use `make js.js.test > EMACS='../../src/emacs -Q'` to get the tests to run in a clean and > correct environment. We may want to update the Makefile to do that by > default. That's what I did too (aside from -Q, which seems unnecessary because of --batch). I've pushed an update which should address that (and 'make' should run all examples now). Not sure how portable it is. Ideally, we should also run these examples from 'make check', but a lot of them actually fail right now (nxml.xml, pascal.pas, scheme.scm; probably has to do with the default values of some indentation variables).