mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
ci: Fail tests if we forget to checkout expectation files
And add missing expectation files Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7400>
This commit is contained in:
parent
3c7f9c0fab
commit
87c69e5174
3 changed files with 26 additions and 0 deletions
|
@ -25,6 +25,7 @@ echo "-> Running $tests"
|
|||
--mute \
|
||||
--shuffle \
|
||||
--no-display \
|
||||
--validate-generate-expectations=disabled \
|
||||
--meson-no-rebuild \
|
||||
--timeout-factor "$timeout" \
|
||||
--fail-on-testlist-change \
|
||||
|
|
|
@ -154,6 +154,7 @@ BLACKLIST = [
|
|||
(r'check.gst-plugins-bad.elements_curlhttpsrc.test_multiple_http_requests$', 'https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/788'),
|
||||
(r'check.gst-plugins-good.elements_rtpsession.test_multiple_senders_roundrobin_rbs$', 'https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/789'),
|
||||
(r'check.gst-plugins-bad.elements_shm.test_shm_live$', 'https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/790'),
|
||||
(r'check.gst-plugins-bad.validate.autovideoconvert.renegotiate$', ''),
|
||||
(r'check.gst-plugins-good.elements_splitmux.test_splitmuxsink_async$', '[FIXME -- SHOULD BE FIXED] https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/791'),
|
||||
(r'check.gst-plugins-bad.elements_netsim.netsim_stress$', 'https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/792'),
|
||||
(r'check.gst-editing-services.nle_complex.test_one_expandable_another$', 'https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/793'),
|
||||
|
|
|
@ -0,0 +1,24 @@
|
|||
event stream-start: GstEventStreamStart, flags=(GstStreamFlags)GST_STREAM_FLAG_NONE;
|
||||
event caps: video/x-raw(memory:GLMemory), format=(string)RGBA, framerate=(fraction)30/1, height=(int)240, texture-target=(string)2D, width=(int)320;
|
||||
event segment: format=TIME, start=0:00:00.000000000, offset=0:00:00.000000000, stop=none, time=0:00:00.000000000, base=0:00:00.000000000, position=0:00:00.000000000
|
||||
buffer: pts=0:00:00.000000000, dur=0:00:00.033333333, flags=discont
|
||||
buffer: pts=0:00:00.033333333, dur=0:00:00.033333333
|
||||
buffer: pts=0:00:00.066666666, dur=0:00:00.033333334
|
||||
|
||||
CHECKPOINT: Setup capsfilter caps=video/x-raw
|
||||
|
||||
event caps: video/x-raw, format=(string)RGBA, framerate=(fraction)30/1, height=(int)240, width=(int)320;
|
||||
buffer: pts=0:00:00.100000000, dur=0:00:00.033333333
|
||||
buffer: pts=0:00:00.133333333, dur=0:00:00.033333333
|
||||
|
||||
CHECKPOINT: Setup capsfilter caps=video/x-raw(memory:GLMemory)
|
||||
|
||||
event caps: video/x-raw(memory:GLMemory), format=(string)RGBA, framerate=(fraction)30/1, height=(int)240, texture-target=(string)2D, width=(int)320;
|
||||
buffer: pts=0:00:00.166666666, dur=0:00:00.033333334
|
||||
buffer: pts=0:00:00.200000000, dur=0:00:00.033333333
|
||||
|
||||
CHECKPOINT: Setup capsfilter caps=video/x-raw
|
||||
|
||||
event caps: video/x-raw, format=(string)RGBA, framerate=(fraction)30/1, height=(int)240, width=(int)320;
|
||||
buffer: pts=0:00:00.233333333, dur=0:00:00.033333333
|
||||
buffer: pts=0:00:00.266666666, dur=0:00:00.033333334
|
Loading…
Reference in a new issue