From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C6915386F81A; Wed, 14 Oct 2020 10:41:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C6915386F81A From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug ada/26732] FAIL: gdb.ada/mi_catch_ex.exp: continue to exception catchpoint hit (unknown output after running) Date: Wed, 14 Oct 2020 10:41:57 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: ada 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: Wed, 14 Oct 2020 10:41:57 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D26732 --- Comment #3 from Tom de Vries --- This makes the test pass again: ... diff --git a/gdb/testsuite/gdb.ada/mi_catch_ex.exp b/gdb/testsuite/gdb.ada/mi_catch_ex.exp index 103ec85f86..35efe8ef29 100644 --- a/gdb/testsuite/gdb.ada/mi_catch_ex.exp +++ b/gdb/testsuite/gdb.ada/mi_catch_ex.exp @@ -129,6 +129,9 @@ with_test_prefix "scenario 2" { } } +mi_delete_breakpoints + + mi_gdb_test "-catch-exception -e Program_Error" \ =20=20=20=20=20=20=20=20=20=20=20=20 "\\^done,bkptno=3D\"$decimal\",bkpt=3D{.*disp=3D\"keep\",enabled=3D\"y\",wh= at=3D\"`Program_ Error' Ada exception\",.*}" \ "catch Program_Error" ... That was previously done by mi_run_to_main. --=20 You are receiving this mail because: You are on the CC list for the bug.=