From 5b81bb4bc97cf20564745b7ef92b76fa0e0b6279 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 16 Aug 2015 17:53:28 +0200 Subject: [PATCH] validate/launcher: Blacklist some HLS seeking tests again --- validate/launcher/apps/gstvalidate.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/validate/launcher/apps/gstvalidate.py b/validate/launcher/apps/gstvalidate.py index 70ae1ed..553e8f9 100644 --- a/validate/launcher/apps/gstvalidate.py +++ b/validate/launcher/apps/gstvalidate.py @@ -784,6 +784,16 @@ not been tested and explicitely activated if you set use --wanted-tests ALL""") def register_default_blacklist(self): self.set_default_blacklist([ + # hls known issues + ("validate.hls.playback.scrub_forward_seeking.*", + "https://bugzilla.gnome.org/show_bug.cgi?id=606382"), + ("validate.hls.playback.seek_forward.*", + "https://bugzilla.gnome.org/show_bug.cgi?id=606382"), + ("validate.hls.playback.seek_backward.*", + "https://bugzilla.gnome.org/show_bug.cgi?id=606382"), + ("validate.hls.playback.seek_with_stop.*", + "https://bugzilla.gnome.org/show_bug.cgi?id=753689"), + # dash known issues ("validate.dash.media_check.*", "Caps are different depending on selected bitrates, etc"), -- 2.7.4