summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@gnome.org>2016-11-25 15:28:29 -0300
committerThibault Saunier <tsaunier@gnome.org>2016-11-28 16:53:25 -0300
commita683b8d04acc1eb48dc76a8a94fdef4c579ffc2f (patch)
tree20439b2d4197afc18835fedcef1d7a241b52b5d4
parent2948addfcf88664d870e1e40264cbc919eccda8d (diff)
testsuite:validate: Mark known theora over HTTP decoding issue
-rw-r--r--testsuites/validate.py20
1 files changed, 20 insertions, 0 deletions
diff --git a/testsuites/validate.py b/testsuites/validate.py
index 1bfd390..d43dde5 100644
--- a/testsuites/validate.py
+++ b/testsuites/validate.py
@@ -34,6 +34,26 @@ BLACKLIST = [('validate.file.transcode.to_vorbis_and_vp8_in_webm.GH1_00094_1920x
('validate.file.*.simple.fast_forward.synchronized',
'https://bugzilla.gnome.org/show_bug.cgi?id=775102')]
+EXPECTED_ISSUES = {
+ 'validate.http.*.vorbis_theora_1_ogg':
+ [
+ {
+ 'bug': 'https://bugzilla.gnome.org/show_bug.cgi?id=775107',
+ 'detected-on': 'playbin',
+ 'summary': 'We got an ERROR message on the bus',
+ 'details': 'No valid frames decoded before end of stream',
+ 'level': 'critical',
+ 'sometimes': True,
+ },
+ {
+ 'bug': 'https://bugzilla.gnome.org/show_bug.cgi?id=775107',
+ 'level': 'critical',
+ 'summary': 'All the actions were not executed before the program stopped',
+ 'sometimes': True,
+ }
+ ],
+}
+
def setup_tests(test_manager, options):
print("Setting up GstValidate default tests")