mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
dev-tools: Add glib valgrind suppressions
The local glib subproject doesn't exist so the glib/glib.supp file cannot be included. As it is needed for the do_lookup_by_name() function call, let's add the system wide suppression file so that its version matches the installed glib version. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5434>
This commit is contained in:
parent
3796ee2466
commit
78e40a018f
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ class GstCheckTest(MesonTest):
|
|||
def get_valgrind_suppressions(self):
|
||||
result = super().get_valgrind_suppressions()
|
||||
result.extend(get_gst_build_valgrind_suppressions())
|
||||
result.append("/usr/share/glib-2.0/valgrind/glib.supp")
|
||||
|
||||
return result
|
||||
|
||||
|
|
Loading…
Reference in a new issue