From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jens Schmidt Newsgroups: gmane.emacs.devel Subject: Re: make check produces 25 failures and hangs (bug #65176). Date: Thu, 10 Aug 2023 23:54:50 +0200 Message-ID: <9e9bf73a-f7e8-24e2-bd3f-5f4e86baa65e@vodafonemail.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24654"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.14.0 Cc: emacs-devel@gnu.org To: Alan Mackenzie , chad Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Aug 10 23:56:12 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qUDdb-0006Bd-Si for ged-emacs-devel@m.gmane-mx.org; Thu, 10 Aug 2023 23:56:11 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qUDcl-0000TW-0I; Thu, 10 Aug 2023 17:55:19 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qUDck-0000TO-1m for emacs-devel@gnu.org; Thu, 10 Aug 2023 17:55:18 -0400 Original-Received: from mr5.vodafonemail.de ([145.253.228.165]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qUDch-0004ia-Ll for emacs-devel@gnu.org; Thu, 10 Aug 2023 17:55:17 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=vodafonemail.de; s=vfde-mb-mr2-21dec; t=1691704513; bh=r2N9v/e5s44bdzaImraBFJXNKVvCm7VGsCKl/0tu3mo=; h=Message-ID:Date:User-Agent:Subject:To:References:Content-Language: From:In-Reply-To:Content-Type:From; b=MFOyrybzuZE/663leUIhgNxiZ3WtjdldmiVsFOLpoGQRONV3ZHoFyLeCuFc87HflL KJEzUIAcuDV21Sxbn4/5bjISm8zRV3qZmhyYkkqrAk25dUBiAmCjT56QKrhTlAhfSK bEnVeymeCw4Ql0nQ5fJ+kCsek+2pUuhzEAeUa+ys= Original-Received: from smtp.vodafone.de (unknown [10.0.0.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by mr5.vodafonemail.de (Postfix) with ESMTPS id 4RMLM53XG5z1yJR; Thu, 10 Aug 2023 21:55:13 +0000 (UTC) Original-Received: from [192.168.178.41] (port-92-194-71-141.dynamic.as20676.net [92.194.71.141]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp.vodafone.de (Postfix) with ESMTPSA id 4RMLLv0N14z9s3t; Thu, 10 Aug 2023 21:54:59 +0000 (UTC) Content-Language: de-DE-frami, en-US In-Reply-To: X-purgate-type: clean X-purgate: clean X-purgate-size: 1749 X-purgate-ID: 155817::1691704509-397D986E-7C1725FF/0/0 Received-SPF: pass client-ip=145.253.228.165; envelope-from=jschmidt4gnu@vodafonemail.de; helo=mr5.vodafonemail.de X-Spam_score_int: -49 X-Spam_score: -5.0 X-Spam_bar: ----- X-Spam_report: (-5.0 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, NICE_REPLY_A=-2.156, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:308549 Archived-At: On 2023-08-10 22:34, Alan Mackenzie wrote: > So the bugs seem to be triggered by native compilation. Confirmed. And the hangs seem to be caused by tests asking for input. I executed one of these failing tests interactively (lisp/abbrev-tests.el), and it kept prompting in the minibuffer where the usual (cl-letf (((symbol-function 'read-string) (lambda (&rest _) ""))) should have inhibited that. Full output of that interactive test to follow: Selector: t Passed: 18 Failed: 3 (3 unexpected) Skipped: 1 Total: 22/22 Started at: 2023-08-10 23:46:56+0200 Finished. Finished at: 2023-08-10 23:47:36+0200 .............FFFs..... F inverse-add-abbrev-skips-trailing-nonword Test that adding an inverse abbrev skips trailing nonword characters. (ert-test-failed ((should (string= (abbrev-expansion "foo" table) "bar")) :form (string= "abc" "bar") :value nil :explanation (array-elt 0 (different-atoms (97 "#x61" "?a") (98 "#x62" "?b"))))) F inverse-add-abbrev-skips-trailing-nonword/negative-arg Test that adding an inverse abbrev skips trailing nonword characters. (ert-test-failed ((should (string= (abbrev-expansion "text" table) "bar")) :form (string= "xxx" "bar") :value nil :explanation (array-elt 0 (different-atoms (120 "#x78" "?x") (98 "#x62" "?b"))))) F inverse-add-abbrev-skips-trailing-nonword/positive-arg Test that adding an inverse abbrev skips trailing nonword characters. (ert-test-failed ((should (string= (abbrev-expansion "text" table) "bar")) :form (string= "xxx" "bar") :value nil :explanation (array-elt 0 (different-atoms (120 "#x78" "?x") (98 "#x62" "?b")))))