This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch master
in repository ffmpeg.

commit fddeb84fb240a926851b9cafd3f6b7137e963846
Author:     Niklas Haas <[email protected]>
AuthorDate: Fri Dec 5 13:53:59 2025 +0100
Commit:     Niklas Haas <[email protected]>
CommitDate: Mon Dec 8 16:58:53 2025 +0000

    tests/fate: add fate-sws-ops-list test
    
    This one uses the test framework added in the previous commit to add a
    light-weight regression test to ensure the generated SwsOpsList is 
identical.
    
    Only compare the md5sum, to make the reference file significantly smaller
    (down from ~10 MB).
---
 tests/fate/libswscale.mak   | 4 ++++
 tests/ref/fate/sws-ops-list | 1 +
 2 files changed, 5 insertions(+)

diff --git a/tests/fate/libswscale.mak b/tests/fate/libswscale.mak
index 59da506648..8d87c39ebf 100644
--- a/tests/fate/libswscale.mak
+++ b/tests/fate/libswscale.mak
@@ -36,6 +36,10 @@ FATE_LIBSWSCALE-$(CONFIG_UNSTABLE) += fate-sws-unscaled
 fate-sws-unscaled: libswscale/tests/swscale$(EXESUF)
 fate-sws-unscaled: CMD = run libswscale/tests/swscale$(EXESUF) -unscaled 1 
-flags 0x100000 -v 16
 
+FATE_LIBSWSCALE-$(CONFIG_UNSTABLE) += fate-sws-ops-list
+fate-sws-ops-list: libswscale/tests/sws_ops$(EXESUF)
+fate-sws-ops-list: CMD = run libswscale/tests/sws_ops$(EXESUF) | do_md5sum | 
cut -d" " -f1
+
 FATE_LIBSWSCALE += $(FATE_LIBSWSCALE-yes)
 FATE_LIBSWSCALE_SAMPLES += $(FATE_LIBSWSCALE_SAMPLES-yes)
 FATE-$(CONFIG_SWSCALE) += $(FATE_LIBSWSCALE)
diff --git a/tests/ref/fate/sws-ops-list b/tests/ref/fate/sws-ops-list
new file mode 100644
index 0000000000..f77c60fde3
--- /dev/null
+++ b/tests/ref/fate/sws-ops-list
@@ -0,0 +1 @@
+e124847bc6663ca538b784de17bf42f0

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to