Skip to content

Fix typo and regular expression for KNOWN_NOT_LEAKY

kwange e requested to merge ekwange/gst-devtools:gstcheck-testsuites into master

if re.findall(self.options.gst_check_leak_trace_testnames, testname):

There is no prefixed 'check.' in testname. So remove all 'check.' from KNOWN_NOT_LEAKY.

@thiblahute, One question is that gstreamer-vaapi is included in known-not-leaky because of ^gstreamer.*. Is it intended?

Merge request reports