OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testDirectory
(Results
1 - 9
of
9
) sorted by null
/external/webkit/Tools/Scripts/
run-webkit-httpd
72
my $
testDirectory
= File::Spec->catfile(getcwd(), "LayoutTests");
73
$
testDirectory
= convertMsysPath($
testDirectory
) if isMsys();
98
my @defaultArgs = getDefaultConfigForTestDirectory($
testDirectory
);
run-webkit-websocketserver
49
my $
testDirectory
= File::Spec->rel2abs($layoutTestsName);
50
my $webSocketServerPidFile = "$
testDirectory
/websocket.pid";
65
my $webSocketHandlerDir = "$
testDirectory
";
run-iexploder-tests
118
my $
testDirectory
= $webkitDirectory . "/LayoutTests";
121
my $httpdConfig = getHTTPDConfigPathForTestDirectory($
testDirectory
);
124
my $typesConfig = "$
testDirectory
/http/conf/mime.types";
125
my $sslCertificate = "$
testDirectory
/http/conf/webkit-httpd.pem";
run-mangleme-tests
134
my $
testDirectory
= getcwd() . "/LayoutTests";
137
my $httpdConfig = "$
testDirectory
/http/conf/httpd.conf";
138
$httpdConfig = "$
testDirectory
/http/conf/apache2-httpd.conf" if `$httpdPath -v` =~ m|Apache/2|;
140
my $typesConfig = "$
testDirectory
/http/conf/mime.types";
141
my $sslCertificate = "$
testDirectory
/http/conf/webkit-httpd.pem";
check-dom-results
42
my $
testDirectory
= "$workingDir/LayoutTests";
65
my @results = `find "${
testDirectory
}/${directory}" -name "*-expected.txt"`;
66
my @disabled = `find "${
testDirectory
}/${directory}" -name "*-disabled"`;
old-run-webkit-tests
453
my $
testDirectory
= File::Spec->rel2abs($layoutTestsName);
454
my $expectedDirectory = $
testDirectory
;
455
my $platformBaseDirectory = catdir($
testDirectory
, "platform");
469
my $javaTestsDirectory = catdir($
testDirectory
, "java");
478
print "Running tests from $
testDirectory
\n";
496
system "ln", "-s", $
testDirectory
, "/tmp/LayoutTests" unless -x "/tmp/LayoutTests";
749
print $tests_run_fh "$
testDirectory
/$test\n";
771
my $testPath = "$
testDirectory
/$test";
791
my $errorMessagePath = "$
testDirectory
/http/tests/websocket/resources/server-failed-to-start.html";
805
my $testPath = "$
testDirectory
/$test"
[
all
...]
/external/webkit/Tools/Scripts/webkitperl/
httpd.pm
91
my ($
testDirectory
) = @_;
92
die "No test directory has been specified." unless ($
testDirectory
);
94
my $httpdConfig = getHTTPDConfigPathForTestDirectory($
testDirectory
);
95
my $documentRoot = "$
testDirectory
/http/tests";
96
my $jsTestResourcesDirectory = $
testDirectory
. "/fast/js/resources";
97
my $mediaResourcesDirectory = $
testDirectory
. "/media";
98
my $typesConfig = "$
testDirectory
/http/conf/mime.types";
121
my $sslCertificate = "$
testDirectory
/http/conf/webkit-httpd.pem";
130
my ($
testDirectory
) = @_;
131
die "No test directory has been specified." unless ($
testDirectory
);
[
all
...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ProcessBuilderTest.java
81
public void
testDirectory
() {
/libcore/luni/src/test/java/libcore/xml/
XsltXPathConformanceTestSuite.java
236
String
testDirectory
= filePathElement.getTextContent();
237
File inBase = new File(base,
testDirectory
);
238
File outBase = new File(new File(base, "REF_OUT"),
testDirectory
);
Completed in 355 milliseconds