mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
tests: disable failing jifmux, camerabin2, and colorspace tests
jifmux: general:test_jifmux_tags:0: Assertion 'entry->components == 2' failed camerabin2: test_multiple_video_recordings:0: gst_caps_get_structure: assertion `GST_IS_CAPS (caps) colorspace: bad memory accesses in orc code for odd width buffers (see bug #663248)
This commit is contained in:
parent
f760b3318a
commit
d34187594c
1 changed files with 6 additions and 3 deletions
|
@ -159,7 +159,13 @@ VALGRIND_TESTS_DISABLE = \
|
|||
|
||||
# these tests don't even pass
|
||||
# neon: too flaky (almost always fails 'the first time')
|
||||
# jifmux: elements/jifmux.c:728:F:general:test_jifmux_tags:0: Assertion 'entry->components == 2' failed
|
||||
# camerabin2: wrappercamerabinsrc:test_multiple_video_recordings:0: Unexpected critical/warning: gst_caps_get_structure: assertion `GST_IS_CAPS (caps)' failed
|
||||
# colorspace: bad memory accesses in orc code for odd width buffers - https://bugzilla.gnome.org/show_bug.cgi?id=663248
|
||||
noinst_PROGRAMS = \
|
||||
elements/camerabin2 \
|
||||
pipelines/colorspace \
|
||||
$(check_jifmux) \
|
||||
$(check_neon)
|
||||
|
||||
check_PROGRAMS = \
|
||||
|
@ -180,10 +186,8 @@ check_PROGRAMS = \
|
|||
elements/asfmux \
|
||||
elements/baseaudiovisualizer \
|
||||
elements/camerabin \
|
||||
elements/camerabin2 \
|
||||
elements/dataurisrc \
|
||||
elements/legacyresample \
|
||||
$(check_jifmux) \
|
||||
elements/jpegparse \
|
||||
$(check_logoinsert) \
|
||||
elements/h263parse \
|
||||
|
@ -195,7 +199,6 @@ check_PROGRAMS = \
|
|||
elements/mxfmux \
|
||||
elements/id3mux \
|
||||
pipelines/mxf \
|
||||
pipelines/colorspace \
|
||||
$(check_mimic) \
|
||||
elements/rtpmux \
|
||||
libs/mpegvideoparser \
|
||||
|
|
Loading…
Reference in a new issue