From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E66183858408; Wed, 1 Mar 2023 12:43:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E66183858408 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1677674638; bh=lUOfylyG4rCA0qHhaobdIajboWY2hKT+UvqQ0UOlT+Y=; h=From:To:Subject:Date:In-Reply-To:References:From; b=CddWUddwsLKD88sac5W/0/1VxajBm6x7CHHNALBmeic/cC6I6voqgvLXO4T1ceTLu lZLbZcIDRVlunUI1qFCtxONkt+BdmzP+xlN5I/061Bancv1y+TNBSlHTNJD2/HdRGQ 4Fq6otVbm/aqrjLMQY78bi3GpGJYk0RVY9GjsPBU= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug testsuite/30185] FAIL: gdb.python/py-record-btrace.exp: function call: python print(c == c.next.prev) Date: Wed, 01 Mar 2023 12:43:58 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: testsuite X-Bugzilla-Version: 12.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30185 --- Comment #5 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Tom de Vries : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D2c29b1ed1971= 1fa2a16558015e5a6b46a09aefeb commit 2c29b1ed19711fa2a16558015e5a6b46a09aefeb Author: Tom de Vries Date: Wed Mar 1 13:44:04 2023 +0100 [gdb/testsuite] Add another xfail case in gdb.python/py-record-btrace.e= xp I ran into: ... (gdb) PASS: gdb.python/py-record-btrace.exp: function call: \ python print(c.prev) python print(c =3D=3D c.next.prev)^M Traceback (most recent call last):^M File "", line 1, in ^M AttributeError: 'NoneType' object has no attribute 'prev'^M Error while executing Python code.^M (gdb) FAIL: gdb.python/py-record-btrace.exp: function call: \ python print(c =3D=3D c.next.prev) ... due to having only 4 insn instead of 100: ... python print(len(insn))^M 4^M ... This could be caused by the same hw bug as we already have an xfail for= , so expand the xfail matching. Tested on x86_64-linux. PR testsuite/30185 Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30185 Approved-By: Markus T. Metzger --=20 You are receiving this mail because: You are on the CC list for the bug.=