Skip to content
Snippets Groups Projects
Commit fe644309 authored by Thibault Saunier's avatar Thibault Saunier :cactus:
Browse files

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

parent d3bfe922
No related branches found
No related tags found
No related merge requests found
......@@ -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'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment