mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
validate:launcher: Add python suppression files
This commit is contained in:
parent
d053a07706
commit
0a56447bcc
1 changed files with 4 additions and 1 deletions
|
@ -347,7 +347,10 @@ def get_gst_build_valgrind_suppressions():
|
|||
"gst-devtools/validate/data/gstvalidate.supp",
|
||||
"libnice/tests/libnice.supp",
|
||||
"libsoup/tests/libsoup.supp",
|
||||
"glib/glib.supp"]:
|
||||
"glib/glib.supp",
|
||||
"gst-python/testsuite/gstpython.supp",
|
||||
"gst-python/testsuite/python.supp",
|
||||
]:
|
||||
suppression = os.path.join(config.SRCDIR, "subprojects", suppression_path)
|
||||
if os.path.exists(suppression):
|
||||
get_gst_build_valgrind_suppressions.data.append(suppression)
|
||||
|
|
Loading…
Reference in a new issue