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 272AE3858C74 for ; Sat, 4 Jun 2022 09:19:39 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 272AE3858C74 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 5D84D21C37; Sat, 4 Jun 2022 09:19:38 +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 419A013A8F; Sat, 4 Jun 2022 09:19:38 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id aYS7Dqojm2KPZwAAMHmgww (envelope-from ); Sat, 04 Jun 2022 09:19:38 +0000 Message-ID: Date: Sat, 4 Jun 2022 11:19:37 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.0 Subject: [committed][gdb/testsuite] Fix ERROR in gdb.ctf/funcreturn.exp Content-Language: en-US From: Tom de Vries To: Pedro Alves , gdb-patches@sourceware.org References: <20220519123445.2756177-1-pedro@palves.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed 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, T_SCC_BODY_TEXT_LINE 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: Sat, 04 Jun 2022 09:19:40 -0000 On 5/20/22 12:10, Tom de Vries wrote: > [ Re: [PATCH 0/2] gdb: Fix DUPLICATE and PATH regressions throughout ] > > On 5/19/22 14:34, Pedro Alves wrote: >> Patch #1 adds "gdb_test -nopass" as mentioned here: >> >>    https://sourceware.org/pipermail/gdb-patches/2022-May/189189.html >> >> Patch #2 fixes DUPLICATE/PATH regressions throughout. >> > > Related fix in gdb.ctf. > > Can somebody with working ctf setup test this for me? > Committed. Thanks, - Tom