tests: disable failing jifmux, camerabin2, and colorspace tests
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 11 Dec 2011 15:29:31 +0000 (15:29 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 11 Dec 2011 15:29:31 +0000 (15:29 +0000)
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)

tests/check/Makefile.am

index fb0a09460b095aef05e4ea88b3b35211d6832ceb..7b86e781d128b23fdf197eee376bebc715b628e1 100644 (file)
@@ -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 \