From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id ED8BA3858C20; Sat, 29 Apr 2023 06:56:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org ED8BA3858C20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1682751416; bh=EvRTAnU9IudhjMBypxX0mI9xHN3qlzGUqdKehOCSNao=; h=From:To:Subject:Date:In-Reply-To:References:From; b=o81wn8g49EbhdaNTjy+ncLqiSjZM3l7bhF+DT78AubMOG1m9+VU15mdVuANE7GKqz kQ5RYeUx+J5MM2Yrg/xtWqh7+zzEknlZIQN9ynJsMvy0hL3NtzFUnRYj8dMFtrRZ+X WTsZdQ+fzB5cnEfGzyBfg6Et7kQhz1xIQvIwRxu4= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug testsuite/30399] [gdb/testsuite] FAIL: gdb.ada/excep_handle.exp: continuing to first Constraint_Error exception handlers Date: Sat, 29 Apr 2023 06:56:56 +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: 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=3D30399 --- Comment #4 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=3Dbc752bfbd98b= 6c2b02d59ed0a6c7ca88fbf4e3e0 commit bc752bfbd98b6c2b02d59ed0a6c7ca88fbf4e3e0 Author: Tom de Vries Date: Sat Apr 29 08:57:07 2023 +0200 [gdb/testsuite] Fix gdb.ada/excep_handle.exp for updated gdb_test Test-case gdb.ada/excep_handle.exp fails since commit e2f620135d9 ("gdb/testsuite: change newline patterns used in gdb_test"): ... (gdb) continue^M Continuing.^M ^M Catchpoint 2, exception at 0x00000000004020b6 in foo () at foo.adb:26^M 26 when Constraint_Error =3D>^M (gdb) FAIL: gdb.ada/excep_handle.exp: continuing to first Constraint_Er= ror \ exception handlers ... The output is supposed to be matched by: ... gdb_test "continue" \ "Continuing\.$eol$catchpoint_constraint_error_msg$eol.*" \ "continuing to first Constraint_Error exception handlers" ... but the $eol bit no longer matches due to the stricter matching introdu= ced in aforementioned commit. Fix this by dropping the "$eol.*" bit. Tested on x86_64-linux. PR testsuite/30399 Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30399 --=20 You are receiving this mail because: You are on the CC list for the bug.=