From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 10 16:28:29 2019 Received: (at submit) by debbugs.gnu.org; 10 Oct 2019 20:28:29 +0000 Received: from localhost ([127.0.0.1]:57244 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iIf2y-0000Mc-MW for submit@debbugs.gnu.org; Thu, 10 Oct 2019 16:28:29 -0400 Received: from lists.gnu.org ([209.51.188.17]:46172) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iIf2w-0000MV-JH for submit@debbugs.gnu.org; Thu, 10 Oct 2019 16:28:27 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43811) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iIf2u-0004eO-Mp for bug-gnu-emacs@gnu.org; Thu, 10 Oct 2019 16:28:26 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=5.0 tests=BAYES_40,RCVD_IN_DNSWL_MED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iIf2r-00010u-Bw for bug-gnu-emacs@gnu.org; Thu, 10 Oct 2019 16:28:24 -0400 Received: from zimbra.cs.ucla.edu ([131.179.128.68]:49010) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iIf2r-00010Z-34 for bug-gnu-emacs@gnu.org; Thu, 10 Oct 2019 16:28:21 -0400 Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 2A3CF1605BE; Thu, 10 Oct 2019 13:28:19 -0700 (PDT) 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 8KtIoBE7YWA9; Thu, 10 Oct 2019 13:28:18 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 2CB9F160607; Thu, 10 Oct 2019 13:28:18 -0700 (PDT) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu 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 uyFf1BacfEQU; Thu, 10 Oct 2019 13:28:18 -0700 (PDT) Received: from Penguin.CS.UCLA.EDU (Penguin.CS.UCLA.EDU [131.179.64.200]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id 1228D1605BE; Thu, 10 Oct 2019 13:28:18 -0700 (PDT) From: Paul Eggert Organization: UCLA Computer Science Department To: Emacs bug reports Subject: Recently-added checkdoc tests fail if stdin is empty Message-ID: Date: Thu, 10 Oct 2019 13:28:17 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 131.179.128.68 X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Damien Cassou X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) The recently-added checkdoc CL tests read from stdin, which doesn't work when automated tests are run. Here is how I reproduced the bug on Fedora 30: $ cd test $ make lisp/emacs-lisp/checkdoc-tests ) id 1iInmK-0000eI-Dn for submit@debbugs.gnu.org; Fri, 11 Oct 2019 01:47:52 -0400 Received: from quimby.gnus.org ([80.91.231.51]:53372) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iInmI-0000e9-Oh for 37697@debbugs.gnu.org; Fri, 11 Oct 2019 01:47:51 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iInmE-0000ox-AD; Fri, 11 Oct 2019 07:47:49 +0200 From: Lars Ingebrigtsen To: Paul Eggert Subject: Re: bug#37697: Recently-added checkdoc tests fail if stdin is empty References: Date: Fri, 11 Oct 2019 07:47:45 +0200 In-Reply-To: (Paul Eggert's message of "Thu, 10 Oct 2019 13:28:17 -0700") Message-ID: <87eezjrfy6.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Paul Eggert writes: > The recently-added checkdoc CL tests read from stdin, which doesn't > work when automated tests are run. Here is how I reproduced the bug on > Fedora 30: [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 37697 Cc: Damien Cassou , 37697@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Paul Eggert writes: > The recently-added checkdoc CL tests read from stdin, which doesn't > work when automated tests are run. Here is how I reproduced the bug on > Fedora 30: [...] > Ran 10 tests, 8 results as expected, 2 unexpected (2019-10-10 > 13:23:34-0700, 0.233146 sec) > > 2 unexpected results: > FAILED checkdoc-cl-defmethod-with-context-ok > FAILED checkdoc-cl-defun-with-aux-ok I thought I had removed those before checking in, but nope. I've now removed them. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 11 01:48:01 2019 Received: (at control) by debbugs.gnu.org; 11 Oct 2019 05:48:02 +0000 Received: from localhost ([127.0.0.1]:57486 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iInmT-0000et-Lz for submit@debbugs.gnu.org; Fri, 11 Oct 2019 01:48:01 -0400 Received: from quimby.gnus.org ([80.91.231.51]:53388) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iInmR-0000eh-J8 for control@debbugs.gnu.org; Fri, 11 Oct 2019 01:47:59 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iInmO-0000p7-Qg for control@debbugs.gnu.org; Fri, 11 Oct 2019 07:47:58 +0200 Date: Fri, 11 Oct 2019 07:47:56 +0200 Message-Id: <87d0f3rfxv.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #37697 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tags 37697 fixed close 37697 27.1 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) tags 37697 fixed close 37697 27.1 quit From unknown Sun Aug 17 22:03:17 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 08 Nov 2019 12:24:08 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator