mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-27 18:50:48 +00:00
validate:check: Fix some mistakes translating regex from gitlab-ci.yml
This commit is contained in:
parent
d3bfe92298
commit
fe6443090c
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ LONG_VALGRIND_TESTS = [
|
|||
(r'check.gst-plugins-base.elements_appsrc.test_appsrc_block_deadlock$', '265.595s'),
|
||||
(r'check.gst-plugins-base.elements_audioresample.test_fft$', '91.247s'),
|
||||
(r'check.gst-plugins-base.elements_audioresample.test_timestamp_drift$', '141.784s'),
|
||||
(r'check.gst-plugins-base.elements-videoscale$', 'superlong'),
|
||||
(r'check.gst-plugins-base.elements-videoscale.*', 'superlong'),
|
||||
(r'check.gst-plugins-base.libs_video.test_overlay_blend$', '74.096s'),
|
||||
(r'check.gst-plugins-base.libs_video.test_video_color_convert$', '345.271s'),
|
||||
(r'check.gst-plugins-base.libs_video.test_video_formats$', '70.987s'),
|
||||
|
@ -53,7 +53,7 @@ LONG_VALGRIND_TESTS = [
|
|||
(r'check.gst-plugins-base.elements_videotestsrc.test_patterns_are_deterministic$', '?'),
|
||||
(r'check.gst-plugins-good.elements_shapewipe.test_general$', '325s'),
|
||||
(r'check.gst-plugins-good.elements_videocrop.test_cropping$', '245s'),
|
||||
(r'check.gst-plugins-good.elements_videomixer$', '30s (alsodeprecated)'),
|
||||
(r'check.gst-plugins-good.elements_videomixer.*', '30s (alsodeprecated)'),
|
||||
(r'check.gst-plugins-good.elements_rtp_payloading.rtp_jpeg_packet_loss$', '109s'),
|
||||
(r'check.gst-plugins-good.elements_videomixer.test_play_twice_then_add_and_play_again$', '55s'),
|
||||
(r'check.gst-plugins-good.pipelines_effectv.test_quarktv$', '53s'),
|
||||
|
|
Loading…
Reference in a new issue