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: Flickering tests Date: Tue, 09 Jul 2024 05:47:05 -0400 Message-ID: References: <87ed8bhnrb.fsf@gmx.de> <8734oqh4d2.fsf@gmx.de> <87bk3c70jj.fsf@gmx.de> <87wmlvvtk3.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="40429"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Jul 09 11:47:59 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 1sR7S2-000AGY-J6 for ged-emacs-devel@m.gmane-mx.org; Tue, 09 Jul 2024 11:47:58 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sR7RE-0007E9-Mz; Tue, 09 Jul 2024 05:47:08 -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 1sR7RD-0007Df-0y for emacs-devel@gnu.org; Tue, 09 Jul 2024 05:47:07 -0400 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 1sR7RC-0006mO-Gr; Tue, 09 Jul 2024 05:47:06 -0400 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=+3P/C+eN1sR6lSufjsk2Aa2imWFuTR8eBzoHn44Vu+k=; b=nfqT5oBayGsKlpp4aSdE cDH7ZsgRpeOgWhFjk17jKYntVw2WmWB099M+E+HoE30Tkhzo07pOvAVkKJWmnM/nGoHWZUMeQP9D4 eVpcKh0abHzq8cPgsMbZ/yl7knoadc/3k2Kpqf6jLd5uuZOlb8ksGu8fYUMULR5CHX2wi1XYzJBRJ mSngwhR4+muDg25s46S2Xjbw0Zlp35ym4hEJBmUeybBDRoQi8YDyW5mImGZmYBsa9BL0E1r6PnwdS FG1pYgxFxp2F+9ZmI8hKIyFa5BXKqXFP6v4QY/JI0D9+fXasMeMRan93rExNjK0h9VDHkhtgao2hf Q3jzcungyPswHw==; Original-Received: from acorallo by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1sR7RB-0004xd-V3; Tue, 09 Jul 2024 05:47:06 -0400 In-Reply-To: <87wmlvvtk3.fsf@gmx.de> (Michael Albinus's message of "Tue, 09 Jul 2024 10:49:32 +0200") 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:321559 Archived-At: Michael Albinus writes: > Andrea Corallo writes: > >> Hi Michael, > > Hi Andrea, > >> I tried your patch and seems to solve (for my few tries at least). But >> why do you think we need it only on master? Before being marked as >> unstable the test was flickering on emacs-30 as well. > > The test isn't super-important, filtering it out on the emacs-30 branch > by tagging it :unstable doesn't matter really. I've proposed this, > because the emacs-30 branch should be kept stable. But if you like, I > could install it there. I see thanks, if you are happy with the coverage on emacs-30 with 'dbus-test05-register-signal-with-nils' waved out I suggest we install the current version on master and see how it goes removing the unstable tag from the test. If you feel would be important to cover emacs-30 as well I think we can install the patch there instead. Thanks Andrea