summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2019-03-16 21:49:22 -0300
committerThibault Saunier <tsaunier@igalia.com>2019-03-25 09:28:23 -0300
commit6710ba4b1999aa5710d023e4d8f0bff6d91c6666 (patch)
tree3a885f3466dcc6426c508ac75bb5e8237ccae2ca
parentdfacd9be9cf150413ee977e7df2314eb8b2508af (diff)
Port bugs URLs to gitlab
-rw-r--r--testsuites/adaptive.py6
-rw-r--r--testsuites/ges.py2
-rw-r--r--testsuites/validate.py10
-rw-r--r--testsuites/validate_known_issues.py14
-rw-r--r--testsuites/validateelements.py502
5 files changed, 505 insertions, 29 deletions
diff --git a/testsuites/adaptive.py b/testsuites/adaptive.py
index ad8b46e..dc60aa8 100644
--- a/testsuites/adaptive.py
+++ b/testsuites/adaptive.py
@@ -30,10 +30,10 @@ TEST_MANAGER = "validate"
BLACKLIST = [
('validate.dash.playback.trick_mode_seeks.DASHIF_TestCases_2a_qualcomm_1_MultiResMPEG2',
- 'https://bugzilla.gnome.org/show_bug.cgi?id=781313'),
+ 'https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/545'),
('validate.dash.playback.trick_mode_seeks.DASHIF_TestCases_1a_netflix_exMPD_BIP_TC1',
- 'https://bugzilla.gnome.org/show_bug.cgi?id=781313'),
- ]
+ 'https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/545'),
+]
def setup_tests(test_manager, options):
print("Setting up GstValidate Adaptive Streaming test-vectors tests")
diff --git a/testsuites/ges.py b/testsuites/ges.py
index 0820b93..2033657 100644
--- a/testsuites/ges.py
+++ b/testsuites/ges.py
@@ -44,7 +44,7 @@ def setup_tests(test_manager, options):
[
{'summary': 'position after a seek is wrong',
'sometimes': True,
- 'bug': 'https://bugzilla.gnome.org/show_bug.cgi?id=771122'
+ 'bug': 'https://gitlab.freedesktop.org/gstreamer/gst-editing-services/issues/27',
}
],
}
diff --git a/testsuites/validate.py b/testsuites/validate.py
index 9ac2faf..c9a94bd 100644
--- a/testsuites/validate.py
+++ b/testsuites/validate.py
@@ -35,16 +35,16 @@ BLACKLIST = [('validate.file.transcode.to_vorbis_and_vp8_in_webm.GH1_00094_1920x
('validate.testbin.transcode.*',
"Encoding testsrc is not so interesting and the source is now unlimited"),
('validate.file.*.simple.fast_forward.synchronized',
- 'https://bugzilla.gnome.org/show_bug.cgi?id=775102'),
+ 'https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/541'),
('validate.hls.playback.change_state_intensive.*',
- 'https://bugzilla.gnome.org/show_bug.cgi?id=775118'),
+ 'https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/482'),
('validate.rtsp.*playback.switch.*',
- 'https://bugzilla.gnome.org/show_bug.cgi?id=783436'),
+ 'https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/357'),
('validate.rtsp.*playback.*seek.*mxf$|validate.rtsp.*playback.*change_state_intensive.*mxf$',
- 'Actions on MXF streams with rtsp-server fail in racy ways.'
+ 'Actions on MXF streams with rtsp-server fail in racy ways.'
' (Deactivating as it is not very important.)'),
('validate.rtsp.*pal-dv25_mxf$',
- 'File has decoding issues with rtsp-server.'
+ 'File has decoding issues with rtsp-server.'
' (Deactivating as it is not very important.)'),
("(?!.*.media_check.qtdemux-test-frag-basic_zero_dur_no_mehd_mp4).*.qtdemux-test-frag-basic_zero_dur_no_mehd_mp4",
'`qtdemux-test-frag-basic_zero_dur_no_mehd_mp4` is there only for media_check tests.'),
diff --git a/testsuites/validate_known_issues.py b/testsuites/validate_known_issues.py
index 362ac50..162d387 100644
--- a/testsuites/validate_known_issues.py
+++ b/testsuites/validate_known_issues.py
@@ -3,21 +3,21 @@ KNOWN_ISSUES = {
'|validate.dash.playback.*fast.':
[
{
- 'bug': 'https://bugzilla.gnome.org/show_bug.cgi?id=775266',
+ 'bug': 'https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/486',
'detected-on': 'playbin',
'summary': 'We got an ERROR message on the bus',
'level': 'critical',
'sometimes': True,
},
{
- 'bug': 'https://bugzilla.gnome.org/show_bug.cgi?id=775266',
+ 'bug': 'https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/486',
'summary': "flow return from pad push doesn't match expected value",
'details': '.*Wrong combined flow return error.*',
'level': 'critical',
'sometimes': True,
},
{
- 'bug': 'https://bugzilla.gnome.org/show_bug.cgi?id=775266',
+ 'bug': 'https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/486',
'level': 'critical',
'summary': 'The program stopped before some actions were executed',
'sometimes': True,
@@ -26,7 +26,7 @@ KNOWN_ISSUES = {
'validate.http.*.vorbis_theora_1_ogg':
[
{
- 'bug': 'https://bugzilla.gnome.org/show_bug.cgi?id=775107',
+ 'bug': 'https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/311',
'detected-on': 'playbin',
'summary': 'We got an ERROR message on the bus',
'details': '.*No valid frames decoded before end of stream.*',
@@ -41,7 +41,7 @@ KNOWN_ISSUES = {
'sometimes': True,
},
{
- 'bug': 'https://bugzilla.gnome.org/show_bug.cgi?id=775107',
+ 'bug': 'https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/311',
'level': 'critical',
'summary': 'The program stopped before some actions were executed',
'sometimes': True,
@@ -67,14 +67,14 @@ KNOWN_ISSUES = {
'validate.file.playback.scrub_forward_seeking.op2b-mpeg2-wave_hd_mxf':
[
{
- 'bug': 'https://bugzilla.gnome.org/show_bug.cgi?id=796746',
+ 'bug': 'https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/744',
'level': 'critical',
'summary': 'We got an ERROR message on the bus',
'details': '.*Got error: No valid frames decoded before end of stream.*',
"sometimes": True
},
{
- 'bug': 'https://bugzilla.gnome.org/show_bug.cgi?id=796746',
+ 'bug': 'https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/744',
'level': 'critical',
'summary': 'The program stopped before some actions were executed',
"sometimes": True
diff --git a/testsuites/validateelements.py b/testsuites/validateelements.py
index e55fa42..552262a 100644
--- a/testsuites/validateelements.py
+++ b/testsuites/validateelements.py
@@ -33,6 +33,493 @@ from gi.repository import GObject # noqa
TEST_MANAGER = "validate"
+KNOWN_ISSUES = {
+ "validateelements.launch_pipeline.videocropbottom=2147483647.play_15s": [
+ {
+ "issue-id": "runtime::not-negotiated",
+ "summary": "a NOT NEGOTIATED message has been posted on the bus.",
+ "level": "critical",
+ "detected-on": "pipeline0",
+ "sometimes": False,
+ # "details": "Error message posted by: videotestsrc0",
+ },
+ ],
+ "validateelements.launch_pipeline.videocropleft=2147483647.play_15s": [
+ {
+ "issue-id": "runtime::not-negotiated",
+ "summary": "a NOT NEGOTIATED message has been posted on the bus.",
+ "level": "critical",
+ "detected-on": "pipeline0",
+ "sometimes": False,
+ # "details": "Error message posted by: videotestsrc0",
+ },
+ ],
+ "validateelements.launch_pipeline.videocropright=2147483647.play_15s": [
+ {
+ "issue-id": "runtime::not-negotiated",
+ "summary": "a NOT NEGOTIATED message has been posted on the bus.",
+ "level": "critical",
+ "detected-on": "pipeline0",
+ "sometimes": False,
+ # "details": "Error message posted by: videotestsrc0",
+ },
+ ],
+ "validateelements.launch_pipeline.videocroptop=2147483647.play_15s": [
+ {
+ "issue-id": "runtime::not-negotiated",
+ "summary": "a NOT NEGOTIATED message has been posted on the bus.",
+ "level": "critical",
+ "detected-on": "pipeline0",
+ "sometimes": False,
+ # "details": "Error message posted by: videotestsrc0",
+ },
+ ],
+ "validateelements.launch_pipeline.avwaitrecording=False.play_15s": [ {
+ 'bug': 'FIXME - REPORT A BUG in https://gitlab.freedesktop.org/gstreamer/ ? (or remove this line)',
+ 'timeout': True,
+ 'sometimes': True,
+ },
+ ],
+ "validateelements.launch_pipeline.avwaitrecording=True.play_15s": [ {
+ 'bug': 'FIXME - REPORT A BUG in https://gitlab.freedesktop.org/gstreamer/ ? (or remove this line)',
+ 'timeout': True,
+ 'sometimes': True,
+ },
+ ],
+ "validateelements.launch_pipeline.avwaittarget-running-time=0.play_15s": [ {
+ 'bug': 'FIXME - REPORT A BUG in https://gitlab.freedesktop.org/gstreamer/ ? (or remove this line)',
+ 'timeout': True,
+ 'sometimes': True,
+ },
+ ],
+ "validateelements.launch_pipeline.avwaittarget-running-time=18446744073709551615.play_15s": [ {
+ 'bug': 'FIXME - REPORT A BUG in https://gitlab.freedesktop.org/gstreamer/ ? (or remove this line)',
+ 'timeout': True,
+ 'sometimes': True,
+ },
+ ],
+ "validateelements.launch_pipeline.cvsmoothkernel-height=2147483647.play_15s": [ {
+ 'bug': 'FIXME - REPORT A BUG in https://gitlab.freedesktop.org/gstreamer/ ? (or remove this line)',
+ 'timeout': True,
+ 'sometimes': True,
+ },
+ ],
+ "validateelements.launch_pipeline.cvsmoothkernel-width=2147483647.play_15s": [ {
+ 'bug': 'FIXME - REPORT A BUG in https://gitlab.freedesktop.org/gstreamer/ ? (or remove this line)',
+ 'timeout': True,
+ 'sometimes': True,
+ },
+ ],
+ "validateelements.launch_pipeline.rawaudioparsenum-channels=2147483647.play_15s": [
+ {
+ "bug": "FIXME - REPORT A BUG in https://gitlab.freedesktop.org/gstreamer/ ? (or remove this line)",
+ "issue-id": "g-log::critical",
+ "summary": "We got a g_log critical issue",
+ "level": "critical",
+ "detected-on": "pipeline0",
+ # "details": "gst_audio_info_set_format: assertion 'channels <= 64 || position == NULL' failed",
+ },
+ {
+ "bug": "FIXME - REPORT A BUG in https://gitlab.freedesktop.org/gstreamer/ ? (or remove this line)",
+ "issue-id": "runtime::error-on-bus",
+ "summary": "We got an ERROR message on the bus",
+ "level": "critical",
+ "detected-on": "pipeline0",
+ # "details": "Got error: No valid frames found before end of stream -- Debug message: ../subprojects/gstreamer/libs/gst/base/gstbaseparse.c(1371): gst_base_parse_sink_event_default (): /GstPipeline:pipeline0/GstRawAudioParse:rawaudioparse0",
+ },
+ ],
+ "validateelements.launch_pipeline.rawvideoparseframe-size=4294967295.play_15s": [
+ {
+ "bug": "FIXME - REPORT A BUG in https://gitlab.freedesktop.org/gstreamer/ ? (or remove this line)",
+ "issue-id": "runtime::error-on-bus",
+ "summary": "We got an ERROR message on the bus",
+ "level": "critical",
+ "detected-on": "pipeline0",
+ # "details": "Got error: No valid frames found before end of stream -- Debug message: ../subprojects/gstreamer/libs/gst/base/gstbaseparse.c(1371): gst_base_parse_sink_event_default (): /GstPipeline:pipeline0/GstRawVideoParse:rawvideoparse0",
+ },
+ ],
+ "validateelements.launch_pipeline.rawvideoparseheight=0.play_15s": [
+ {
+ "bug": "FIXME - REPORT A BUG in https://gitlab.freedesktop.org/gstreamer/ ? (or remove this line)",
+ "issue-id": "runtime::not-negotiated",
+ "summary": "a NOT NEGOTIATED message has been posted on the bus.",
+ "level": "critical",
+ "detected-on": "pipeline0",
+ # "details": "Error message posted by: rawvideoparse0",
+ },
+ {
+ "bug": "FIXME - REPORT A BUG in https://gitlab.freedesktop.org/gstreamer/ ? (or remove this line)",
+ "issue-id": "runtime::error-on-bus",
+ "summary": "We got an ERROR message on the bus",
+ "level": "critical",
+ "detected-on": "pipeline0",
+ # "details": "Got error: Internal data stream error. -- Debug message: ../subprojects/gstreamer/libs/gst/base/gstbasesrc.c(3064): gst_base_src_loop (): /GstPipeline:pipeline0/GstVideoTestSrc:videotestsrc0:\nstreaming stopped, reason error (-5)",
+ },
+ ],
+ "validateelements.launch_pipeline.rawvideoparseheight=2147483647.play_15s": [
+ {
+ "bug": "FIXME - REPORT A BUG in https://gitlab.freedesktop.org/gstreamer/ ? (or remove this line)",
+ "issue-id": "runtime::not-negotiated",
+ "summary": "a NOT NEGOTIATED message has been posted on the bus.",
+ "level": "critical",
+ "detected-on": "pipeline0",
+ # "details": "Error message posted by: rawvideoparse0",
+ },
+ {
+ "bug": "FIXME - REPORT A BUG in https://gitlab.freedesktop.org/gstreamer/ ? (or remove this line)",
+ "issue-id": "runtime::error-on-bus",
+ "summary": "We got an ERROR message on the bus",
+ "level": "critical",
+ "detected-on": "pipeline0",
+ # "details": "Got error: Internal data stream error. -- Debug message: ../subprojects/gstreamer/libs/gst/base/gstbasesrc.c(3064): gst_base_src_loop (): /GstPipeline:pipeline0/GstVideoTestSrc:videotestsrc0:\nstreaming stopped, reason error (-5)",
+ },
+ ],
+ "validateelements.launch_pipeline.rawvideoparsewidth=0.play_15s": [
+ {
+ "bug": "FIXME - REPORT A BUG in https://gitlab.freedesktop.org/gstreamer/ ? (or remove this line)",
+ "issue-id": "runtime::not-negotiated",
+ "summary": "a NOT NEGOTIATED message has been posted on the bus.",
+ "level": "critical",
+ "detected-on": "pipeline0",
+ # "details": "Error message posted by: rawvideoparse0",
+ },
+ {
+ "bug": "FIXME - REPORT A BUG in https://gitlab.freedesktop.org/gstreamer/ ? (or remove this line)",
+ "issue-id": "runtime::error-on-bus",
+ "summary": "We got an ERROR message on the bus",
+ "level": "critical",
+ "detected-on": "pipeline0",
+ # "details": "Got error: Internal data stream error. -- Debug message: ../subprojects/gstreamer/libs/gst/base/gstbasesrc.c(3064): gst_base_src_loop (): /GstPipeline:pipeline0/GstVideoTestSrc:videotestsrc0:\nstreaming stopped, reason error (-5)",
+ },
+ ],
+ "validateelements.launch_pipeline.rawvideoparsewidth=2147483647.play_15s": [
+ {
+ "bug": "FIXME - REPORT A BUG in https://gitlab.freedesktop.org/gstreamer/ ? (or remove this line)",
+ "issue-id": "runtime::not-negotiated",
+ "summary": "a NOT NEGOTIATED message has been posted on the bus.",
+ "level": "critical",
+ "detected-on": "pipeline0",
+ # "details": "Error message posted by: rawvideoparse0",
+ },
+ {
+ "bug": "FIXME - REPORT A BUG in https://gitlab.freedesktop.org/gstreamer/ ? (or remove this line)",
+ "issue-id": "runtime::error-on-bus",
+ "summary": "We got an ERROR message on the bus",
+ "level": "critical",
+ "detected-on": "pipeline0",
+ # "details": "Got error: Internal data stream error. -- Debug message: ../subprojects/gstreamer/libs/gst/base/gstbasesrc.c(3064): gst_base_src_loop (): /GstPipeline:pipeline0/GstVideoTestSrc:videotestsrc0:\nstreaming stopped, reason error (-5)",
+ },
+ ],
+ "validateelements.launch_pipeline.shapewipeborder=0.0.play_15s": [ {
+ 'bug': 'FIXME - REPORT A BUG in https://gitlab.freedesktop.org/gstreamer/ ? (or remove this line)',
+ 'timeout': True,
+ 'sometimes': True,
+ },
+ ],
+ "validateelements.launch_pipeline.shapewipeborder=1.0.play_15s": [ {
+ 'bug': 'FIXME - REPORT A BUG in https://gitlab.freedesktop.org/gstreamer/ ? (or remove this line)',
+ 'timeout': True,
+ 'sometimes': True,
+ },
+ ],
+ "validateelements.launch_pipeline.shapewipeposition=0.0.play_15s": [ {
+ 'bug': 'FIXME - REPORT A BUG in https://gitlab.freedesktop.org/gstreamer/ ? (or remove this line)',
+ 'timeout': True,
+ 'sometimes': True,
+ },
+ ],
+ "validateelements.launch_pipeline.shapewipeposition=1.0.play_15s": [ {
+ 'bug': 'FIXME - REPORT A BUG in https://gitlab.freedesktop.org/gstreamer/ ? (or remove this line)',
+ 'timeout': True,
+ 'sometimes': True,
+ },
+ ],
+ "validateelements.launch_pipeline.videoraterate=0.0.play_15s": [ {
+ 'bug': 'FIXME - REPORT A BUG in https://gitlab.freedesktop.org/gstreamer/ ? (or remove this line)',
+ 'timeout': True,
+ 'sometimes': True,
+ },
+ ],
+ "validateelements.launch_pipeline.webrtcdspcompression-gain-db=0.play_15s": [
+ {
+ "bug": "FIXME - REPORT A BUG in https://gitlab.freedesktop.org/gstreamer/ ? (or remove this line)",
+ "issue-id": "runtime::error-on-bus",
+ "summary": "We got an ERROR message on the bus",
+ "level": "critical",
+ "detected-on": "pipeline0",
+ # "details": "Got error: No echo probe with name webrtcechoprobe0 found. -- Debug message: ../subprojects/gst-plugins-bad/ext/webrtcdsp/gstwebrtcdsp.cpp(591): gst_webrtc_dsp_start (): /GstPipeline:pipeline0/GstWebrtcDsp:webrtcdsp0",
+ },
+ ],
+ "validateelements.launch_pipeline.webrtcdspcompression-gain-db=9.play_15s": [
+ {
+ "bug": "FIXME - REPORT A BUG in https://gitlab.freedesktop.org/gstreamer/ ? (or remove this line)",
+ "issue-id": "runtime::error-on-bus",
+ "summary": "We got an ERROR message on the bus",
+ "level": "critical",
+ "detected-on": "pipeline0",
+ # "details": "Got error: No echo probe with name webrtcechoprobe0 found. -- Debug message: ../subprojects/gst-plugins-bad/ext/webrtcdsp/gstwebrtcdsp.cpp(591): gst_webrtc_dsp_start (): /GstPipeline:pipeline0/GstWebrtcDsp:webrtcdsp0",
+ },
+ ],
+ "validateelements.launch_pipeline.webrtcdspcompression-gain-db=90.play_15s": [
+ {
+ "bug": "FIXME - REPORT A BUG in https://gitlab.freedesktop.org/gstreamer/ ? (or remove this line)",
+ "issue-id": "runtime::error-on-bus",
+ "summary": "We got an ERROR message on the bus",
+ "level": "critical",
+ "detected-on": "pipeline0",
+ # "details": "Got error: No echo probe with name webrtcechoprobe0 found. -- Debug message: ../subprojects/gst-plugins-bad/ext/webrtcdsp/gstwebrtcdsp.cpp(591): gst_webrtc_dsp_start (): /GstPipeline:pipeline0/GstWebrtcDsp:webrtcdsp0",
+ },
+ ],
+ "validateelements.launch_pipeline.webrtcdspdelay-agnostic=False.play_15s": [
+ {
+ "bug": "FIXME - REPORT A BUG in https://gitlab.freedesktop.org/gstreamer/ ? (or remove this line)",
+ "issue-id": "runtime::error-on-bus",
+ "summary": "We got an ERROR message on the bus",
+ "level": "critical",
+ "detected-on": "pipeline0",
+ # "details": "Got error: No echo probe with name webrtcechoprobe0 found. -- Debug message: ../subprojects/gst-plugins-bad/ext/webrtcdsp/gstwebrtcdsp.cpp(591): gst_webrtc_dsp_start (): /GstPipeline:pipeline0/GstWebrtcDsp:webrtcdsp0",
+ },
+ ],
+ "validateelements.launch_pipeline.webrtcdspdelay-agnostic=True.play_15s": [
+ {
+ "bug": "FIXME - REPORT A BUG in https://gitlab.freedesktop.org/gstreamer/ ? (or remove this line)",
+ "issue-id": "runtime::error-on-bus",
+ "summary": "We got an ERROR message on the bus",
+ "level": "critical",
+ "detected-on": "pipeline0",
+ # "details": "Got error: No echo probe with name webrtcechoprobe0 found. -- Debug message: ../subprojects/gst-plugins-bad/ext/webrtcdsp/gstwebrtcdsp.cpp(591): gst_webrtc_dsp_start (): /GstPipeline:pipeline0/GstWebrtcDsp:webrtcdsp0",
+ },
+ ],
+ "validateelements.launch_pipeline.webrtcdspecho-cancel=True.play_15s": [
+ {
+ "bug": "FIXME - REPORT A BUG in https://gitlab.freedesktop.org/gstreamer/ ? (or remove this line)",
+ "issue-id": "runtime::error-on-bus",
+ "summary": "We got an ERROR message on the bus",
+ "level": "critical",
+ "detected-on": "pipeline0",
+ # "details": "Got error: No echo probe with name webrtcechoprobe0 found. -- Debug message: ../subprojects/gst-plugins-bad/ext/webrtcdsp/gstwebrtcdsp.cpp(591): gst_webrtc_dsp_start (): /GstPipeline:pipeline0/GstWebrtcDsp:webrtcdsp0",
+ },
+ ],
+ "validateelements.launch_pipeline.webrtcdspexperimental-agc=False.play_15s": [
+ {
+ "bug": "FIXME - REPORT A BUG in https://gitlab.freedesktop.org/gstreamer/ ? (or remove this line)",
+ "issue-id": "runtime::error-on-bus",
+ "summary": "We got an ERROR message on the bus",
+ "level": "critical",
+ "detected-on": "pipeline0",
+ # "details": "Got error: No echo probe with name webrtcechoprobe0 found. -- Debug message: ../subprojects/gst-plugins-bad/ext/webrtcdsp/gstwebrtcdsp.cpp(591): gst_webrtc_dsp_start (): /GstPipeline:pipeline0/GstWebrtcDsp:webrtcdsp0",
+ },
+ ],
+ "validateelements.launch_pipeline.webrtcdspexperimental-agc=True.play_15s": [
+ {
+ "bug": "FIXME - REPORT A BUG in https://gitlab.freedesktop.org/gstreamer/ ? (or remove this line)",
+ "issue-id": "runtime::error-on-bus",
+ "summary": "We got an ERROR message on the bus",
+ "level": "critical",
+ "detected-on": "pipeline0",
+ # "details": "Got error: No echo probe with name webrtcechoprobe0 found. -- Debug message: ../subprojects/gst-plugins-bad/ext/webrtcdsp/gstwebrtcdsp.cpp(591): gst_webrtc_dsp_start (): /GstPipeline:pipeline0/GstWebrtcDsp:webrtcdsp0",
+ },
+ ],
+ "validateelements.launch_pipeline.webrtcdspextended-filter=False.play_15s": [
+ {
+ "bug": "FIXME - REPORT A BUG in https://gitlab.freedesktop.org/gstreamer/ ? (or remove this line)",
+ "issue-id": "runtime::error-on-bus",
+ "summary": "We got an ERROR message on the bus",
+ "level": "critical",
+ "detected-on": "pipeline0",
+ # "details": "Got error: No echo probe with name webrtcechoprobe0 found. -- Debug message: ../subprojects/gst-plugins-bad/ext/webrtcdsp/gstwebrtcdsp.cpp(591): gst_webrtc_dsp_start (): /GstPipeline:pipeline0/GstWebrtcDsp:webrtcdsp0",
+ },
+ ],
+ "validateelements.launch_pipeline.webrtcdspextended-filter=True.play_15s": [
+ {
+ "bug": "FIXME - REPORT A BUG in https://gitlab.freedesktop.org/gstreamer/ ? (or remove this line)",
+ "issue-id": "runtime::error-on-bus",
+ "summary": "We got an ERROR message on the bus",
+ "level": "critical",
+ "detected-on": "pipeline0",
+ # "details": "Got error: No echo probe with name webrtcechoprobe0 found. -- Debug message: ../subprojects/gst-plugins-bad/ext/webrtcdsp/gstwebrtcdsp.cpp(591): gst_webrtc_dsp_start (): /GstPipeline:pipeline0/GstWebrtcDsp:webrtcdsp0",
+ },
+ ],
+ "validateelements.launch_pipeline.webrtcdspgain-control=False.play_15s": [
+ {
+ "bug": "FIXME - REPORT A BUG in https://gitlab.freedesktop.org/gstreamer/ ? (or remove this line)",
+ "issue-id": "runtime::error-on-bus",
+ "summary": "We got an ERROR message on the bus",
+ "level": "critical",
+ "detected-on": "pipeline0",
+ # "details": "Got error: No echo probe with name webrtcechoprobe0 found. -- Debug message: ../subprojects/gst-plugins-bad/ext/webrtcdsp/gstwebrtcdsp.cpp(591): gst_webrtc_dsp_start (): /GstPipeline:pipeline0/GstWebrtcDsp:webrtcdsp0",
+ },
+ ],
+ "validateelements.launch_pipeline.webrtcdspgain-control=True.play_15s": [
+ {
+ "bug": "FIXME - REPORT A BUG in https://gitlab.freedesktop.org/gstreamer/ ? (or remove this line)",
+ "issue-id": "runtime::error-on-bus",
+ "summary": "We got an ERROR message on the bus",
+ "level": "critical",
+ "detected-on": "pipeline0",
+ # "details": "Got error: No echo probe with name webrtcechoprobe0 found. -- Debug message: ../subprojects/gst-plugins-bad/ext/webrtcdsp/gstwebrtcdsp.cpp(591): gst_webrtc_dsp_start (): /GstPipeline:pipeline0/GstWebrtcDsp:webrtcdsp0",
+ },
+ ],
+ "validateelements.launch_pipeline.webrtcdsphigh-pass-filter=False.play_15s": [
+ {
+ "bug": "FIXME - REPORT A BUG in https://gitlab.freedesktop.org/gstreamer/ ? (or remove this line)",
+ "issue-id": "runtime::error-on-bus",
+ "summary": "We got an ERROR message on the bus",
+ "level": "critical",
+ "detected-on": "pipeline0",
+ # "details": "Got error: No echo probe with name webrtcechoprobe0 found. -- Debug message: ../subprojects/gst-plugins-bad/ext/webrtcdsp/gstwebrtcdsp.cpp(591): gst_webrtc_dsp_start (): /GstPipeline:pipeline0/GstWebrtcDsp:webrtcdsp0",
+ },
+ ],
+ "validateelements.launch_pipeline.webrtcdsphigh-pass-filter=True.play_15s": [
+ {
+ "bug": "FIXME - REPORT A BUG in https://gitlab.freedesktop.org/gstreamer/ ? (or remove this line)",
+ "issue-id": "runtime::error-on-bus",
+ "summary": "We got an ERROR message on the bus",
+ "level": "critical",
+ "detected-on": "pipeline0",
+ # "details": "Got error: No echo probe with name webrtcechoprobe0 found. -- Debug message: ../subprojects/gst-plugins-bad/ext/webrtcdsp/gstwebrtcdsp.cpp(591): gst_webrtc_dsp_start (): /GstPipeline:pipeline0/GstWebrtcDsp:webrtcdsp0",
+ },
+ ],
+ "validateelements.launch_pipeline.webrtcdsplimiter=False.play_15s": [
+ {
+ "bug": "FIXME - REPORT A BUG in https://gitlab.freedesktop.org/gstreamer/ ? (or remove this line)",
+ "issue-id": "runtime::error-on-bus",
+ "summary": "We got an ERROR message on the bus",
+ "level": "critical",
+ "detected-on": "pipeline0",
+ # "details": "Got error: No echo probe with name webrtcechoprobe0 found. -- Debug message: ../subprojects/gst-plugins-bad/ext/webrtcdsp/gstwebrtcdsp.cpp(591): gst_webrtc_dsp_start (): /GstPipeline:pipeline0/GstWebrtcDsp:webrtcdsp0",
+ },
+ ],
+ "validateelements.launch_pipeline.webrtcdsplimiter=True.play_15s": [
+ {
+ "bug": "FIXME - REPORT A BUG in https://gitlab.freedesktop.org/gstreamer/ ? (or remove this line)",
+ "issue-id": "runtime::error-on-bus",
+ "summary": "We got an ERROR message on the bus",
+ "level": "critical",
+ "detected-on": "pipeline0",
+ # "details": "Got error: No echo probe with name webrtcechoprobe0 found. -- Debug message: ../subprojects/gst-plugins-bad/ext/webrtcdsp/gstwebrtcdsp.cpp(591): gst_webrtc_dsp_start (): /GstPipeline:pipeline0/GstWebrtcDsp:webrtcdsp0",
+ },
+ ],
+ "validateelements.launch_pipeline.webrtcdspnoise-suppression=False.play_15s": [
+ {
+ "bug": "FIXME - REPORT A BUG in https://gitlab.freedesktop.org/gstreamer/ ? (or remove this line)",
+ "issue-id": "runtime::error-on-bus",
+ "summary": "We got an ERROR message on the bus",
+ "level": "critical",
+ "detected-on": "pipeline0",
+ # "details": "Got error: No echo probe with name webrtcechoprobe0 found. -- Debug message: ../subprojects/gst-plugins-bad/ext/webrtcdsp/gstwebrtcdsp.cpp(591): gst_webrtc_dsp_start (): /GstPipeline:pipeline0/GstWebrtcDsp:webrtcdsp0",
+ },
+ ],
+ "validateelements.launch_pipeline.webrtcdspnoise-suppression=True.play_15s": [
+ {
+ "bug": "FIXME - REPORT A BUG in https://gitlab.freedesktop.org/gstreamer/ ? (or remove this line)",
+ "issue-id": "runtime::error-on-bus",
+ "summary": "We got an ERROR message on the bus",
+ "level": "critical",
+ "detected-on": "pipeline0",
+ # "details": "Got error: No echo probe with name webrtcechoprobe0 found. -- Debug message: ../subprojects/gst-plugins-bad/ext/webrtcdsp/gstwebrtcdsp.cpp(591): gst_webrtc_dsp_start (): /GstPipeline:pipeline0/GstWebrtcDsp:webrtcdsp0",
+ },
+ ],
+ "validateelements.launch_pipeline.webrtcdspstartup-min-volume=12.play_15s": [
+ {
+ "bug": "FIXME - REPORT A BUG in https://gitlab.freedesktop.org/gstreamer/ ? (or remove this line)",
+ "issue-id": "runtime::error-on-bus",
+ "summary": "We got an ERROR message on the bus",
+ "level": "critical",
+ "detected-on": "pipeline0",
+ # "details": "Got error: No echo probe with name webrtcechoprobe0 found. -- Debug message: ../subprojects/gst-plugins-bad/ext/webrtcdsp/gstwebrtcdsp.cpp(591): gst_webrtc_dsp_start (): /GstPipeline:pipeline0/GstWebrtcDsp:webrtcdsp0",
+ },
+ ],
+ "validateelements.launch_pipeline.webrtcdspstartup-min-volume=255.play_15s": [
+ {
+ "bug": "FIXME - REPORT A BUG in https://gitlab.freedesktop.org/gstreamer/ ? (or remove this line)",
+ "issue-id": "runtime::error-on-bus",
+ "summary": "We got an ERROR message on the bus",
+ "level": "critical",
+ "detected-on": "pipeline0",
+ # "details": "Got error: No echo probe with name webrtcechoprobe0 found. -- Debug message: ../subprojects/gst-plugins-bad/ext/webrtcdsp/gstwebrtcdsp.cpp(591): gst_webrtc_dsp_start (): /GstPipeline:pipeline0/GstWebrtcDsp:webrtcdsp0",
+ },
+ ],
+ "validateelements.launch_pipeline.webrtcdsptarget-level-dbfs=0.play_15s": [
+ {
+ "bug": "FIXME - REPORT A BUG in https://gitlab.freedesktop.org/gstreamer/ ? (or remove this line)",
+ "issue-id": "runtime::error-on-bus",
+ "summary": "We got an ERROR message on the bus",
+ "level": "critical",
+ "detected-on": "pipeline0",
+ # "details": "Got error: No echo probe with name webrtcechoprobe0 found. -- Debug message: ../subprojects/gst-plugins-bad/ext/webrtcdsp/gstwebrtcdsp.cpp(591): gst_webrtc_dsp_start (): /GstPipeline:pipeline0/GstWebrtcDsp:webrtcdsp0",
+ },
+ ],
+ "validateelements.launch_pipeline.webrtcdsptarget-level-dbfs=3.play_15s": [
+ {
+ "bug": "FIXME - REPORT A BUG in https://gitlab.freedesktop.org/gstreamer/ ? (or remove this line)",
+ "issue-id": "runtime::error-on-bus",
+ "summary": "We got an ERROR message on the bus",
+ "level": "critical",
+ "detected-on": "pipeline0",
+ # "details": "Got error: No echo probe with name webrtcechoprobe0 found. -- Debug message: ../subprojects/gst-plugins-bad/ext/webrtcdsp/gstwebrtcdsp.cpp(591): gst_webrtc_dsp_start (): /GstPipeline:pipeline0/GstWebrtcDsp:webrtcdsp0",
+ },
+ ],
+ "validateelements.launch_pipeline.webrtcdsptarget-level-dbfs=31.play_15s": [
+ {
+ "bug": "FIXME - REPORT A BUG in https://gitlab.freedesktop.org/gstreamer/ ? (or remove this line)",
+ "issue-id": "runtime::error-on-bus",
+ "summary": "We got an ERROR message on the bus",
+ "level": "critical",
+ "detected-on": "pipeline0",
+ # "details": "Got error: No echo probe with name webrtcechoprobe0 found. -- Debug message: ../subprojects/gst-plugins-bad/ext/webrtcdsp/gstwebrtcdsp.cpp(591): gst_webrtc_dsp_start (): /GstPipeline:pipeline0/GstWebrtcDsp:webrtcdsp0",
+ },
+ ],
+ "validateelements.launch_pipeline.webrtcdspvoice-detection-frame-size-ms=10.play_15s": [
+ {
+ "bug": "FIXME - REPORT A BUG in https://gitlab.freedesktop.org/gstreamer/ ? (or remove this line)",
+ "issue-id": "runtime::error-on-bus",
+ "summary": "We got an ERROR message on the bus",
+ "level": "critical",
+ "detected-on": "pipeline0",
+ # "details": "Got error: No echo probe with name webrtcechoprobe0 found. -- Debug message: ../subprojects/gst-plugins-bad/ext/webrtcdsp/gstwebrtcdsp.cpp(591): gst_webrtc_dsp_start (): /GstPipeline:pipeline0/GstWebrtcDsp:webrtcdsp0",
+ },
+ ],
+ "validateelements.launch_pipeline.webrtcdspvoice-detection-frame-size-ms=30.play_15s": [
+ {
+ "bug": "FIXME - REPORT A BUG in https://gitlab.freedesktop.org/gstreamer/ ? (or remove this line)",
+ "issue-id": "runtime::error-on-bus",
+ "summary": "We got an ERROR message on the bus",
+ "level": "critical",
+ "detected-on": "pipeline0",
+ # "details": "Got error: No echo probe with name webrtcechoprobe0 found. -- Debug message: ../subprojects/gst-plugins-bad/ext/webrtcdsp/gstwebrtcdsp.cpp(591): gst_webrtc_dsp_start (): /GstPipeline:pipeline0/GstWebrtcDsp:webrtcdsp0",
+ },
+ ],
+ "validateelements.launch_pipeline.webrtcdspvoice-detection=False.play_15s": [
+ {
+ "bug": "FIXME - REPORT A BUG in https://gitlab.freedesktop.org/gstreamer/ ? (or remove this line)",
+ "issue-id": "runtime::error-on-bus",
+ "summary": "We got an ERROR message on the bus",
+ "level": "critical",
+ "detected-on": "pipeline0",
+ # "details": "Got error: No echo probe with name webrtcechoprobe0 found. -- Debug message: ../subprojects/gst-plugins-bad/ext/webrtcdsp/gstwebrtcdsp.cpp(591): gst_webrtc_dsp_start (): /GstPipeline:pipeline0/GstWebrtcDsp:webrtcdsp0",
+ },
+ ],
+ "validateelements.launch_pipeline.webrtcdspvoice-detection=True.play_15s": [
+ {
+ "bug": "FIXME - REPORT A BUG in https://gitlab.freedesktop.org/gstreamer/ ? (or remove this line)",
+ "issue-id": "runtime::error-on-bus",
+ "summary": "We got an ERROR message on the bus",
+ "level": "critical",
+ "detected-on": "pipeline0",
+ # "details": "Got error: No echo probe with name webrtcechoprobe0 found. -- Debug message: ../subprojects/gst-plugins-bad/ext/webrtcdsp/gstwebrtcdsp.cpp(591): gst_webrtc_dsp_start (): /GstPipeline:pipeline0/GstWebrtcDsp:webrtcdsp0",
+ },
+ ],
+
+ "validateelements.launch_pipeline.cameracalibratedelay=2147483647.play_15s": [
+ {
+ 'bug': 'FIXME - REPORT A BUG in https://gitlab.freedesktop.org/gstreamer/ ? (or remove this line)',
+ 'signame': 'SIGIOT',
+ 'sometimes': True,
+ },
+ ],
+}
+
def pspec_is_numeric(prop):
return prop.value_type in [GObject.TYPE_INT, GObject.TYPE_INT64,
@@ -87,25 +574,14 @@ def get_pipe_and_populate(test_manager, klass, fname, prop, loop):
def setup_tests(test_manager, options):
print("Setting up tests to validate all elements")
pipelines_descriptions = []
+ test_manager.add_expected_issues(KNOWN_ISSUES)
test_manager.set_default_blacklist([
- ("validateelements.launch_pipeline.videocrop*",
- "https://bugzilla.gnome.org/show_bug.cgi?id=743910"),
("validateelements.launch_pipeline.videobox*",
- "https://bugzilla.gnome.org/show_bug.cgi?id=743909"),
- ("validateelements.launch_pipeline.simplevideomark*",
- "https://bugzilla.gnome.org/show_bug.cgi?id=743908"),
- ("validateelements.launch_pipeline.exclusion*",
- "https://bugzilla.gnome.org/show_bug.cgi?id=743907"),
+ "Those are broken pipelines."),
("validateelements.launch_pipeline.frei0r*",
"video filter plugins"),
- ("validateelements.launch_pipeline.*interleavechannel-positions-from-input=False*",
- "https://bugzilla.gnome.org/show_bug.cgi?id=744211"),
- ("validateelements.launch_pipeline.spectrum*",
- "https://bugzilla.gnome.org/show_bug.cgi?id=744213"),
("validateelements.launch_pipeline.smpte*",
"smpte cannot be tested with simple pipeline. Hence excluding"),
- ("validateelements.launch_pipeline.gleffects_laplacian*",
- "https://bugzilla.gnome.org/show_bug.cgi?id=748393"),
("validateelements.launch_pipeline.glfilterbin*",
"glfilter bin doesnt launch."),
("validateelements.launch_pipeline.audiomixmatrix*",