[vlc-devel] commit: test: Disable test_media_list_player as it deadlocks. (Pierre d' Herbemont )

git version control git at videolan.org
Wed Aug 19 12:02:33 CEST 2009


vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Wed Aug 19 11:42:53 2009 +0200| [3403c4274410115dbe5ce282aa8b045f8aedb002] | committer: Pierre d'Herbemont 

test: Disable test_media_list_player as it deadlocks.

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

 test/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/test/Makefile.am b/test/Makefile.am
index 5b4cc5d..fd641ab 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -11,14 +11,15 @@ check_PROGRAMS = \
 	test_libvlc_core \
 	test_libvlc_events \
 	test_libvlc_media_list \
-	test_libvlc_media_list_player \
 	test_libvlc_media_player \
 	test_src_misc_variables \
         $(NULL)
 
 # Disabled test:
 # meta: No suitable test file
+# media_list_player: deadlocks.
 EXTRA_PROGRAMS = \
+	test_libvlc_media_list_player \
 	test_libvlc_meta \
 	test_dummy \
 	$(NULL)




More information about the vlc-devel mailing list