This is an automated email from the git hooks/post-receive script.
Git pushed a commit to branch master
in repository ffmpeg.
The following commit(s) were added to refs/heads/master by this push:
new 2e79453549 tests/fate/id3v2: don't use a reference file for
fate-id3v2-invalid-tags
2e79453549 is described below
commit 2e794535495e72e78264f0112b2bd0cb67115e5a
Author: James Almer <[email protected]>
AuthorDate: Thu Jan 8 21:46:34 2026 -0300
Commit: Martin Storsjö <[email protected]>
CommitDate: Mon Feb 9 14:04:22 2026 +0000
tests/fate/id3v2: don't use a reference file for fate-id3v2-invalid-tags
This fixes running the test under Valgrind, where more, unrelated lines are
printed, making the comparison fail.
Signed-off-by: James Almer <[email protected]>
---
tests/fate/id3v2.mak | 3 ++-
tests/ref/fate/id3v2-invalid-tags | 1 -
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/fate/id3v2.mak b/tests/fate/id3v2.mak
index 1893556103..a3040e9759 100644
--- a/tests/fate/id3v2.mak
+++ b/tests/fate/id3v2.mak
@@ -2,7 +2,8 @@ FATE_ID3V2_FFPROBE-$(CONFIG_MP3_DEMUXER) += fate-id3v2-priv
fate-id3v2-priv: CMD = probetags $(TARGET_SAMPLES)/id3v2/id3v2_priv.mp3
FATE_ID3V2_FFMPEG-$(CONFIG_MP3_DEMUXER) += fate-id3v2-invalid-tags
-fate-id3v2-invalid-tags: CMD = run $(FFMPEG) -nostdin -hide_banner -loglevel
fatal -i $(TARGET_SAMPLES)/id3v2/invalid-tags.mp3 -f null - 2>&1 || true
+fate-id3v2-invalid-tags: CMD = run $(FFMPEG) -nostdin -hide_banner -i
$(TARGET_SAMPLES)/id3v2/invalid-tags.mp3 -f null - || true
+fate-id3v2-invalid-tags: CMP = null
FATE_ID3V2_FFMPEG_FFPROBE-$(call REMUX, MP3) += fate-id3v2-priv-remux
fate-id3v2-priv-remux: CMD = transcode mp3
$(TARGET_SAMPLES)/id3v2/id3v2_priv.mp3 mp3 "-c copy" "-c copy -t 0.1"
"-show_entries format_tags"
diff --git a/tests/ref/fate/id3v2-invalid-tags
b/tests/ref/fate/id3v2-invalid-tags
deleted file mode 100644
index a79ba0cf87..0000000000
--- a/tests/ref/fate/id3v2-invalid-tags
+++ /dev/null
@@ -1 +0,0 @@
-Error opening input files: Invalid data found when processing input
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]