tests/check/: so that FC4 buildslaves can pass.
authorMichael Smith <msmith@xiph.org>
Mon, 10 Apr 2006 20:32:46 +0000 (20:32 +0000)
committerMichael Smith <msmith@xiph.org>
Mon, 10 Apr 2006 20:32:46 +0000 (20:32 +0000)
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.

ChangeLog
tests/check/Makefile.am
tests/check/gst-plugins-base.supp [new file with mode: 0644]

index 0b34082..a9c3a8a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
index 89cc421..5d10a60 100644 (file)
@@ -60,7 +60,7 @@ LDADD = $(GST_OBJ_LIBS) $(GST_CHECK_LIBS) $(CHECK_LIBS)
 # valgrind testing
 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 = \
        $(top_builddir)/gst-libs/gst/cdda/libgstcdda-@GST_MAJORMINOR@.la \
@@ -69,3 +69,5 @@ libs_cddabasesrc_LDADD = \
 libs_cddabasesrc_CFLAGS = \
        -I$(top_srcdir)/gst-libs \
        $(CFLAGS) $(AM_CFLAGS)
+
+EXTRA_DIST = gst-plugins-base.supp
diff --git a/tests/check/gst-plugins-base.supp b/tests/check/gst-plugins-base.supp
new file mode 100644 (file)
index 0000000..8b5a0ee
--- /dev/null
@@ -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
+}
+