OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Open3
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Tools/Scripts/
run-api-tests
36
use IPC::
Open3
;
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.";
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!";
265
my $buildProcess =
open3
($childIn, $childOut, $childErr, "Tools/Scripts/$buildTestTool", @args) or die "Failed to run " . $buildTestTool;
old-run-webkit-tests
67
use IPC::
Open3
;
[
all
...]
Completed in 76 milliseconds