Lines Matching full:valgrind
5 # refleaks, release build and release build with valgrind.
9 # Requirements: valgrind
20 VALGRIND="valgrind --tool=memcheck --leak-resolution=high \
21 --suppressions=Misc/valgrind-python.supp"
59 # test_decimal: refleak, regular and Valgrind tests
97 ########### valgrind tests ###########
98 valgrind=$VALGRIND
100 # Valgrind has no support for 80 bit long double arithmetic.
101 ppro) valgrind= ;;
103 i386|i486|i586|i686) valgrind= ;;
107 print_config "valgrind tests: config=$config" $args
113 printf "\n\n# ======================== valgrind tests ===========================\n\n"
114 $valgrind ./python -m test -uall test_decimal
153 ########### valgrind ###########
154 valgrind=$VALGRIND
156 # Valgrind has no support for 80 bit long double arithmetic.
157 ppro) valgrind= ;;
159 i386|i486|i586|i686) valgrind= ;;
163 print_config "valgrind deccheck: config=$config" $args
170 printf "\n\n# ======================== valgrind ==========================\n\n"
171 $valgrind ./python Modules/_decimal/tests/deccheck.py