Lines Matching refs:tool
1117 if (!$why && defined $custom_skip_reasons{tool}) {
1118 foreach my $tool (getpart("client", "tool")) {
1119 foreach my $tool_skip_pattern (keys %{$custom_skip_reasons{tool}}) {
1120 if ($tool =~ /$tool_skip_pattern/i) {
1121 $why = $custom_skip_reasons{tool}{$tool_skip_pattern};
1180 my ($runnerid, $testnum, $cmdres, $CURLOUT, $tool, $usedvalgrind)=@_;
1621 (!$tool)?"curl":$tool, $errorcode);
1866 my $tool;
1876 my ($rid, $error, $logs, $testtimings, $cmdres, $CURLOUT, $tool, $usedvalgrind) = runnerar($runnerid);
1922 $error = singletest_check($runnerid, $testnum, $cmdres, $CURLOUT, $tool, $usedvalgrind);
2052 logmsg "\nTest tool execution time per test ".
2204 die "Unsupported type: $type\n" if($type !~ /^keyword|test|tool$/);
2470 # since valgrind 2.1.x, '--tool' option is mandatory
2474 runclient("valgrind --help 2>&1 | grep -- --tool > /dev/null 2>&1");