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 10CCF3858D28 for ; Fri, 10 Feb 2023 15:00:36 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 10CCF3858D28 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=suse.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.de 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 2B0FA345E7; Fri, 10 Feb 2023 15:00:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1676041235; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=2O0AUuJcfbAtvBLxVlLouNevCLaVaYXRJi9c3ffdM68=; b=gvXYjJGLlDTmL4UzlmzV9k2kG4Fzij72LWgLDZEQRpB4Cf94mx3qqfRRyzIS9r7Oj+/+Ms GxOT8/Pu75RdFeU7gDrOstyM81RqzetTGzFe7ORl+32DvuGydwj9qEnRW96GIFZos+1N9D 6530KeEnGmJAxoobuJ5RLj603iDDS0E= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1676041235; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=2O0AUuJcfbAtvBLxVlLouNevCLaVaYXRJi9c3ffdM68=; b=qBH9EoGQNMgOJYZVd6dRxXqwp8X/eayZPCu6axs4iGzsJ0lk8lgesimifR5SEAm09I9Zos f9HQhEAox3dBAwBg== 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 0796B13206; Fri, 10 Feb 2023 15:00:35 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id PQF6ABNc5mMrWQAAMHmgww (envelope-from ); Fri, 10 Feb 2023 15:00:35 +0000 Message-ID: Date: Fri, 10 Feb 2023 16:00:34 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1 Subject: Re: [PATCH] [gdb/testsuite] Fix linespec ambiguity in gdb.base/longjmp.exp Content-Language: en-US To: Luis Machado , gdb-patches@sourceware.org References: <20230210105749.2893-1-tdevries@suse.de> <28f6a3f5-9cd0-aa04-74b9-9982217cbdf8@arm.com> From: Tom de Vries In-Reply-To: <28f6a3f5-9cd0-aa04-74b9-9982217cbdf8@arm.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-7.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,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 List-Id: On 2/10/23 15:58, Luis Machado wrote: > Thanks Tom. I gave this a try and it fixes the FAIL's I was seeing. > > Reviewed-By: Luis Machado > Tested-By: Luis Machado Thanks for confirming. Unfortunately, I was once more too trigger-happy, so the commit is missing your tested-by tag. Thanks, - Tom