mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 23:28:16 +00:00
dashdemux: Disable unit test for the time being
It uses random data streams but dashdemux nowadays actually looks into the streams and doesn't like randomness very much. The tests should probably just become validate tests on real streams. https://bugzilla.gnome.org/show_bug.cgi?id=769553
This commit is contained in:
parent
02f688ee9d
commit
f126403bd6
1 changed files with 3 additions and 1 deletions
|
@ -228,15 +228,17 @@ VALGRIND_TESTS_DISABLE = \
|
||||||
|
|
||||||
# these tests don't even pass
|
# these tests don't even pass
|
||||||
# neon: too flaky (almost always fails 'the first time')
|
# neon: too flaky (almost always fails 'the first time')
|
||||||
|
# dashdemux: fails because it uses random data streams but dashdemux nowadays
|
||||||
|
# actually looks at the data and doesn't like randomness
|
||||||
noinst_PROGRAMS = \
|
noinst_PROGRAMS = \
|
||||||
pipelines/streamheader \
|
pipelines/streamheader \
|
||||||
|
$(check_dash_demux) \
|
||||||
$(check_neon)
|
$(check_neon)
|
||||||
|
|
||||||
check_PROGRAMS = \
|
check_PROGRAMS = \
|
||||||
generic/states \
|
generic/states \
|
||||||
$(check_assrender) \
|
$(check_assrender) \
|
||||||
$(check_dash) \
|
$(check_dash) \
|
||||||
$(check_dash_demux) \
|
|
||||||
$(check_faac) \
|
$(check_faac) \
|
||||||
$(check_faad) \
|
$(check_faad) \
|
||||||
$(check_voaacenc) \
|
$(check_voaacenc) \
|
||||||
|
|
Loading…
Reference in a new issue