* [FFmpeg-devel] [PR] tests/checkasm: Add report to tests missing them (PR #21364)
@ 2026-01-02 22:20 mkver via ffmpeg-devel
0 siblings, 0 replies; only message in thread
From: mkver via ffmpeg-devel @ 2026-01-02 22:20 UTC (permalink / raw)
To: ffmpeg-devel; +Cc: mkver
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-01-02 22:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-01-02 22:20 [FFmpeg-devel] [PR] tests/checkasm: Add report to tests missing them (PR #21364) mkver via ffmpeg-devel
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