diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2008-05-14 16:21:05 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2008-05-14 16:21:05 +0000 |
commit | bfd70466939298a2d3b9ed8f6f3283b3ce7dc8e2 (patch) | |
tree | 40f71b9a30339288591895c4d513e10a875386c6 | |
parent | 426c88452b75ab75766b2d4f00014dc75a7cfcc8 (diff) | |
download | gst-plugins-bad-bfd70466939298a2d3b9ed8f6f3283b3ce7dc8e2.tar.gz gst-plugins-bad-bfd70466939298a2d3b9ed8f6f3283b3ce7dc8e2.tar.bz2 gst-plugins-bad-bfd70466939298a2d3b9ed8f6f3283b3ce7dc8e2.zip |
tests/check/Makefile.am: Remove deinterleave test from VALGRIND_TO_FIX again now that there are suppressions in gst.s...
Original commit message from CVS:
* tests/check/Makefile.am:
Remove deinterleave test from VALGRIND_TO_FIX again now that
there are suppressions in gst.supp which make this work for me.
-rw-r--r-- | ChangeLog | 6 | ||||
m--------- | common | 0 | ||||
-rw-r--r-- | tests/check/Makefile.am | 1 |
3 files changed, 6 insertions, 1 deletions
@@ -1,6 +1,12 @@ 2008-05-14 Tim-Philipp Müller <tim.muller at collabora co uk> * tests/check/Makefile.am: + Remove deinterleave test from VALGRIND_TO_FIX again now that + there are suppressions in gst.supp which make this work for me. + +2008-05-14 Tim-Philipp Müller <tim.muller at collabora co uk> + + * tests/check/Makefile.am: Add deinterleave unit test to VALGRIND_TO_FIX, since it causes weird invalid free errors in valgrind/libc after _exit for some reason. diff --git a/common b/common -Subproject 2d9c09df0fe4ad3f570fea9f649cfc6c4511080 +Subproject d78efae300d4dff0291717ccf7a2b82c713a81e diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index ecf61001..06fdf362 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -59,7 +59,6 @@ endif VALGRIND_TO_FIX = \ - elements/deinterleave \ elements/mpeg2enc \ elements/mplex |