From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.ffmpeg.org (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTPS id 1C0664FB9F for ; Sat, 28 Jun 2025 01:53:14 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTP id 9DB5568E23E; Sat, 28 Jun 2025 04:53:11 +0300 (EEST) Received: from relay3-d.mail.gandi.net (relay3-d.mail.gandi.net [217.70.183.195]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTPS id 8A9E668E198 for ; Sat, 28 Jun 2025 04:53:05 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id C63DA1FCF0 for ; Sat, 28 Jun 2025 01:53:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1751075584; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=AOIiHGWMytslxPLwg4agIcwc+n1bKcF1esVo3qc1Zjk=; b=J0zDuHWo3x+rRPzARCDtF/lin50pXEf6S/yNvohRUWkL/wiTpqGmanarX91ChAm+Pdp6Yg bqmO2mcT0aHhCczMba1JH/OdODlXG557DnGDxasXRQdAkMbBRWe8jH8Mn/LlI/gynvZc1x rUcgHX8mMdLMgpksjnhlGuVQx7+floOnIEnhYpcsbdF3aivthadoCotj/z1fJNX6ARwI4x w/pNGFt0VkiS1aRXy8ZKvuipRZMZLxY+4gUQ8205kBaYWP4ko8Tgr2MM9jhfhwpVrCR8DK YpK861ZFTHlV61UmqX5hXrL3pQsdjJA388OJwLw1BWXqFvfN+WZJQI5ZW+3RCA== Date: Sat, 28 Jun 2025 03:53:03 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20250628015303.GN29660@pb2> References: <20250613105709.2065708-1-martin@martin.st> <20250618015000.GN29660@pb2> MIME-Version: 1.0 In-Reply-To: X-GND-State: clean X-GND-Score: -85 X-GND-Cause: gggruggvucftvghtrhhoucdtuddrgeeffedrtdefgdegieejucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuifetpfffkfdpucggtfgfnhhsuhgsshgtrhhisggvnecuuegrihhlohhuthemuceftddunecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenfghrlhcuvffnffculdduhedmnecujfgurhepfffhvffukfhfgggtuggjsehgtderredttddunecuhfhrohhmpefoihgthhgrvghlucfpihgvuggvrhhmrgihvghruceomhhitghhrggvlhesnhhivgguvghrmhgrhigvrhdrtggtqeenucggtffrrghtthgvrhhnpedutedvhfduuedugedufefghefhvedvgffgffekhfdvgfdvtefftdejkeehteefheenucfkphepgedurdeiiedrieejrdduudefnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehinhgvthepgedurdeiiedrieejrdduudefpdhhvghloheplhhotggrlhhhohhsthdpmhgrihhlfhhrohhmpehmihgthhgrvghlsehnihgvuggvrhhmrgihvghrrdgttgdpnhgspghrtghpthhtohepuddprhgtphhtthhopehffhhmphgvghdquggvvhgvlhesfhhfmhhpvghgrdhorhhg X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [FATE PATCH] Properly list test errors when there are no failed 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: multipart/mixed; boundary="===============4756195856067195521==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============4756195856067195521== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="/oNQbsMNnoveLS2w" Content-Disposition: inline --/oNQbsMNnoveLS2w Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Martin On Fri, Jun 27, 2025 at 03:43:58PM +0300, Martin Storsj=F6 wrote: > On Wed, 18 Jun 2025, Michael Niedermayer wrote: >=20 > > Hi Martin > >=20 > > On Fri, Jun 13, 2025 at 01:57:05PM +0300, Martin Storsj=F6 wrote: > > > If there were failures while running tests, e.g. if failing to > > > compile checkasm or any other of the test programs, there are no > > > failed tests per se, and the number of succeessful tests is > > > equal to the total number of tests. > > >=20 > > > For these cases, check the job status code instead of declaring > > > them as a full success. > > > --- > > > history.cgi | 2 +- > > > index.cgi | 2 +- > > > report.cgi | 6 +++++- > > > 3 files changed, 7 insertions(+), 3 deletions(-) > >=20 > > sounds reasonable, but ill leave the perl review to someone who actually > > knows perl >=20 > I've tested it locally, so if we have nobody else volunteering to review = it, > is that enough? yes >=20 > > Its a few years since the last change to fateserver, i think we dont > > have a script to update the checkout on the server from a git push. > > Its a while, i dont remember exactly :) > > so you have to update that checkout after pushing possibly >=20 > I don't think I have access to any such server, I think you do, i see a ssh-rsa key for martin@sphere for fate@fate.ffmpeg.org > but if it's ok with you can > I (try to) push this patch to the gitosis repo, yes, we use gitolite not gitosis though > and then ask some admin > (Timo?) to possibly update a checkout somewhere. sure thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Its not that you shouldnt use gotos but rather that you should write readable code and code with gotos often but not always is less readable --/oNQbsMNnoveLS2w Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCaF9K+AAKCRBhHseHBAsP qxTlAJ4z1YI1eq9s4RbSHX3Rf9ia+CMfDgCdFlB2ZP0keFBYbDoV33yawW5cBuk= =Mi3+ -----END PGP SIGNATURE----- --/oNQbsMNnoveLS2w-- --===============4756195856067195521== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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". --===============4756195856067195521==--