mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-30 04:00:37 +00:00
validate: Un-blacklist tests that are fixed
the bug reports to which they report have been closed and I can't make them fail locally.
This commit is contained in:
parent
7d99e780a7
commit
fcff932e09
1 changed files with 0 additions and 8 deletions
|
@ -807,14 +807,10 @@ not been tested and explicitely activated if you set use --wanted-tests ALL""")
|
||||||
# hls known issues
|
# hls known issues
|
||||||
("validate.hls.playback.seek_with_stop.*",
|
("validate.hls.playback.seek_with_stop.*",
|
||||||
"https://bugzilla.gnome.org/show_bug.cgi?id=753689"),
|
"https://bugzilla.gnome.org/show_bug.cgi?id=753689"),
|
||||||
("validate.hls.playback.scrub_forward_seeking.*",
|
|
||||||
"https://bugzilla.gnome.org/show_bug.cgi?id=764020"),
|
|
||||||
|
|
||||||
# dash known issues
|
# dash known issues
|
||||||
("validate.dash.media_check.*",
|
("validate.dash.media_check.*",
|
||||||
"Caps are different depending on selected bitrates, etc"),
|
"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:
|
# Matroska/WEBM known issues:
|
||||||
("validate.*.reverse_playback.*webm$",
|
("validate.*.reverse_playback.*webm$",
|
||||||
|
@ -850,10 +846,6 @@ not been tested and explicitely activated if you set use --wanted-tests ALL""")
|
||||||
("validate.file.playback.scrub_forward_seeking.op2b-mpeg2-wave_hd_mxf",
|
("validate.file.playback.scrub_forward_seeking.op2b-mpeg2-wave_hd_mxf",
|
||||||
"https://bugzilla.gnome.org/show_bug.cgi?id=764025"),
|
"https://bugzilla.gnome.org/show_bug.cgi?id=764025"),
|
||||||
|
|
||||||
# Videomixing known issues
|
|
||||||
("validate.file.*.simple.scrub_forward_seeking.synchronized",
|
|
||||||
"https://bugzilla.gnome.org/show_bug.cgi?id=734060"),
|
|
||||||
|
|
||||||
# WMV known issues"
|
# WMV known issues"
|
||||||
(".*reverse_playback.*wmv",
|
(".*reverse_playback.*wmv",
|
||||||
"Reverse playback is not handled in wmv"),
|
"Reverse playback is not handled in wmv"),
|
||||||
|
|
Loading…
Reference in a new issue