[vlc-commits] thumbnail: disable broken test

Rémi Denis-Courmont git at videolan.org
Sat Nov 17 15:27:27 CET 2018


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Nov 17 16:26:10 2018 +0200| [a84f216031f4001aebd6b9b1685fd566a7379650] | committer: Rémi Denis-Courmont

thumbnail: disable broken test

This test never passed. Fix build.

test_src_input_thumbnail: ../../test/src/input/thumbnail.c:78: thumbnailer_callback: Assertion `thumbnail->format.i_chroma == VLC_CODEC_RGB32' failed.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a84f216031f4001aebd6b9b1685fd566a7379650
---

 test/Makefile.am | 1 -
 1 file changed, 1 deletion(-)

diff --git a/test/Makefile.am b/test/Makefile.am
index cd709ef232..d5e1ed27b6 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -26,7 +26,6 @@ check_PROGRAMS = \
 	test_src_misc_variables \
 	test_src_input_stream \
 	test_src_input_stream_fifo \
-	test_src_input_thumbnail \
 	test_src_input_player \
 	test_src_interface_dialog \
 	test_src_misc_bits \



More information about the vlc-commits mailing list