mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-02 14:36:41 +00:00
validate: Remove file specific blacklisted tests
This commit is contained in:
parent
988e9a370e
commit
515c8405f0
2 changed files with 0 additions and 12 deletions
|
@ -995,7 +995,6 @@ get_position (GstValidateScenario * scenario)
|
||||||
} else if (act->state != GST_VALIDATE_EXECUTE_ACTION_ASYNC) {
|
} else if (act->state != GST_VALIDATE_EXECUTE_ACTION_ASYNC) {
|
||||||
tmp = priv->actions;
|
tmp = priv->actions;
|
||||||
priv->actions = g_list_remove_link (priv->actions, tmp);
|
priv->actions = g_list_remove_link (priv->actions, tmp);
|
||||||
GST_ERROR ("NEXT! %p", priv->actions);
|
|
||||||
gst_mini_object_unref (GST_MINI_OBJECT (act));
|
gst_mini_object_unref (GST_MINI_OBJECT (act));
|
||||||
|
|
||||||
g_list_free (tmp);
|
g_list_free (tmp);
|
||||||
|
|
|
@ -694,10 +694,6 @@ not been tested and explicitely activated if you set use --wanted-tests ALL""")
|
||||||
"https://bugzilla.gnome.org/show_bug.cgi?id=679250"),
|
"https://bugzilla.gnome.org/show_bug.cgi?id=679250"),
|
||||||
("validate.*.reverse_playback.*mkv$",
|
("validate.*.reverse_playback.*mkv$",
|
||||||
"https://bugzilla.gnome.org/show_bug.cgi?id=679250"),
|
"https://bugzilla.gnome.org/show_bug.cgi?id=679250"),
|
||||||
("validate.*reverse.*Sintel_2010_720p_mkv",
|
|
||||||
"TODO in matroskademux: FIXME: We should build an index during playback or "
|
|
||||||
"when scanning that can be used here. The reverse playback code requires "
|
|
||||||
" seek_index and seek_entry to be set!"),
|
|
||||||
("validate.http.playback.seek_with_stop.*webm",
|
("validate.http.playback.seek_with_stop.*webm",
|
||||||
"matroskademux.gst_matroska_demux_handle_seek_push: Seek end-time not supported in streaming mode"),
|
"matroskademux.gst_matroska_demux_handle_seek_push: Seek end-time not supported in streaming mode"),
|
||||||
("validate.http.playback.seek_with_stop.*mkv",
|
("validate.http.playback.seek_with_stop.*mkv",
|
||||||
|
@ -706,9 +702,6 @@ not been tested and explicitely activated if you set use --wanted-tests ALL""")
|
||||||
# MPEG TS known issues:
|
# MPEG TS known issues:
|
||||||
('(?i)validate.*.playback.reverse_playback.*(?:_|.)(?:|m)ts$',
|
('(?i)validate.*.playback.reverse_playback.*(?:_|.)(?:|m)ts$',
|
||||||
"https://bugzilla.gnome.org/show_bug.cgi?id=702595"),
|
"https://bugzilla.gnome.org/show_bug.cgi?id=702595"),
|
||||||
('validate.file.transcode.to_vorbis_and_vp8_in_webm.GH1_00094_1920x1280_MTS',
|
|
||||||
'Got error: Internal data stream error. -- Debug message: mpegtsbase.c(1371):'
|
|
||||||
'mpegts_base_loop (): ...: stream stopped, reason not-negotiated'),
|
|
||||||
|
|
||||||
# HTTP known issues:
|
# HTTP known issues:
|
||||||
("validate.http.*scrub_forward_seeking.*",
|
("validate.http.*scrub_forward_seeking.*",
|
||||||
|
@ -722,10 +715,6 @@ not been tested and explicitely activated if you set use --wanted-tests ALL""")
|
||||||
("validate\.file\.transcode.*mxf",
|
("validate\.file\.transcode.*mxf",
|
||||||
"FIXME: Transcoding and mixing tests need to be tested"),
|
"FIXME: Transcoding and mixing tests need to be tested"),
|
||||||
|
|
||||||
# Subtitles known issues
|
|
||||||
("validate.file.playback.switch_subtitle_track.Sintel_2010_720p_mkv",
|
|
||||||
"https://bugzilla.gnome.org/show_bug.cgi?id=734051"),
|
|
||||||
|
|
||||||
# Videomixing known issues
|
# Videomixing known issues
|
||||||
("validate.file.*.simple.scrub_forward_seeking.synchronized",
|
("validate.file.*.simple.scrub_forward_seeking.synchronized",
|
||||||
"https://bugzilla.gnome.org/show_bug.cgi?id=734060"),
|
"https://bugzilla.gnome.org/show_bug.cgi?id=734060"),
|
||||||
|
|
Loading…
Reference in a new issue