From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by sourceware.org (Postfix) with ESMTPS id 585653858415 for ; Tue, 18 Oct 2022 13:33:30 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 585653858415 Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 5D08033E06 for ; Tue, 18 Oct 2022 13:33:29 +0000 (UTC) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 4B5E6139D2 for ; Tue, 18 Oct 2022 13:33:29 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 2lxBESmrTmNPHwAAMHmgww (envelope-from ) for ; Tue, 18 Oct 2022 13:33:29 +0000 From: Tom de Vries To: gdb-patches@sourceware.org Subject: [PATCH 0/4] [gdb/testsuite] Test-case fixes with local-remote-board Date: Tue, 18 Oct 2022 15:33:24 +0200 Message-Id: <20221018133328.7574-1-tdevries@suse.de> X-Mailer: git-send-email 2.35.3 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-6.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham 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: , X-List-Received-Date: Tue, 18 Oct 2022 13:33:44 -0000 Fix some test-case fails with host board local-remote-board.exp, some without and some with the tentative fix for PR29697: Removing procs ${board}_file and ${board}_download from local-remote-board.exp. Tom de Vries (4): [gdb/testsuite] Fix gdb.server/file-transfer.exp with local-remote-host.exp [gdb/testsuite] Fix gdb.base/return-nodebug.exp with local-remote-host.exp [gdb/testsuite] Fix gdb.server/no-thread-db.exp with local-remote-host.exp [gdb/testsuite] Handle header files with local-remote-host.exp gdb/testsuite/gdb.base/included.exp | 6 +++++- gdb/testsuite/gdb.base/large-frame.exp | 4 ++++ gdb/testsuite/gdb.base/line-symtabs.exp | 4 ++++ gdb/testsuite/gdb.base/return-nodebug.c | 8 ++++++++ gdb/testsuite/gdb.base/return-nodebug.exp | 18 ++++++++++++------ gdb/testsuite/gdb.base/return-nodebug1.c | 8 ++++++++ gdb/testsuite/gdb.base/sep.exp | 4 ++++ gdb/testsuite/gdb.base/shlib-call.exp | 4 ++++ gdb/testsuite/gdb.server/file-transfer.exp | 8 ++++++-- gdb/testsuite/gdb.server/no-thread-db.exp | 3 ++- 10 files changed, 57 insertions(+), 10 deletions(-) base-commit: 53273099b81ab4bd137efdb9f038e5bf4b5be9bc -- 2.35.3