From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id 226D93858C3A for ; Fri, 11 Nov 2022 17:14:46 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 226D93858C3A Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org Received: from tarox.wildebeest.org (83-87-18-245.cable.dynamic.v4.ziggo.nl [83.87.18.245]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 552773000592; Fri, 11 Nov 2022 18:14:43 +0100 (CET) Received: by tarox.wildebeest.org (Postfix, from userid 1000) id 8A60B413CBBB; Fri, 11 Nov 2022 18:14:43 +0100 (CET) Message-ID: <82af09dc0785ff4cd6076664ea8fb8adb87f08ca.camel@klomp.org> Subject: Re: =?UTF-8?Q?=E2=98=A0?= Buildbot (GNU Toolchain): binutils-gdb - failed test (failure) (master) From: Mark Wielaard To: Tom de Vries , "gdb-patches@sourceware.org" , Simon Marchi Date: Fri, 11 Nov 2022 18:14:43 +0100 In-Reply-To: References: <20220912083142.E79913857004@sourceware.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Evolution 3.28.5 (3.28.5-10.el7) Mime-Version: 1.0 X-Spam-Status: No, score=-3033.0 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi Tom, On Mon, 2022-09-12 at 10:46 +0200, Tom de Vries wrote: > On 9/12/22 10:31, builder@sourceware.org wrote: > > A new failure has been detected on builder gdb-fedora-x86_64 while > > building binutils-gdb. > >=20 > > Full details are available at: > > =20 > > https://builder.sourceware.org/buildbot/#builders/74/builds/1088 > >=20 > > Build state: failed test (failure) >=20 > I looked at gdb.log, and found these FAILs: > ... > (gdb) maintenance selftest copy=07_=07 > copy_bitwise copy_integer_to_size > (gdb) maintenance selftest copy_PASS: gdb.gdb/unittest.exp:=20 > test_completion: tab complete "maintenance selftest copy" > FAIL: gdb.gdb/unittest.exp: test_completion: tab complete > "maintenance=20 > selftest copy" (clearing input line) (timeout) > ^Cmaintenance selftest copy_bit=07Quit > (gdb) FAIL: gdb.gdb/unittest.exp: test_completion: tab complete=20 > "maintenance selftest copy_bit" > Quit > ... >=20 > This looks like the well-known=20 > https://sourceware.org/bugzilla/show_bug.cgi?id=3D27813 to me. >=20 > Maybe we should move the completion tests out of this test-case? Saw this fail a couple of other times as well. Latest: https://builder.sourceware.org/buildbot/#builders/170/builds/1088 Do you propose to split out the test_completion from gdb.gdb/unittest.exp or to just remove it from the list of TESTS for the buildbot make check-gdb target? Cheers, Mark