From patchwork Sun Apr 23 19:31:54 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sandra Loosemore X-Patchwork-Id: 55713 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id E29C2385773F for ; Sun, 23 Apr 2023 19:32:37 +0000 (GMT) X-Original-To: gdb-patches@sourceware.org Delivered-To: gdb-patches@sourceware.org Received: from esa2.mentor.iphmx.com (esa2.mentor.iphmx.com [68.232.141.98]) by sourceware.org (Postfix) with ESMTPS id 6023D3858C83 for ; Sun, 23 Apr 2023 19:32:23 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 6023D3858C83 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com X-IronPort-AV: E=Sophos;i="5.99,220,1677571200"; d="scan'208";a="3666941" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa2.mentor.iphmx.com with ESMTP; 23 Apr 2023 11:32:20 -0800 IronPort-SDR: 3MYEYwt+fice5J7gZaAlyoIrOPE6c8by3hGHOxC3qBOxRH2LA8lEGTz/a2rb7wj8IVMtBfuzIh +Koa0FhgxeLd8x0Y1U+G+ttbZ6aEZefSWqXcYI+tT2aWDdd/EAsCH/otuSNmqkWu7xgLFEkHW7 mn8Timv5pDYFQZvb8WLo3GZozpPOUgTh4NvnWI6G3TXGdWCfwCsqXzBE8Q7VhMjfGSX0YtBpDq CfBe3n7NRlIAaog2aHjGezhOGIwxhYmYa6E3zKWHiHdzmb1hbgRwbzrarf9leySS1HOTFTpBHg jTg= From: Sandra Loosemore To: CC: Subject: [PATCH V2 0/5] gdb/testsuite: Miscelleanous fixes Date: Sun, 23 Apr 2023 13:31:54 -0600 Message-ID: <20230423193159.576300-1-sandra@codesourcery.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-ClientProxiedBy: svr-orw-mbx-14.mgc.mentorg.com (147.34.90.214) To svr-orw-mbx-13.mgc.mentorg.com (147.34.90.213) X-Spam-Status: No, score=-3.8 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, RCVD_IN_MSPIKE_H2, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gdb-patches-bounces+patchwork=sourceware.org@sourceware.org Sender: "Gdb-patches" Reposting this series, which now incorporates minor tweaks suggested by Tom Tromey to parts 2, 3, and 4. Parts 1 and 5 are unchanged. OK for trunk? -Sandra Sandra Loosemore (5): gdb/testsuite: Fix style.exp failures on targets without argc/argv support gdb/testsuite: Fix style.exp failures on targets without libopcodes styling gdb/testsuite: Adjust some testcases to allow Windows pathnames gdb/testsuite: Disable some tests that are broken on remote Windows host gdb/testsuite: Make hook-stop.exp ignore termination message from GDB stub gdb/testsuite/gdb.base/bad-file.exp | 3 ++ gdb/testsuite/gdb.base/early-init-file.exp | 3 ++ .../gdb.base/empty-host-env-vars.exp | 3 ++ gdb/testsuite/gdb.base/hook-stop.exp | 2 +- .../maint-expand-symbols-header-file.exp | 4 +- gdb/testsuite/gdb.base/setshow.exp | 17 +++++-- gdb/testsuite/gdb.base/style.exp | 49 ++++++++++++++++--- gdb/testsuite/gdb.dwarf2/dw2-filename.exp | 2 +- gdb/testsuite/gdb.mi/mi-info-sources.exp | 32 ++++++------ 9 files changed, 86 insertions(+), 29 deletions(-) Reviewed-By: Tom Tromey