From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5F14E3858CDB; Fri, 31 Mar 2023 15:15:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5F14E3858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1680275744; bh=3qIYa05zI8cIzt/bH8KHYgZVdPrkSSGI8yHax9UXqhw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=YXdq30s5hrzI0R+YXdR6roIBFFK75Mz6HiK2s50O70YnTkIhe4MognAaZlV4DKLnw IX/7JJmP09lbpHqhmElQ9323ggiTQoVUZ0QtzR2vL7uZB0L6VJQu4yGBClVGRnHdws quKJfGG9H5WPlzxA9nWx6svoM+NY9ubsIJMa3KC4= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug testsuite/30288] [gdb/cli, editing off] FAIL: gdb.base/trace-commands.exp: nested trace-commands test (pattern 2) Date: Fri, 31 Mar 2023 15:15:44 +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=3D30288 --- Comment #3 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=3D103409bb3850= 2b95cb60475939a49c2b059673d5 commit 103409bb38502b95cb60475939a49c2b059673d5 Author: Tom de Vries Date: Fri Mar 31 17:15:37 2023 +0200 [gdb/testsuite] Fix gdb.base/trace-commands.exp with editing off With test-case gdb.base/trace-commands.exp and editing off, I run into fails because multi-line commands are issued using gdb_test_sequence, which doesn't handle them correctly. Fix this by using gdb_test instead. Tested on x86_64-linux. PR testsuite/30288 Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30288 --=20 You are receiving this mail because: You are on the CC list for the bug.=