mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
don't valgrind the stress test, takes too long
Original commit message from CVS: don't valgrind the stress test, takes too long
This commit is contained in:
parent
ba0d715dc8
commit
a15da5e5e4
2 changed files with 8 additions and 0 deletions
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue