From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: master 1773679: Ensure that sentinels are called during 'accept-process-output'. Date: Mon, 18 Jan 2021 18:45:21 +0200 Message-ID: <83ft2y8a8u.fsf@gnu.org> References: <83lfcr8w6b.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="25871"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Philipp Stephani Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Jan 18 17:47:55 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 1l1Xh5-0006do-3O for ged-emacs-devel@m.gmane-mx.org; Mon, 18 Jan 2021 17:47:55 +0100 Original-Received: from localhost ([::1]:37366 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l1Xh4-0007ac-0D for ged-emacs-devel@m.gmane-mx.org; Mon, 18 Jan 2021 11:47:54 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:40170) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l1Xek-0005ck-Nh for emacs-devel@gnu.org; Mon, 18 Jan 2021 11:45:34 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:59210) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l1Xek-0004FG-Ai; Mon, 18 Jan 2021 11:45:30 -0500 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:3432 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1l1XeT-0005gl-DK; Mon, 18 Jan 2021 11:45:28 -0500 In-Reply-To: (message from Philipp Stephani on Mon, 18 Jan 2021 11:41:40 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:263150 Archived-At: > From: Philipp Stephani > Date: Mon, 18 Jan 2021 11:41:40 +0100 > Cc: Emacs developers > > Am So., 17. Jan. 2021 um 15:39 Uhr schrieb Eli Zaretskii : > > > Why do these new tests have to rely on Bash and on a particular > > variety of 'echo'? Can't you use (another instance of) Emacs instead? > > That would allow to be able to run these tests on more platforms. > > Yeah, that's a fair point, I've now did that with commit > 3b4050154e3f72c06501cd9a5ad83841b92c7bd6. Thanks, I've now verified that these tests run on MS-Windows and pass.