Searched refs:imageDiffTool (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Tools/Scripts/
H A Dold-run-webkit-tests440 my $imageDiffTool = "$productDir/ImageDiff";
441 $imageDiffTool .= "_debug" if isCygwin() && configurationForVisualStudio() eq "Debug_All";
442 $imageDiffTool .= "_debug" if isCygwin() && configurationForVisualStudio() eq "Debug_Cairo_CFLite";
443 die "can't find executable $imageDiffTool (looked in $productDir)\n" if $pixelTests && !-x $imageDiffTool;
1420 $imageDiffToolPID = open2(\*DIFFIN, \*DIFFOUT, $imageDiffTool, launchWithEnv(@diffToolArgs, %CLEAN_ENV)) or die "unable to open $imageDiffTool\n";

Completed in 59 milliseconds