From: Thomas Vander Stichele Date: Tue, 22 Nov 2005 12:15:19 +0000 (+0000) Subject: don't valgrind the stress test, takes too long X-Git-Tag: RELEASE-0_9_6~24 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a15da5e5e444f7a22488d30dd1069e91b67806e0;p=platform%2Fupstream%2Fgstreamer.git don't valgrind the stress test, takes too long Original commit message from CVS: don't valgrind the stress test, takes too long --- diff --git a/check/Makefile.am b/check/Makefile.am index ee7e458..726cfbf 100644 --- a/check/Makefile.am +++ b/check/Makefile.am @@ -92,6 +92,9 @@ net_gstnettimeprovider_LDADD = \ # these just need valgrind fixing, period VALGRIND_TO_FIX = +VALGRIND_IGNORE = \ + pipelines/stress + # these need fixing because the threads cause segfaults under valgrind TESTS_THREADED = \ gst/gstminiobject \ @@ -99,4 +102,5 @@ TESTS_THREADED = \ VALGRIND_TESTS_DISABLE = \ $(TESTS_THREADED) \ + $(VALGRIND_IGNORE) \ $(VALGRIND_TO_FIX) diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index ee7e458..726cfbf 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -92,6 +92,9 @@ net_gstnettimeprovider_LDADD = \ # these just need valgrind fixing, period VALGRIND_TO_FIX = +VALGRIND_IGNORE = \ + pipelines/stress + # these need fixing because the threads cause segfaults under valgrind TESTS_THREADED = \ gst/gstminiobject \ @@ -99,4 +102,5 @@ TESTS_THREADED = \ VALGRIND_TESTS_DISABLE = \ $(TESTS_THREADED) \ + $(VALGRIND_IGNORE) \ $(VALGRIND_TO_FIX)