summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2011-12-11 15:29:31 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2011-12-11 15:29:31 +0000
commitd34187594c12a96917d1a6150bbd3797d3d26353 (patch)
tree2558faa44924bb8c0c68379846171b4a6231af76 /tests
parentf760b3318a8520c612cbceab64eb3112d3bd95a3 (diff)
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)
Diffstat (limited to 'tests')
-rw-r--r--tests/check/Makefile.am9
1 files changed, 6 insertions, 3 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index fb0a09460..7b86e781d 100644
--- a/tests/check/Makefile.am
+++ b/tests/check/Makefile.am
@@ -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 \