Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
From: mkver via ffmpeg-devel <ffmpeg-devel@ffmpeg.org>
To: ffmpeg-devel@ffmpeg.org
Cc: mkver <code@ffmpeg.org>
Subject: [FFmpeg-devel] [PR] tests/checkasm: Add report to tests missing them (PR #21364)
Date: Fri, 02 Jan 2026 22:20:21 -0000
Message-ID: <176739242160.25.12043725791121559307@4457048688e7> (raw)

PR #21364 opened by mkver
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21364
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21364.patch


>From 65e887064cda44342edd174221d6e52fa21fd51f Mon Sep 17 00:00:00 2001
From: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Date: Fri, 2 Jan 2026 23:19:16 +0100
Subject: [PATCH] tests/checkasm: Add report to tests missing them

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
---
 tests/checkasm/cavsdsp.c              | 1 +
 tests/checkasm/hpeldsp.c              | 1 +
 tests/checkasm/mpegvideo_unquantize.c | 1 +
 tests/checkasm/qpeldsp.c              | 1 +
 tests/checkasm/vf_fspp.c              | 3 +++
 tests/checkasm/vp3dsp.c               | 1 +
 tests/checkasm/vp6dsp.c               | 1 +
 7 files changed, 9 insertions(+)

diff --git a/tests/checkasm/cavsdsp.c b/tests/checkasm/cavsdsp.c
index a6ffea588c..3e4a9ac127 100644
--- a/tests/checkasm/cavsdsp.c
+++ b/tests/checkasm/cavsdsp.c
@@ -116,4 +116,5 @@ static void check_cavs_qpeldsp(void)
 void checkasm_check_cavsdsp(void)
 {
     check_cavs_qpeldsp();
+    report("qpeldsp");
 }
diff --git a/tests/checkasm/hpeldsp.c b/tests/checkasm/hpeldsp.c
index 6c80029507..bf44a666ca 100644
--- a/tests/checkasm/hpeldsp.c
+++ b/tests/checkasm/hpeldsp.c
@@ -118,4 +118,5 @@ void checkasm_check_hpeldsp(void)
             }
         }
     }
+    report("hpeldsp");
 }
diff --git a/tests/checkasm/mpegvideo_unquantize.c b/tests/checkasm/mpegvideo_unquantize.c
index 60c61b217b..0430e20354 100644
--- a/tests/checkasm/mpegvideo_unquantize.c
+++ b/tests/checkasm/mpegvideo_unquantize.c
@@ -269,5 +269,6 @@ void checkasm_check_mpegvideo_unquantize(void)
 
             bench_new(&new, block_new, n, qscale);
         }
+        report("%s", tests[i].name);
     }
 }
diff --git a/tests/checkasm/qpeldsp.c b/tests/checkasm/qpeldsp.c
index fd3c50cd55..1f18b4ffda 100644
--- a/tests/checkasm/qpeldsp.c
+++ b/tests/checkasm/qpeldsp.c
@@ -105,4 +105,5 @@ void checkasm_check_qpeldsp(void)
             }
         }
     }
+    report("mpeg4_qpeldsp");
 }
diff --git a/tests/checkasm/vf_fspp.c b/tests/checkasm/vf_fspp.c
index 496e859fe0..f102afb798 100644
--- a/tests/checkasm/vf_fspp.c
+++ b/tests/checkasm/vf_fspp.c
@@ -165,6 +165,9 @@ static void check_column_fidct(void)
 void checkasm_check_vf_fspp(void)
 {
     check_store_slice();
+    report("store_slice");
     check_mul_thrmat();
+    report("mul_thrmat");
     check_column_fidct();
+    report("column_fidct");
 }
diff --git a/tests/checkasm/vp3dsp.c b/tests/checkasm/vp3dsp.c
index 4f985ae62a..a269581898 100644
--- a/tests/checkasm/vp3dsp.c
+++ b/tests/checkasm/vp3dsp.c
@@ -113,4 +113,5 @@ static void vp3_check_loop_filter(void)
 void checkasm_check_vp3dsp(void)
 {
     vp3_check_loop_filter();
+    report("loop_filter");
 }
diff --git a/tests/checkasm/vp6dsp.c b/tests/checkasm/vp6dsp.c
index a5f1c9c2fc..879a21da27 100644
--- a/tests/checkasm/vp6dsp.c
+++ b/tests/checkasm/vp6dsp.c
@@ -90,4 +90,5 @@ void checkasm_check_vp6dsp(void)
             fail();
         bench_new(dst_new, src, stride, h_weights, v_weights);
     }
+    report("filter_diag4");
 }
-- 
2.49.1

_______________________________________________
ffmpeg-devel mailing list -- ffmpeg-devel@ffmpeg.org
To unsubscribe send an email to ffmpeg-devel-leave@ffmpeg.org

                 reply	other threads:[~2026-01-02 22:21 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=176739242160.25.12043725791121559307@4457048688e7 \
    --to=ffmpeg-devel@ffmpeg.org \
    --cc=code@ffmpeg.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

This inbox may be cloned and mirrored by anyone:

	git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
		ffmpegdev@gitmailbox.com
	public-inbox-index ffmpegdev

Example config snippet for mirrors.


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git