mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 18:35:35 +00:00
tests/check/: so that FC4 buildslaves can pass.
Original commit message from CVS: * tests/check/Makefile.am: * tests/check/gst-plugins-base.supp: Suppress an old libtheora bug (fixed in more recent versions), so that FC4 buildslaves can pass.
This commit is contained in:
parent
c4c0040e10
commit
379ec9339f
3 changed files with 22 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2006-04-10 Michael Smith <msmith@fluendo.com>
|
||||||
|
|
||||||
|
* tests/check/Makefile.am:
|
||||||
|
* tests/check/gst-plugins-base.supp:
|
||||||
|
Suppress an old libtheora bug (fixed in more recent versions), so
|
||||||
|
that FC4 buildslaves can pass.
|
||||||
|
|
||||||
2006-04-10 Wim Taymans <wim@fluendo.com>
|
2006-04-10 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
* ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
|
* ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
|
||||||
|
|
|
@ -60,7 +60,7 @@ LDADD = $(GST_OBJ_LIBS) $(GST_CHECK_LIBS) $(CHECK_LIBS)
|
||||||
# valgrind testing
|
# valgrind testing
|
||||||
VALGRIND_TESTS_DISABLE = $(VALGRIND_TO_FIX)
|
VALGRIND_TESTS_DISABLE = $(VALGRIND_TO_FIX)
|
||||||
|
|
||||||
SUPPRESSIONS = $(top_srcdir)/common/gst.supp
|
SUPPRESSIONS = $(top_srcdir)/common/gst.supp $(srcdir)/gst-plugins-base.supp
|
||||||
|
|
||||||
libs_cddabasesrc_LDADD = \
|
libs_cddabasesrc_LDADD = \
|
||||||
$(top_builddir)/gst-libs/gst/cdda/libgstcdda-@GST_MAJORMINOR@.la \
|
$(top_builddir)/gst-libs/gst/cdda/libgstcdda-@GST_MAJORMINOR@.la \
|
||||||
|
@ -69,3 +69,5 @@ libs_cddabasesrc_LDADD = \
|
||||||
libs_cddabasesrc_CFLAGS = \
|
libs_cddabasesrc_CFLAGS = \
|
||||||
-I$(top_srcdir)/gst-libs \
|
-I$(top_srcdir)/gst-libs \
|
||||||
$(CFLAGS) $(AM_CFLAGS)
|
$(CFLAGS) $(AM_CFLAGS)
|
||||||
|
|
||||||
|
EXTRA_DIST = gst-plugins-base.supp
|
||||||
|
|
12
tests/check/gst-plugins-base.supp
Normal file
12
tests/check/gst-plugins-base.supp
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
# A suppression for an old bug in libtheora (fixed in more recent versions,
|
||||||
|
# but some of our buildslaves still have this)
|
||||||
|
{
|
||||||
|
<Leaky libtheora>
|
||||||
|
Memcheck:Leak
|
||||||
|
fun:realloc
|
||||||
|
fun:oggpackB_write
|
||||||
|
fun:EncodeData
|
||||||
|
obj:/usr/lib/libtheora.so*
|
||||||
|
fun:theora_encode_YUVin
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue