mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 15:08:53 +00:00
validate: check: Fix known-not-leaky to work
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3940>
This commit is contained in:
parent
264a57dabe
commit
100497df20
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ import os
|
||||||
|
|
||||||
TEST_MANAGER = "check"
|
TEST_MANAGER = "check"
|
||||||
|
|
||||||
KNOWN_NOT_LEAKY = r'^check.gst-devtools.*|^check.gstreamer.*|^check-gst-plugins-base|^check.gst-plugins-ugly|^check.gst-plugins-good'
|
KNOWN_NOT_LEAKY = r'^gst-devtools.*|^gstreamer.*|^gst-plugins-base|^gst-plugins-ugly|^gst-plugins-good'
|
||||||
|
|
||||||
# These tests take very long compared to what they add, so let's skip them.
|
# These tests take very long compared to what they add, so let's skip them.
|
||||||
LONG_VALGRIND_TESTS = [
|
LONG_VALGRIND_TESTS = [
|
||||||
|
|
Loading…
Reference in a new issue