summaryrefslogtreecommitdiffstats
path: root/tests/check
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-02-22 06:42:28 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-02-22 06:42:28 +0000
commitb4ec0f41568d28f58f41ee1abcb823432126cf5d (patch)
treeb363f7050882ffb2647fd70618aa7048f4e00c47 /tests/check
parentebdf0b8bd0e14dfbdfba0edd73a285e3a93f0aa8 (diff)
downloadgst-plugins-bad-b4ec0f41568d28f58f41ee1abcb823432126cf5d.tar.gz
gst-plugins-bad-b4ec0f41568d28f58f41ee1abcb823432126cf5d.tar.bz2
gst-plugins-bad-b4ec0f41568d28f58f41ee1abcb823432126cf5d.zip
tests/check/gst-plugins-bad.supp: Add suppressions for SoundTouch valgrind warnings and a valgrind warning caused by ...
Original commit message from CVS: * tests/check/gst-plugins-bad.supp: Add suppressions for SoundTouch valgrind warnings and a valgrind warning caused by the LADSPA sine plugin and happening on every exit(). Remove GIO suppressions as it's now in -base.
Diffstat (limited to 'tests/check')
-rw-r--r--tests/check/gst-plugins-bad.supp56
1 files changed, 21 insertions, 35 deletions
diff --git a/tests/check/gst-plugins-bad.supp b/tests/check/gst-plugins-bad.supp
index 7e4b9776..6d9d1376 100644
--- a/tests/check/gst-plugins-bad.supp
+++ b/tests/check/gst-plugins-bad.supp
@@ -9,43 +9,29 @@
}
{
- <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
+ <Soundtouch valgrind warning>
+ Memcheck:Cond
+ fun:_ZN10soundtouch9TDStretch8setTempoEf
+ fun:_ZN10soundtouch9TDStretch13setParametersEjjjj
+ fun:_ZN10soundtouch9TDStretchC1Ev
+ fun:_ZN10soundtouch9TDStretch11newInstanceEv
+ fun:_ZN10soundtouch10SoundTouchC1Ev
}
{
- <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
+ <Soundtouch valgrind warning>
+ Memcheck:Cond
+ fun:_ZN10soundtouch9TDStretch8setTempoEf
+ fun:_ZN10soundtouch9TDStretch13setParametersEjjjj
+ fun:_ZN10soundtouch9TDStretchC1Ev
+ fun:_ZN10soundtouch9TDStretch11newInstanceEv
+ fun:_ZN10soundtouch10SoundTouchC1Ev
+}
+
+{
+ <the LADSPA sine plugin produces this on every exit() it seems >
+ Memcheck:Free
+ fun:_ZdaPv
+ obj:/usr/lib/ladspa/sine.so
}