From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 02745C3DA7F for ; Mon, 5 Aug 2024 06:55:20 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sarbu-0007dc-IT; Mon, 05 Aug 2024 02:54:26 -0400 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 1sarbs-0007cw-Gd for qemu-devel@nongnu.org; Mon, 05 Aug 2024 02:54:24 -0400 Received: from ik1-413-38519.vs.sakura.ne.jp ([153.127.30.23] helo=sakura.ysato.name) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sarbq-00058D-48 for qemu-devel@nongnu.org; Mon, 05 Aug 2024 02:54:24 -0400 Received: from SIOS1075.ysato.ml (ZM005235.ppp.dion.ne.jp [222.8.5.235]) by sakura.ysato.name (Postfix) with ESMTPSA id 6ED271C00CE; Mon, 5 Aug 2024 15:54:09 +0900 (JST) Date: Mon, 05 Aug 2024 15:54:06 +0900 Message-ID: <87r0b3e9yp.wl-ysato@users.sourceforge.jp> From: Yoshinori Sato To: Philippe =?ISO-8859-1?Q?Mathieu-Daud=E9?= Cc: qemu-devel@nongnu.org, Cleber Rosa , Wainer dos Santos Moschetta , Beraldo Leal , Stefan Hajnoczi , Alex =?ISO-8859-1?Q?Benn=E9e?= , Richard Henderson Subject: Re: [RFC PATCH] tests/avocado: Re-enable gdbsim-r5f562n8 testing U-Boot In-Reply-To: <20240801172332.65701-1-philmd@linaro.org> References: <20240801172332.65701-1-philmd@linaro.org> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/29.4 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Received-SPF: softfail client-ip=153.127.30.23; envelope-from=ysato@users.sourceforge.jp; helo=sakura.ysato.name X-Spam_score_int: -9 X-Spam_score: -1.0 X-Spam_bar: - X-Spam_report: (-1.0 / 5.0 requ) BAYES_00=-1.9, KHOP_HELO_FCRDNS=0.261, SPF_HELO_NONE=0.001, SPF_SOFTFAIL=0.665 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org On Fri, 02 Aug 2024 02:23:32 +0900, Philippe Mathieu-Daud=E9 wrote: >=20 > We disabled all RX tests on commit 9b45cc9931 ("docs/devel: > rationalise unstable gitlab tests under FLAKY_TESTS") for > being flaky. However I don't recall the U-Boot test to fail > (the problematic line checking the 'version' string is already > commented out), and I'm running this test reliably, so re-enable > it. >=20 > Signed-off-by: Philippe Mathieu-Daud=E9 > --- > tests/avocado/machine_rx_gdbsim.py | 2 -- > 1 file changed, 2 deletions(-) >=20 > diff --git a/tests/avocado/machine_rx_gdbsim.py b/tests/avocado/machine_r= x_gdbsim.py > index 412a7a5089..a83873b738 100644 > --- a/tests/avocado/machine_rx_gdbsim.py > +++ b/tests/avocado/machine_rx_gdbsim.py > @@ -22,8 +22,6 @@ class RxGdbSimMachine(QemuSystemTest): > timeout =3D 30 > KERNEL_COMMON_COMMAND_LINE =3D 'printk.time=3D0 ' > =20 > - @skipUnless(os.getenv('QEMU_TEST_FLAKY_TESTS'), 'Test is unstable on= GitLab') > - > def test_uboot(self): > """ > U-Boot and checks that the console is operational. > --=20 > 2.45.2 >=20 Reviewed-by: Yoshinori Sato --=20 Yosinori Sato