[Bug 746465] validate: add valgrind support

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Mar 19 09:29:27 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=746465

Thibault Saunier <tsaunier at gnome.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #299851|none                        |needs-work
             status|                            |

--- Comment #6 from Thibault Saunier <tsaunier at gnome.org> ---
Review of attachment 299851:
 --> (https://bugzilla.gnome.org/review?bug=746465&attachment=299851)

::: validate/launcher/baseclasses.py
@@ +565,3 @@
+    def get_valgrind_suppressions(self):
+        # Are we running from sources?
+        p = os.path.join('common', 'gst.supp')

You should base yourself on __file__ rather than $PWD

@@ +569,3 @@
+            return p
+
+        # TODO: do we want to install gst.supp and try using it from $prefix?

We could install it into share/gstreamer-1.0/ or something like that maybe?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list