From 9edf72b1914a58fa8f340bda2a75a08d8c956926 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 18 Sep 2005 22:15:23 +0000 Subject: [PATCH] mark a bunch of the tests as to fix until we fix them Original commit message from CVS: mark a bunch of the tests as to fix until we fix them --- ChangeLog | 5 +++++ check/Makefile.am | 9 +++++++++ tests/check/Makefile.am | 9 +++++++++ 3 files changed, 23 insertions(+) diff --git a/ChangeLog b/ChangeLog index fa8173ba68..ec1151834d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-09-19 Thomas Vander Stichele + + * check/Makefile.am: + mark a bunch of the tests as to fix until we fix them + 2005-09-18 Thomas Vander Stichele * common/check.mak: diff --git a/check/Makefile.am b/check/Makefile.am index 3d8dfca1da..5798e9a667 100644 --- a/check/Makefile.am +++ b/check/Makefile.am @@ -78,6 +78,15 @@ gst_libs_controller_LDADD = $(GST_OBJ_LIBS) \ # valgrind testing # these just need valgrind fixing, period VALGRIND_TO_FIX = \ + gst/gstbin \ + gst/gstelement \ + gst/gstevent \ + gst/gstghostpad \ + gst/gstpipeline \ + elements/fakesrc \ + elements/identity \ + generic/states \ + states/sinks \ gst-libs/controller \ pipelines/cleanup \ pipelines/simple_launch_lines diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 3d8dfca1da..5798e9a667 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -78,6 +78,15 @@ gst_libs_controller_LDADD = $(GST_OBJ_LIBS) \ # valgrind testing # these just need valgrind fixing, period VALGRIND_TO_FIX = \ + gst/gstbin \ + gst/gstelement \ + gst/gstevent \ + gst/gstghostpad \ + gst/gstpipeline \ + elements/fakesrc \ + elements/identity \ + generic/states \ + states/sinks \ gst-libs/controller \ pipelines/cleanup \ pipelines/simple_launch_lines