HomeSort by relevance Sort by last modified time
    Searched refs:childOut (Results 1 - 2 of 2) sorted by null

  /external/webkit/Tools/Scripts/
run-api-tests 137 my ($childIn, $childOut, $childErr);
140 $childOut = ">&DEVNULL";
143 $childOut = ">&STDOUT";
149 $pid = open3($childIn, $childOut, $childErr, "arch", "-" . architecture(), $apiTesterPath, $test, @ARGV) or die "Failed to run test: $test.";
151 $pid = open3($childIn, $childOut, $childErr, $apiTesterPath, $test, @ARGV) or die "Failed to run test: $test.";
155 close($childOut);
192 my ($childIn, $childOut, $childErr);
202 $pid = open3($childIn, $childOut, $childErr, "arch", "-" . architecture(), $apiTesterPath, "--dump-tests") or die "Failed to build list of tests!";
204 $pid = open3($childIn, $childOut, $childErr, $apiTesterPath, "--dump-tests") or die "Failed to build list of tests!";
208 @tests = <$childOut>;
    [all...]
old-run-webkit-tests     [all...]

Completed in 786 milliseconds