mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 10:25:33 +00:00
validate:launcher: Add a way to say that a known issues can happen several times
This commit is contained in:
parent
ba69336bf8
commit
28d413f059
1 changed files with 2 additions and 1 deletions
|
@ -887,6 +887,7 @@ class GstValidateTest(Test):
|
||||||
break
|
break
|
||||||
|
|
||||||
if found is not None:
|
if found is not None:
|
||||||
|
if not found.get('can-happen-several-times', False):
|
||||||
expected_issues.remove(found)
|
expected_issues.remove(found)
|
||||||
if report['level'] == 'critical':
|
if report['level'] == 'critical':
|
||||||
if found.get('sometimes', True) and isinstance(expected_retcode, list):
|
if found.get('sometimes', True) and isinstance(expected_retcode, list):
|
||||||
|
|
Loading…
Reference in a new issue