Lines Matching refs:valgrind
98 use valgrind; # valgrind report parser
839 logmsg sprintf("* Env: %s%s%s", $valgrind?"Valgrind ":"",
1663 if($valgrind) {
1675 if($file =~ /^valgrind$testnum(\..*|)$/) {
1681 logmsg "ERROR: valgrind log file missing for test $testnum\n";
1689 logmsg "FAIL: $testnum - $testname - valgrind\n";
1692 logmsg " valgrind ERROR ";
1703 logmsg " valgrind SKIPPED\n";
1709 $ok .= "-"; # valgrind not checked
2153 $valgrind = checktestcmd("valgrind");
2239 # no valgrind
2240 undef $valgrind;
2243 # disable the valgrind debuginfod functionality
2371 -n no valgrind
2372 --no-debuginfod disable the valgrind debuginfod functionality
2459 if($valgrind) {
2460 # we have found valgrind on the host, use it
2463 my $code = runclient("valgrind >/dev/null 2>&1");
2467 undef $valgrind;
2470 # since valgrind 2.1.x, '--tool' option is mandatory
2474 runclient("valgrind --help 2>&1 | grep -- --tool > /dev/null 2>&1");
2482 $valgrind="../libtool --mode=execute $valgrind";
2486 # valgrind 3 renamed the --logfile option to --log-file!!!
2489 my $ver=join(' ', runclientoutput("valgrind --version"));
2749 if(($log =~ /^valgrind\d+/) && ($log !~ /^valgrind$testnum(?:\..*)?$/)) {