mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
tests: Blacklist some tests that recently failed
See: - https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/739 - https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/740 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/927>
This commit is contained in:
parent
e1271c0d9c
commit
9f13ee5b0e
1 changed files with 2 additions and 0 deletions
|
@ -88,6 +88,8 @@ VALGRIND_BLACKLIST = [
|
|||
(r'check.gst-plugins-base.elements_gl', 'driver leaks / memory access'),
|
||||
(r'check.gst-plugins-base.elements_libvisual', 'uninitialized memory access'),
|
||||
(r'check.gst-plugins-base.generic_states', 'need to add gl elements to ignore list but only if using valgrind'),
|
||||
(r'check.gst-plugins-good.elements_udpsrc.test_udpsrc_empty_packet$', 'https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/740'),
|
||||
(r'check.gst-plugins-good.elements_splitmuxsrc.test_splitmuxsrc_sparse_streams', 'https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/739'),
|
||||
(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', '?'),
|
||||
|
|
Loading…
Reference in a new issue