Lines Matching +full:valgrind +full:-
48 text = "" if is_debug_mode else text.decode ("utf-8").strip ()
63 hb_shape_fuzzer = os.path.join (top_builddir, "hb-shape-fuzzer" + EXEEXT)
67 print ("""Failed to find hb-shape-fuzzer binary automatically,
77 valgrind = None variable
79 valgrind = which ('valgrind') variable
80 if valgrind is None:
81 print ("""Valgrind requested but not found.""")
84 print ("""Valgrind support is currently autotools only and needs libtool but not found.""")
91 if valgrind:
92 …eturncode = cmd (libtool.split(' ') + ['--mode=execute', valgrind + ' --leak-check=full --error-ex…
98 if (not valgrind or returncode) and text.strip ():