mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
check: Add valgrind leak exception for glcolorconvert
The following commit will add a test triggering a leak in GLX / the driver. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5948>
This commit is contained in:
parent
7e71d4f753
commit
46259c634b
1 changed files with 1 additions and 0 deletions
|
@ -98,6 +98,7 @@ VALGRIND_BLACKLIST = [
|
|||
(r'check.gst-plugins-good.elements_rtpjitterbuffer.test_push_backward_seq', 'flaky in valgrind'),
|
||||
(r'check.gst-plugins-good.elements_rtpjitterbuffer.test_push_unordered', 'flaky in valgrind'),
|
||||
(r'check.gst-plugins-bad.elements_assrender', '?'),
|
||||
(r'check.gst-plugins-bad.elements_autovideoconvert.test_autovideoconvert_videoconvert', 'Leak with GLX, https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/3216'),
|
||||
(r'check.gst-plugins-bad.elements_camerabin', '?'),
|
||||
(r'check.gst-plugins-bad.elements_line21', '?'),
|
||||
(r'check.gst-plugins-bad.elements_mpeg2enc', '?'),
|
||||
|
|
Loading…
Reference in a new issue