diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-01-18 09:54:59 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-01-18 09:54:59 +0000 |
commit | b1c1a6fd12de77317bd272ec75f5bdaa0a92f493 (patch) | |
tree | 5d5043de0f9e3bc565faed8adf5ac641101969ac /tests | |
parent | c65dce22a023d6e4700644164f162b391e4e8f7b (diff) | |
download | gst-plugins-bad-b1c1a6fd12de77317bd272ec75f5bdaa0a92f493.tar.gz gst-plugins-bad-b1c1a6fd12de77317bd272ec75f5bdaa0a92f493.tar.bz2 gst-plugins-bad-b1c1a6fd12de77317bd272ec75f5bdaa0a92f493.zip |
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.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/check/Makefile.am | 5 | ||||
-rw-r--r-- | tests/check/gst-plugins-bad.supp | 42 |
2 files changed, 44 insertions, 3 deletions
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 } + +{ + <suppression for a singleton in GIO that can't be cleaned up> + 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 +} + +{ + <suppression for a singleton in GIO that can't be cleaned up> + 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 +} + |