From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out2.suse.de (smtp-out2.suse.de [IPv6:2001:67c:2178:6::1d]) by sourceware.org (Postfix) with ESMTPS id ECFF73858C50 for ; Tue, 18 Oct 2022 13:36:34 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org ECFF73858C50 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-out2.suse.de (Postfix) with ESMTPS id 2B9D31FE5B for ; Tue, 18 Oct 2022 13:36:34 +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 1B94B139D2 for ; Tue, 18 Oct 2022 13:36:34 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id O0yWBeKrTmMuIQAAMHmgww (envelope-from ) for ; Tue, 18 Oct 2022 13:36:34 +0000 Message-ID: Date: Tue, 18 Oct 2022 15:36:33 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2 Subject: [pushed 0/4] [gdb/testsuite] Test-case fixes with local-remote-board Content-Language: en-US To: gdb-patches@sourceware.org References: <20221018133328.7574-1-tdevries@suse.de> From: Tom de Vries In-Reply-To: <20221018133328.7574-1-tdevries@suse.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-7.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_LOW, 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:36:36 -0000 On 10/18/22 15:33, Tom de Vries via Gdb-patches wrote: > 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. And forgot to mention: committed. Thanks, - Tom > 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