From b1c1a6fd12de77317bd272ec75f5bdaa0a92f493 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 18 Jan 2008 09:54:59 +0000 Subject: tests/check/Makefile.am: Enable spectrum test again. Original commit message from CVS: * tests/check/Makefile.am: Enable spectrum test again. * tests/check/gst-plugins-bad.supp: Add suppressions for a singleton in GIO that can't be freed. --- ChangeLog | 8 ++++++++ common | 2 +- tests/check/Makefile.am | 5 ++--- tests/check/gst-plugins-bad.supp | 42 ++++++++++++++++++++++++++++++++++++++++ 4 files changed, 53 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index f9443eab..8d08b99d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-01-18 Sebastian Dröge + + * tests/check/Makefile.am: + Enable spectrum test again. + + * tests/check/gst-plugins-bad.supp: + Add suppressions for a singleton in GIO that can't be freed. + 2008-01-18 Sebastian Dröge * tests/check/Makefile.am: diff --git a/common b/common index 0efbab89..a78a9496 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 0efbab89d333b5d07cc7da1a501c38edf5bb4f72 +Subproject commit a78a9496c0c8cd815dda3d8d6127f0a654665abf diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index aabe7887..b0e3c804 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -73,9 +73,8 @@ check_PROGRAMS = \ elements/rganalysis \ elements/rglimiter \ elements/rgvolume \ - elements/y4menc - -# elements/spectrum + elements/y4menc \ + elements/spectrum TESTS = $(check_PROGRAMS) diff --git a/tests/check/gst-plugins-bad.supp b/tests/check/gst-plugins-bad.supp index 93d50de8..7e4b9776 100644 --- a/tests/check/gst-plugins-bad.supp +++ b/tests/check/gst-plugins-bad.supp @@ -7,3 +7,45 @@ fun:ne_addr_resolve fun:ne_begin_request } + +{ + + Memcheck:Leak + fun:realloc + obj:* + obj:* + obj:* + obj:* + obj:* + obj:* + obj:* + obj:* + obj:* + fun:g_type_create_instance + fun:g_object_constructor + fun:g_object_newv + fun:g_object_new_valist + fun:g_object_new + fun:get_default_vfs + fun:g_once_impl + fun:g_vfs_get_default +} + +{ + + Memcheck:Leak + fun:malloc + obj:* + obj:* + obj:* + obj:* + fun:g_type_create_instance + fun:g_object_constructor + fun:g_object_newv + fun:g_object_new_valist + fun:g_object_new + fun:get_default_vfs + fun:g_once_impl + fun:g_vfs_get_default +} + -- cgit v1.2.1