From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CC6C83858C52; Mon, 4 Apr 2022 14:32:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CC6C83858C52 From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug testsuite/29025] [gdb/testsuite] FAIL: gdb.mi/mi-cmd-user-context.exp: frame {1,2,3} (unexpected output) Date: Mon, 04 Apr 2022 14:32:37 +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: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vries 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 X-BeenThere: gdb-prs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-prs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Apr 2022 14:32:37 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D29025 --- Comment #1 from Tom de Vries --- (In reply to Tom de Vries from comment #0) > While running the gdb testsuite for gdb-12-branch on openSUSE Tumbleweed,= I > ran into: > ... > FAIL: gdb.mi/mi-cmd-user-context.exp: frame 1 (unexpected output) > FAIL: gdb.mi/mi-cmd-user-context.exp: frame 2 (unexpected output) > FAIL: gdb.mi/mi-cmd-user-context.exp: frame 3 (unexpected output) > ... >=20 Hm, actually the original FAIL was a reproduction of the problem fixed by t= his ( https://sourceware.org/pipermail/gdb-patches/2022-April/187319.html ): ... PASS: gdb.mi/mi-cmd-user-context.exp: info thread 5 Expecting: ^(frame[^M ]+)?(.*#0 0x.*[^M ]+[(]gdb[)] ^M [ ]*) frame^M &"frame\n"^M ~"#0 child_sub_function () at /data/vries/gdb_versions/devel/src/gdb/testsuite/gdb.mi/u\ ser-selected-context-sync.c:33\n"^M ~"33\t dummy =3D !dummy; /* thread loop line */\n"^M ^done^M (gdb) ^M FAIL: gdb.mi/mi-cmd-user-context.exp: frame 1 (unexpected output) ... The detailed FAIL listed in comment 0, is what I got when trying reproduce. --=20 You are receiving this mail because: You are on the CC list for the bug.=