mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-27 09:38:17 +00:00
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.
This commit is contained in:
parent
c65dce22a0
commit
b1c1a6fd12
4 changed files with 53 additions and 4 deletions
|
@ -1,3 +1,11 @@
|
|||
2008-01-18 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* 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 <slomo@circular-chaos.org>
|
||||
|
||||
* tests/check/Makefile.am:
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 0efbab89d333b5d07cc7da1a501c38edf5bb4f72
|
||||
Subproject commit a78a9496c0c8cd815dda3d8d6127f0a654665abf
|
|
@ -73,9 +73,8 @@ check_PROGRAMS = \
|
|||
elements/rganalysis \
|
||||
elements/rglimiter \
|
||||
elements/rgvolume \
|
||||
elements/y4menc
|
||||
|
||||
# elements/spectrum
|
||||
elements/y4menc \
|
||||
elements/spectrum
|
||||
|
||||
TESTS = $(check_PROGRAMS)
|
||||
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue