X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=subprojects%2Fgst-integration-testsuites%2Ftestsuites%2Fvalidate_known_issues.py;h=4875d13fea292ab6fa716fe4a508e365031b917e;hb=306e175424537601ce3b167c10f224be139e86f7;hp=636b8b47ef7b0f59b6c218923c62c4371e0673c6;hpb=23dbfdf70d68f369eac943da6e28f71d5d6cd413;p=platform%2Fupstream%2Fgstreamer.git diff --git a/subprojects/gst-integration-testsuites/testsuites/validate_known_issues.py b/subprojects/gst-integration-testsuites/testsuites/validate_known_issues.py index 636b8b4..4875d13 100644 --- a/subprojects/gst-integration-testsuites/testsuites/validate_known_issues.py +++ b/subprojects/gst-integration-testsuites/testsuites/validate_known_issues.py @@ -8,6 +8,7 @@ KNOWN_ISSUES = { r"^validate\.((?!glvideomixer).)*$", r"^validate\.((?!launch_pipeline).)*$", r"^validate\.((?!rtsp*).)*$", + r"^validate\.((?!dash*).)*$", ], "max_retries": 2, }, @@ -37,7 +38,11 @@ KNOWN_ISSUES = { "level": "critical", "summary": "The program stopped before some actions were executed", "sometimes": True, - } + }, + { + "timeout": True, + "sometimes": True, + }, ] }, "https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/311": { @@ -93,7 +98,7 @@ KNOWN_ISSUES = { { "timeout": True, "sometimes": True, - } + }, ] }, "https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/930": { @@ -166,6 +171,13 @@ KNOWN_ISSUES = { "summary": "We got a g_log critical issue", "details": ".*g_hash_table_foreach_remove_or_steal.*", }, + { + "issue-id": "runtime::error-on-bus", + "summary": "We got an ERROR message on the bus", + "level": "critical", + "detected-on": "playbin0", + "details": ".*Could not open resource for reading and writing.*", + }, ], }, "https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/578": { @@ -194,11 +206,11 @@ KNOWN_ISSUES = { }, ] }, - "https://gitlab.freedesktop.org/gstreamer/gst-libav/issues/45": { + "https://gitlab.freedesktop.org/gstreamer/gst-libav/issues/45": { "tests": [ "validate.file.playback.reverse_playback.rawaudioS32LE_prores_mov" ], - "issues": [ + "issues": [ { "issue-id": "runtime::error-on-bus", "summary": "We got an ERROR message on the bus", @@ -219,12 +231,12 @@ KNOWN_ISSUES = { "validate.*mxf.*", ], "issues": [ - { - "issue-id": "threading::pull-range-from-wrong-thread", - "summary": "gst_pad_pull_range called from wrong thread", - "level": "critical", - 'can-happen-several-times': True, - }, + { + "issue-id": "threading::pull-range-from-wrong-thread", + "summary": "gst_pad_pull_range called from wrong thread", + "level": "critical", + 'can-happen-several-times': True, + }, ] }, "Our asf file is basically broken": { @@ -235,6 +247,17 @@ KNOWN_ISSUES = { { "issue-id": "transcoded-file-wrong-duration", }, - ] + ] + }, + "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1777": { + "tests": [ + "check.gst-plugins-bad.elements_srtp.test_play" + ], + "issues": [ + { + 'returncode': 1, + 'sometimes': True, + }, + ], } }