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 516413858C50 for ; Fri, 28 Apr 2023 18:37:52 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 516413858C50 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 02B7E1E0D5; Fri, 28 Apr 2023 14:37:51 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=simark.ca; s=mail; t=1682707072; bh=gSuyJXmTay7U7MP3xCn7ciYdoYhUC7rJkUSYN+hFbuA=; h=Date:Subject:To:References:From:In-Reply-To:From; b=jALyJeKLWu7QMcc89uCAiPE8ZXaOIaCR4RKOJgldrfAkBHkDoR6v3vSqpp8EMTgJx gm/aaqMDkkPe5lp2DsXhZUEk0SuzlZN2qZoseLJZanruQQcZc2ivqrMW64kYjQelgW tEtFdsCn3aP/PZn0D4b8/ZWhiIaq0zFmxLTJZFP4= Message-ID: <46010910-4b1f-7322-e273-57a09b9f4669@simark.ca> Date: Fri, 28 Apr 2023 14:37:51 -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 Content-Language: fr 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> <55449bae-c9ea-4b04-f07e-a4ad2e3d6bf1@simark.ca> From: Simon Marchi In-Reply-To: <55449bae-c9ea-4b04-f07e-a4ad2e3d6bf1@simark.ca> 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: On 4/28/23 11:57, Simon Marchi via Gdb-patches wrote: >> 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 > I still see these two, which are likely related: FAIL: gdb.trace/collection.exp: collect register locals collectively: run trace experiment: stop trace experiment FAIL: gdb.trace/pending.exp: ftrace works: stop trace experiment Simon