From 23ad66c552c305115c2344ab69f45668c3b12557 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Tue, 22 Mar 2016 19:00:48 +0100 Subject: [PATCH] validate: launcher: Blacklist dash and HLS failling seeking tests As described in https://bugzilla.gnome.org/show_bug.cgi?id=764020 --- validate/launcher/apps/gstvalidate.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/validate/launcher/apps/gstvalidate.py b/validate/launcher/apps/gstvalidate.py index aa80ff3..f3bf7fb 100644 --- a/validate/launcher/apps/gstvalidate.py +++ b/validate/launcher/apps/gstvalidate.py @@ -792,12 +792,14 @@ not been tested and explicitely activated if you set use --wanted-tests ALL""") # hls known issues ("validate.hls.playback.seek_with_stop.*", "https://bugzilla.gnome.org/show_bug.cgi?id=753689"), - ("validate.hls.playback.scrub_forward_seeking.hls_bibbop", + ("validate.hls.playback.scrub_forward_seeking.*", "https://bugzilla.gnome.org/show_bug.cgi?id=764020"), # dash known issues ("validate.dash.media_check.*", "Caps are different depending on selected bitrates, etc"), + ("validate.dash.playback.scrub_forward_seeking.*", + "https://bugzilla.gnome.org/show_bug.cgi?id=764020"), # Matroska/WEBM known issues: ("validate.*.reverse_playback.*webm$", -- 2.7.4