From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Kyle Meyer Newsgroups: gmane.emacs.devel Subject: Re: emacs-28 b8b2dd1: Update to Org 9.5.1-11-g96d91b Date: Sun, 28 Nov 2021 10:44:23 -0500 Message-ID: <87k0gs9tew.fsf@kyleam.com> References: <20211127213324.10400.95314@vcs0.savannah.gnu.org> <20211127213326.7715520D11@vcs0.savannah.gnu.org> <87h7bwxqek.fsf@gmx.de> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18636"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Stefan Kangas , emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Nov 28 16:45:36 2021 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 1mrMMw-0004fe-IZ for ged-emacs-devel@m.gmane-mx.org; Sun, 28 Nov 2021 16:45:35 +0100 Original-Received: from localhost ([::1]:34766 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mrMMv-0001Ku-3P for ged-emacs-devel@m.gmane-mx.org; Sun, 28 Nov 2021 10:45:33 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:38128) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mrMM6-0000VM-Ia for emacs-devel@gnu.org; Sun, 28 Nov 2021 10:44:42 -0500 Original-Received: from out1.migadu.com ([91.121.223.63]:32657) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mrMM2-00017m-TS for emacs-devel@gnu.org; Sun, 28 Nov 2021 10:44:41 -0500 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1638114275; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=qPaS6vOHOb3mhJGQ+oDBnKcEed4H2MJSdQSGr3BQF5A=; b=QblOBgge9IhCW/bs5bpPO0jstQm82XGmTsMnxSX0bH4gXHSg3/ps0moXiVCqK35jOtOHt0 xzuKLyi4u5v6sayvKlvV+ryjSCpRnz5gzdpz4PHQ+k1EE3ka0jzLTLQRTYR9C+xuzYGuhO bGFqR9kZPEZQA3/YiZu6e14Arp6ThOlIUhVkX5lx7/0H06W895aYyIzhMkn3iFKDo+OJMa btFWQqU2E6B/mDEH3zS6rMZiqmBd4qufuVyCTl0unQ3p9iC45d5RVaTxjIlNp+42NaARir FiBPKEM4N5RCDZjPAAcJjDms7Ov6pBz7GkfY8xbtljYpIl6N4EU932VIDHHLbw== In-Reply-To: <87h7bwxqek.fsf@gmx.de> Received-SPF: pass client-ip=91.121.223.63; envelope-from=kyle@kyleam.com; helo=out1.migadu.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, 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" Xref: news.gmane.io gmane.emacs.devel:280422 Archived-At: Michael Albinus writes: > This fails: > > --8<---------------cut here---------------start------------->8--- > $ make -C test org-tests Sorry about that. I see Stefan has already fixed it (thanks), but I will port that change back to the Org repo, make sure to check in the future, and look into adding a similar check to Org's test suite so that the issue is caught earlier.