mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 15:18:21 +00:00
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
This commit is contained in:
parent
3919d13394
commit
9edf72b191
3 changed files with 23 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-09-19 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* check/Makefile.am:
|
||||
mark a bunch of the tests as to fix until we fix them
|
||||
|
||||
2005-09-18 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* common/check.mak:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue