From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo Newsgroups: gmane.emacs.devel Subject: Re: emacs-30 6bca138d60e: Fix latest test for dabbrev-expand Date: Mon, 02 Dec 2024 15:45:23 -0500 Message-ID: References: <173314163483.652988.2881826266893472321@vcs3.savannah.gnu.org> <20241202121355.3BF7D526A27@vcs3.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="13266"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: Stephen Berman To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Dec 02 21:46:04 2024 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 1tIDIy-0003Iq-Am for ged-emacs-devel@m.gmane-mx.org; Mon, 02 Dec 2024 21:46:04 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tIDIN-0005Ee-3L; Mon, 02 Dec 2024 15:45:27 -0500 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 1tIDIK-0005EQ-CU for emacs-devel@gnu.org; Mon, 02 Dec 2024 15:45:25 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tIDIK-00079s-2T; Mon, 02 Dec 2024 15:45:24 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=1Orb4WY8JKHAmCLwhNS5eZtwVJ6mgfVBgqWboBywU9E=; b=WaSifNPCL3v+QAg2BOCb UbcmVH/a/5i8nFi6aqivBsiUonFeZaS7GOSghhYkMdBlq9jO2yiOle/vi9S1ELrIPTFK4X6yLvz4Z aZ6MBYX6DYoOAB1ScFUcwY7e2XpHtyAEndfT2VVnkR2/I7KG8nVfpt6s3clCbAUoC8weOq1mMBRWL x65diUCynxTcaH1NQLp+xu9Dd9hDHzlLrPVCWbmNE92KDh108uLsxapGGLQv1Ql8M4F4Z7G4oCdEx 1QxsgYfgtV04/O5nXWx4i7OARQuaWvZcvw6/zAAfS0zvpld99TkZ37HkvxgNqjRUqKUWGlHBI1LMN /hlCrv+GUCnPPw==; Original-Received: from acorallo by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1tIDIJ-0002xC-Kg; Mon, 02 Dec 2024 15:45:23 -0500 In-Reply-To: <20241202121355.3BF7D526A27@vcs3.savannah.gnu.org> (Stephen Berman via Mailing list for Emacs changes's message of "Mon, 2 Dec 2024 07:13:55 -0500 (EST)") 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:325952 Archived-At: Stephen Berman via Mailing list for Emacs changes writes: > branch: emacs-30 > commit 6bca138d60e47d0fbab4faf8e83c5b9b319f260d > Author: Stephen Berman > Commit: Stephen Berman > > Fix latest test for dabbrev-expand > > * test/lisp/dabbrev-tests.el (dabbrev-expand-after-killing-buffer): > Fix typo in a 'should' test, use part of return value of 'should-error' > test, and remove mistaken and unfounded FIXME comment. Hello Stephen, this commit is introducing in my test-bed the following three failures in emacs-30: dabbrev-expand-test-other-buffer-4, dabbrev-expand-test-other-buffer-3, dabbrev-expand-after-killing-buffer. Could you please have a look? Andrea