From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Eggert Newsgroups: gmane.emacs.devel Subject: Re: mark expensive tests Date: Mon, 4 Jan 2016 07:24:20 -0800 Organization: UCLA Computer Science Department Message-ID: <568A8EA4.4080902@cs.ucla.edu> References: <8337vab7nx.fsf@gnu.org> <0d7fkmdxj1.fsf@fencepost.gnu.org> <566D0BEB.4010707@cs.ucla.edu> <52wpsif21j.fsf@fencepost.gnu.org> <6tpoy9aorv.fsf@fencepost.gnu.org> <83fuz54sfk.fsf@gnu.org> <566F5371.7010506@cs.ucla.edu> <87wprqzb0y.fsf_-_@gmx.de> <56898729.3070401@cs.ucla.edu> <568995FA.6060404@cs.ucla.edu> <87mvslzrmr.fsf@gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1451921244 30387 80.91.229.3 (4 Jan 2016 15:27:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 4 Jan 2016 15:27:24 +0000 (UTC) Cc: emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 04 16:27:13 2016 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 1aG72P-0001aL-32 for ged-emacs-devel@m.gmane.org; Mon, 04 Jan 2016 16:27:13 +0100 Original-Received: from localhost ([::1]:45390 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aG72O-0000Uk-E1 for ged-emacs-devel@m.gmane.org; Mon, 04 Jan 2016 10:27:12 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45124) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aG6zk-0004l1-6J for emacs-devel@gnu.org; Mon, 04 Jan 2016 10:24:28 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aG6zf-0007IB-7n for emacs-devel@gnu.org; Mon, 04 Jan 2016 10:24:28 -0500 Original-Received: from zimbra.cs.ucla.edu ([131.179.128.68]:39833) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aG6zf-0007I7-1f for emacs-devel@gnu.org; Mon, 04 Jan 2016 10:24:23 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 73329160CC0; Mon, 4 Jan 2016 07:24:21 -0800 (PST) Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id DdxAazMBvr1m; Mon, 4 Jan 2016 07:24:20 -0800 (PST) Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id C7B1D160D95; Mon, 4 Jan 2016 07:24:20 -0800 (PST) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id Bix2WTA8VpZJ; Mon, 4 Jan 2016 07:24:20 -0800 (PST) Original-Received: from [192.168.1.9] (pool-100-32-155-148.lsanca.fios.verizon.net [100.32.155.148]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id A8537160CC0; Mon, 4 Jan 2016 07:24:20 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 In-Reply-To: <87mvslzrmr.fsf@gmx.de> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 131.179.128.68 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:197578 Archived-At: Michael Albinus wrote: > I could start with it, in the emacs-25 branch. Those targets do cover #2, > #3 and #4 tests. Which make target shall we use for #1? "make check-smoke"? I was thinking that we use just 3 categories for cost, so #1 would be 'make check'. If there are some special tests that don't fall under the expensiveness axis, we can invent a new name for them.