From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca (simark.ca [158.69.221.121]) by sourceware.org (Postfix) with ESMTPS id F11643858D37 for ; Fri, 28 Apr 2023 15:57:45 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org F11643858D37 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=simark.ca Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=simark.ca Received: from [172.16.0.192] (192-222-143-198.qc.cable.ebox.net [192.222.143.198]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id 7372E1E128; Fri, 28 Apr 2023 11:57:45 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=simark.ca; s=mail; t=1682697465; bh=CuwNCWok77tjhygwdG22kylbR/pQI9Li4muWcjehQDA=; h=Date:Subject:To:References:From:In-Reply-To:From; b=Ap8PkuM2TLrm2NSAppWNrpjcpQQD6j9LztE41PLogSN7Ha26lLFH4eAabteuJVaiX WXGcEhuLOEA8jhGKJtfFhLwbTs9/RchD3R1V29eHU7fUEMDnW8K1m8Wm2bvJMNtQZh BVL1mXWzCORJhhWMlTeG+4N813cAbaMRPi9OzO5U= Message-ID: <55449bae-c9ea-4b04-f07e-a4ad2e3d6bf1@simark.ca> Date: Fri, 28 Apr 2023 11:57:45 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0 Subject: Re: [PATCH 4/5] gdb/testsuite: change newline patterns used in gdb_test To: Andrew Burgess , gdb-patches@sourceware.org References: <464e64e3a3483c228f0a73c778bcaf79e4595abd.1680293848.git.aburgess@redhat.com> <9c4e4ce6-9986-1c3a-9885-f4f3388e95f6@simark.ca> <87r0s49fa0.fsf@redhat.com> Content-Language: fr From: Simon Marchi In-Reply-To: <87r0s49fa0.fsf@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-5.3 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,SPF_HELO_PASS,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 List-Id: > I've pushed the patch below which fixes all the regressions I see when > using the native-gdbserver board. > > I'm still testing with the native-extended-gdbserver board, but I'm a > little short of time, so might not be able to fix any regressions that > throws up until next week. So I've pushed this fix for now, and will > follow up with any additional fixes I find later. > > Sorry for causing the regressions. Thanks, I'll let you know if there are more remaining failures. Simon