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 ESMTP id 36AEF49DD9 for ; Mon, 11 Mar 2024 20:45:42 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id F2CA568CCD7; Mon, 11 Mar 2024 22:45:38 +0200 (EET) Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [217.70.183.201]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 6846268C463 for ; Mon, 11 Mar 2024 22:45:32 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id 4E9AF1BF203 for ; Mon, 11 Mar 2024 20:45:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1710189931; 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=dboEoaPscl9XDweBOeR1f5Iv0GYkB75ZVAA9zGCniQA=; b=UKujsqDT26Y+rZMS/l6F4uPsxWKOPDugK0n5Dvjd1Hp+e8ZLagG4fZTbaZbpUCgCaowa4I KAZ2yzaTmv187Y6YrnGjykwL8x37Nuv5OFhG/2+oLlTpEsX2yXXA0e6beRaXBj5t2D81F2 eydX1SS4hUufZYfbDJ+/Cs6DwfuhpYfFREzdJ/EBJ9ZSWL7vz0aQudAV21wsxf74t4ZcxN Zkmhk0wgIbrcHMCCoaZzBv59aQ+VWwOohvSC8dYoNAOuObXioGUsMIz7GxGvXXqswSRRv8 irM9aPPvENbQENLc9fJsuhQDwBZYY1aJf5YfM6+QlhhvmUmX6J6RqjCDholZfA== Date: Mon, 11 Mar 2024 21:45:30 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240311204530.GT6420@pb2> References: <20240311101606.1439795-1-nicolas.gaullier@cji.paris> <20240311101606.1439795-2-nicolas.gaullier@cji.paris> MIME-Version: 1.0 In-Reply-To: <20240311101606.1439795-2-nicolas.gaullier@cji.paris> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH] doc/fate: advise on --assert-level=2 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="===============8680960222985854753==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============8680960222985854753== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="WDM6iFiquZYf0WFc" Content-Disposition: inline --WDM6iFiquZYf0WFc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Mar 11, 2024 at 11:16:06AM +0100, Nicolas Gaullier wrote: > Signed-off-by: Nicolas Gaullier > --- > doc/fate.texi | 7 +++++++ > 1 file changed, 7 insertions(+) >=20 > diff --git a/doc/fate.texi b/doc/fate.texi > index 2fa8c34c2d..2fa7c70251 100644 > --- a/doc/fate.texi > +++ b/doc/fate.texi > @@ -79,6 +79,13 @@ Do not put a '~' character in the samples path to indi= cate a home > directory. Because of shell nuances, this will cause FATE to fail. > @end float > =20 > +Beware that some assertions are disabled by default, so mind setting > +@option{--assert-level=3D} at configuration time, e.g. when seeki= ng > +the highest possible test coverage: > +@example > +./configure --assert-level=3D2 > +@end example This (or some other appropriate place in the docs) should mention that doing so could have a performance impact thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB No human being will ever know the Truth, for even if they happen to say it by chance, they would not even known they had done so. -- Xenophanes --WDM6iFiquZYf0WFc Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZe9tZAAKCRBhHseHBAsP q2JUAJ9CtNWdeo9ZDIyo93IUWrM6EqZLzgCfRr6OdiHDmW3QpYOpZyYIAszVK8w= =X54c -----END PGP SIGNATURE----- --WDM6iFiquZYf0WFc-- --===============8680960222985854753== 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". --===============8680960222985854753==--