From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTPS id AA0544BA7A for ; Sun, 2 Mar 2025 10:32:20 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 85CC968DFF7; Sun, 2 Mar 2025 12:32:15 +0200 (EET) Received: from sender2-op-o10.zoho.eu (sender2-op-o10.zoho.eu [136.143.171.10]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id CBF9268D945 for ; Sun, 2 Mar 2025 12:32:08 +0200 (EET) ARC-Seal: i=1; a=rsa-sha256; t=1740911526; cv=none; d=zohomail.eu; s=zohoarc; b=fxyMAdRvmCNwCt22kceGx7NzPU1xuWHn7sSdmrXB7LJQ9S3p9251rL966eqRNv7HcA6fnnQ50+UpkxsfG77TUv8RSWoV9/xLkNdtqsfjMl9JHj8yDFLXqD7z88A0yPEcUSXvX05iwiFI1NupHBdz5d7BAwb/Ed+82BMbSVvybIs= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.eu; s=zohoarc; t=1740911526; h=Content-Type:Content-Transfer-Encoding:Date:Date:From:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:Subject:To:To:Message-Id:Reply-To:Cc; bh=uI3iqjNH+N0WI6MUY2ORosmn2F8T+R7IC4KrDCsdj3Y=; b=cjbqZVCuG7ZLTt4H4dSCw9oGokIQxKqD3eQTOuIvjk4Vvjwf91wC2yU8Zn5NW26LXULSAUT1t4SA2QZPHZ6uMpf4AEVsC5S4T39jjDl1Ca5reS89pd1eOAWZv55Jf35qSGIYM0jaQWY7/57TxHhvZ+g0y7YNDYgl8LE9V82DaXk= ARC-Authentication-Results: i=1; mx.zohomail.eu; dkim=pass header.i=frankplowman.com; spf=pass smtp.mailfrom=post@frankplowman.com; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1740911526; s=zmail; d=frankplowman.com; i=post@frankplowman.com; h=Message-ID:Date:Date:MIME-Version:Subject:Subject:To:To:References:From:From:In-Reply-To:Content-Type:Content-Transfer-Encoding:Message-Id:Reply-To:Cc; bh=uI3iqjNH+N0WI6MUY2ORosmn2F8T+R7IC4KrDCsdj3Y=; b=S8tAg01rd5hxaEQzoNbUj5EhqBk2xkPSVxi3dTVLl17lmc3U9f6aaNExW7h29DWK x+dhdrjl+EBMAmpAcvW4d+9HkGV86PD2MQUrPZV9TZGj1+B58MsaSuP/UAoT8FmLbfQ 35TsKUKGQJurrytt0x3nw2sudN2na+Hl0Zd+fZeY= Received: by mx.zoho.eu with SMTPS id 1740911524840348.35501164193965; Sun, 2 Mar 2025 11:32:04 +0100 (CET) Message-ID: <4481267d-22c8-4b11-9d51-4d950930c934@frankplowman.com> Date: Sun, 2 Mar 2025 10:32:04 +0000 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-GB To: ffmpeg-devel@ffmpeg.org References: <44C98277-BCB9-4AEA-AF0F-185BF1EA4BB8@waider.ie> From: Frank Plowman In-Reply-To: <44C98277-BCB9-4AEA-AF0F-185BF1EA4BB8@waider.ie> X-ZohoMailClient: External Subject: Re: [FFmpeg-devel] retriggering patchwork for failed fate tests? X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On 02/03/2025 08:31, Ronan Waide wrote: > hi folks, > > I submitted a patch yesterday which seems to have failed automated `make fate` tests in a place unrelated to the patch (https://patchwork.ffmpeg.org/check/114511/, https://patchwork.ffmpeg.org/check/114513/). I saw a few other patches also failing in this same way - it looks like some libavcodec/tests files contain deprecated usages. I've since seen other patches submitted without tripping over this, so I'm not sure if the failures were triggered specifically by touching files in libavcodec, or if this was an unrelated failure that's since been fixed. `make fate` runs fine on my laptop, but I'm on apple silicon and the failing builds are x86/loongarch64. > > What is the correct etiquette here? It seems like my patch may not be at fault, so I could just submit a v5 and see what happens, but that feels like potentially wasting time if it's just going to hit the same problem. > > Cheers, > Waider. Hi Waider, Thank you for your patch. I wouldn't worry too much about resubmitting the patch at this point. As you noticed, all the other patches submitted around the same time failed in the same way, so the failure isn't evidence of a breakage in your changes. If a reviewer has is concerned your changes may break something, they could run FATE themselves or request you resubmit the patch at that point. It doesn't look as though your patch touches anything arch-specific, so I think if FATE passes on AArch64, then there's a good change it will also pass on x86_64. All the best, Frank _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".