validate:check: Fix some mistakes translating regex from gitlab-ci.yml

This commit is contained in:
Thibault Saunier 2019-04-17 16:46:31 -04:00
parent d3bfe92298
commit fe6443090c

View file

@ -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'),