don't valgrind the stress test, takes too long
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 22 Nov 2005 12:15:19 +0000 (12:15 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 22 Nov 2005 12:15:19 +0000 (12:15 +0000)
Original commit message from CVS:
don't valgrind the stress test, takes too long

check/Makefile.am
tests/check/Makefile.am

index ee7e458..726cfbf 100644 (file)
@@ -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)
index ee7e458..726cfbf 100644 (file)
@@ -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)