From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EC390384642B; Fri, 3 May 2024 13:07:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EC390384642B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1714741639; bh=OikSnTt39LGzyZ9slu1LiA7t/lvlzBPSfMsn6t61zyE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=UDNIM1t6XF4bPCpw8HEOTqix3r7LFmIgGmjhoHbtETey9lEa4ermC6Scc335fwCNU GvNiSYCr3NJ/vad6kaexN1CqKREYeuoQYxtg40ItBU+D75Uvav6naDsWoWM2sBPyJN wkS8sXCCzFFk2UHcceVUwIE5nhRAcXcEdip49OEQ= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug testsuite/31649] [gdb/testsuite] Superfluous -iex "set width/height 0" Date: Fri, 03 May 2024 13:07:19 +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=3D31649 --- Comment #2 from Sourceware Commits --- The master branch has been updated by Tom de Vries : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Dbab7860fa717= 15f7b4f68cddf79c420ee30f04fe commit bab7860fa71715f7b4f68cddf79c420ee30f04fe Author: Tom de Vries Date: Fri May 3 15:07:33 2024 +0200 [gdb/testsuite] Remove superfluous -quiet and -ex set width/height 0 INTERNAL_GDBFLAGS contains: - -quiet - -iex "set width 0" - -iex "set height 0" There are test-cases that add these once more. Clean this up. Tested on x86_64-linux. PR testsuite/31649 Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31649 --=20 You are receiving this mail because: You are on the CC list for the bug.=