Home | History | Annotate | Download | only in Scripts

Lines Matching refs:testName

45 my $testName = 'svg';
49 "Usage: " . basename($0) . "[options] testName\n" .
59 $testName = shift @ARGV if (@ARGV);
69 if ($testName eq 'svg') {
70 my $suiteFile = "PerformanceTests/PageLoad/$testName/$testName.pltsuite";
72 `cat "$suiteFile" | perl -pe 's|WEBKIT_PATH|$webkitPath|' > $safariResourcePath/$testName.pltsuite`
75 die "Please copy ${testName}.pltsuite to ${safariResourcePath}/${testName}.pltsuite"
76 if (! -f "${safariResourcePath}/${testName}.pltsuite");
89 @testCommands = (@testCommands, ("run $testName", 'emptyCache', 'wait 30'));
90 @testCommands = (@testCommands, (("run $testName", 'wait 10') x 3));