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 346B040F08 for ; Sat, 8 Jul 2023 15:06:24 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 62CAF68C4EC; Sat, 8 Jul 2023 18:06:21 +0300 (EEST) Received: from mail-02-2.mymagenta.at (mail-02-2.mymagenta.at [80.109.253.249]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 0DD9068C38E for ; Sat, 8 Jul 2023 18:06:14 +0300 (EEST) Received: from [192.168.232.135] (helo=ren-mail-psmtp-mg01.) by mail-02.mymagenta.at with esmtp (Exim 4.93) (envelope-from ) id 1qI9Vm-006Arn-84 for ffmpeg-devel@ffmpeg.org; Sat, 08 Jul 2023 17:06:14 +0200 Received: from localhost ([84.115.40.24]) by ren-mail-psmtp-mg01. with ESMTP id I9VjqXG5lOG5ZI9Vjqevg6; Sat, 08 Jul 2023 17:06:12 +0200 X-Env-Mailfrom: michael@niedermayer.cc X-Env-Rcptto: ffmpeg-devel@ffmpeg.org X-SourceIP: 84.115.40.24 X-CNFS-Analysis: v=2.4 cv=KJo5sHJo c=1 sm=1 tr=0 ts=64a97b64 a=4thelYDX6rwh+ygQwvsI+Q==:117 a=4thelYDX6rwh+ygQwvsI+Q==:17 a=MKtGQD3n3ToA:10 a=1oJP67jkp3AA:10 a=GEAsPZ9sns4A:10 a=hGrV9KBr6KBgawsg_h0A:9 From: Michael Niedermayer To: FFmpeg development discussions and patches Date: Sat, 8 Jul 2023 17:06:09 +0200 Message-Id: <20230708150609.6304-2-michael@niedermayer.cc> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20230708150609.6304-1-michael@niedermayer.cc> References: <20230708150609.6304-1-michael@niedermayer.cc> X-CMAE-Envelope: MS4xfGI5v5MMaoysbDHDt38Ch9lQAB4JkX6FMYa/iap8XlSeCdgu7PpA1/eejHrc1HkfTWrkIyEHefhVrcxe76XZ19/T1aYn838+HkcI/HSElQf0Ank7fuTW h/Mm9Ey0y27P+UVhlf1erQ1asFhWDg3w0jsDZiRIpPyuN1RBZdkDxr7t5YIKXhvWX0DIdEXlzL3Xcw== Subject: [FFmpeg-devel] [PATCH] doc/developer: Alternative to making tests a requirement. 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 MIME-Version: 1.0 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: Making tests a strict requirement could increase the burden on new developers. This is an alternative Signed-off-by: Michael Niedermayer --- doc/developer.texi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/developer.texi b/doc/developer.texi index 0c2f2cd7d1..c7536a17b6 100644 --- a/doc/developer.texi +++ b/doc/developer.texi @@ -809,6 +809,8 @@ Consider adding a regression test for your code. All new modules should be covered by tests. That includes demuxers, muxers, decoders, encoders filters, bitstream filters, parsers. If its not possible to do that, add an explanation why to your patchset, its ok to not test if theres a reason. +If your module lacks a test, then you must provide all information and samples +which are needed for someone else to create a test, limited by what you possess. @item If you added YASM code please check that things still work with --disable-yasm. -- 2.17.1 _______________________________________________ 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".