From 240cd1734dce36a2777e69d82f3db016033d3b4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 11 Aug 2009 09:00:37 +0100 Subject: checks: disable unit tests that are flaky or don't work with core git camerabin test seems to time out with core git, so disabling because chances are the problem is in the test and the core git stuff will be released before we can fix the code in the test. neonhttpsrc unit test is a bit flaky, it tends to fail the first time when called (the host/url it checks for seems to be down as well/anyway). --- tests/check/Makefile.am | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'tests/check/Makefile.am') diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 1fc64c54..21e291a1 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -78,18 +78,25 @@ VALGRIND_TO_FIX = \ VALGRIND_TESTS_DISABLE = \ $(VALGRIND_TO_FIX) +# these tests don't even pass +# camerabin: temporarily disabled because it fails with current core -git +# (which will be release before the next -bad release though, and chances are +# changes to fix this are needed in the camerabin test) +# neon: too flaky (almost always fails 'the first time') +noinst_PROGRAMS = \ + $(check_neon) \ + elements/camerabin + check_PROGRAMS = \ generic/states \ $(check_mpeg2enc) \ $(check_mplex) \ - $(check_neon) \ $(check_ofa) \ $(check_timidity) \ $(check_kate) \ elements/aacparse \ elements/amrparse \ elements/asfmux \ - elements/camerabin \ elements/legacyresample \ elements/qtmux \ elements/rtpbin \ -- cgit v1.2.1 From a6912096cdecd5bc9dc6d91b916ba3f6960d03de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 11 Aug 2009 02:46:54 +0100 Subject: Move rtpmanager from -bad to -good. --- tests/check/Makefile.am | 9 --------- 1 file changed, 9 deletions(-) (limited to 'tests/check/Makefile.am') diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 21e291a1..3a2d92ff 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -99,8 +99,6 @@ check_PROGRAMS = \ elements/asfmux \ elements/legacyresample \ elements/qtmux \ - elements/rtpbin \ - elements/rtpbin_buffer_list \ elements/selector \ elements/shapewipe \ elements/mxfdemux \ @@ -125,13 +123,6 @@ elements_camerabin_LDADD = \ -lgstinterfaces-@GST_MAJORMINOR@ elements_camerabin_SOURCES = elements/camerabin.c -elements_rtpbin_buffer_list_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) \ - $(ERROR_CFLAGS) $(GST_CHECK_CFLAGS) -elements_rtpbin_buffer_list_LDADD = $(GST_PLUGINS_BASE_LIBS) \ - -lgstnetbuffer-@GST_MAJORMINOR@ -lgstrtp-@GST_MAJORMINOR@ \ - $(GST_BASE_LIBS) $(GST_LIBS_LIBS) $(GST_CHECK_LIBS) -elements_rtpbin_buffer_list_SOURCES = elements/rtpbin_buffer_list.c - elements_timidity_CFLAGS = $(GST_BASE_CFLAGS) $(AM_CFLAGS) elements_timidity_LDADD = $(GST_BASE_LIBS) $(LDADD) -- cgit v1.2.1