This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 20b0a4faaaf003050f84f63887c8fd8902d739fa Author: Ramiro Polla <[email protected]> AuthorDate: Thu Apr 16 17:21:48 2026 +0200 Commit: Ramiro Polla <[email protected]> CommitDate: Fri Jun 5 22:37:18 2026 +0200 tests/fate: add fate-sws-unstable test The fate test for unscaled conversions (fate-sws-unscaled) does not test the filtering (scaling) paths. This commit adds a test for all the scaling paths for the new swscale code, but only runs 2% of the tests (otherwise this test alone would take about two and a half minutes on a modern x86_64 machine). Sponsored-by: Sovereign Tech Fund Signed-off-by: Ramiro Polla <[email protected]> --- tests/fate/libswscale.mak | 5 +++++ tests/ref/fate/{ffmpeg-error-rate-fail => sws-unstable} | 0 2 files changed, 5 insertions(+) diff --git a/tests/fate/libswscale.mak b/tests/fate/libswscale.mak index ae20d90007..ff6bd2edba 100644 --- a/tests/fate/libswscale.mak +++ b/tests/fate/libswscale.mak @@ -36,6 +36,11 @@ FATE_LIBSWSCALE-$(CONFIG_UNSTABLE) += fate-sws-unscaled fate-sws-unscaled: libswscale/tests/swscale$(EXESUF) fate-sws-unscaled: CMD = run libswscale/tests/swscale$(EXESUF) -scaler none -backends unstable -v 16 +# Run only 2% of swscale tests to keep the run time short, and only check for failure +FATE_LIBSWSCALE-$(CONFIG_UNSTABLE) += fate-sws-unstable +fate-sws-unstable: libswscale/tests/swscale$(EXESUF) +fate-sws-unstable: CMD = run libswscale/tests/swscale$(EXESUF) -backends unstable -p 0.02 -v 16 + ifneq ($(HAVE_BIGENDIAN),yes) # Disable on big endian because big endian platforms generate different op # lists for le vs be formats; this breaks the checksum otherwise diff --git a/tests/ref/fate/ffmpeg-error-rate-fail b/tests/ref/fate/sws-unstable similarity index 100% copy from tests/ref/fate/ffmpeg-error-rate-fail copy to tests/ref/fate/sws-unstable _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
