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: Re: mark expensive tests Date: Mon, 4 Jan 2016 17:34:34 +0200 Message-ID: <568A910A.8060803@yandex.ru> 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=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1451921709 5736 80.91.229.3 (4 Jan 2016 15:35:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 4 Jan 2016 15:35:09 +0000 (UTC) Cc: emacs-devel@gnu.org To: Michael Albinus , Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 04 16:35:04 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 1aG79y-0000mO-Pw for ged-emacs-devel@m.gmane.org; Mon, 04 Jan 2016 16:35:02 +0100 Original-Received: from localhost ([::1]:45454 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aG79y-0000nM-95 for ged-emacs-devel@m.gmane.org; Mon, 04 Jan 2016 10:35:02 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50675) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aG79e-0000kY-Bp for emacs-devel@gnu.org; Mon, 04 Jan 2016 10:34:43 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aG79a-0002Wh-6D for emacs-devel@gnu.org; Mon, 04 Jan 2016 10:34:42 -0500 Original-Received: from mail-wm0-x22f.google.com ([2a00:1450:400c:c09::22f]:34344) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aG79Z-0002WV-VE for emacs-devel@gnu.org; Mon, 04 Jan 2016 10:34:38 -0500 Original-Received: by mail-wm0-x22f.google.com with SMTP id u188so151379969wmu.1 for ; Mon, 04 Jan 2016 07:34:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=62su5Z9SKQBaPZ5iypmGbbacg+2FR9RnodqKLZYdc7A=; b=dPw0hrh++HbYrJ26WUi4effPcuArBhEO7g33QzKMaAB768tBqIcU9adjJrlny2ftlc 7z55HRi6hAgKTwkFKupZrneiNF0JDvlPrrICV9562gxqi2svnWa3EB5iJeyvXU+SWoCh M5d8fc6wp0rKG7uVo+aeTErSaTtTJuDOsMv5J8WchyefGEl0soMoQb/s88r7vwxzg4SC pGo+OLBqbZL2y3KqYMoNBC4KsQF4IpceQ9Mp90PSURX11Rumsa7KFfPsWfeK8srr4V39 ToqBMoJCYDHawZpBY4mfGf+3iwOVoDmJNp7L5GT8vbq2sC22KDZQob+qcSzi4l+vd0VI vmEQ== X-Received: by 10.28.195.138 with SMTP id t132mr75684722wmf.61.1451921676958; Mon, 04 Jan 2016 07:34:36 -0800 (PST) Original-Received: from [192.168.1.2] ([185.105.175.24]) by smtp.googlemail.com with ESMTPSA id w1sm67689394wmd.2.2016.01.04.07.34.35 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 04 Jan 2016 07:34:36 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Thunderbird/43.0 In-Reply-To: <87mvslzrmr.fsf@gmx.de> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a00:1450:400c:c09::22f 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:197589 Archived-At: On 01/04/2016 10:16 AM, Michael Albinus wrote: > #3 tests: (skip-unless (or (getenv "RUN_EXPENSIVE_TESTS") > (getenv "RUN_VERY_EXPENSIVE_TESTS"))) > > #4 tests: (skip-unless (getenv "RUN_VERY_EXPENSIVE_TESTS")) ert has the notion of tags already. We should use them.