Lines Matching refs:directory
37 # If no tests are passed, find all the .html, .shtml, .xml, .xhtml, .xhtmlmp, .pl, .php (and svg) files in the test directory.
279 --add-platform-exceptions Put new results for non-platform-specific failing tests into the platform-specific results directory
280 --additional-platform-directory path/to/directory
281 Look in the specified directory before looking in any of the default platform-specific directories
303 -o|--results-directory Output results directory (default: $testResultsDirectory)
330 'additional-platform-directory=s' => \@additionalPlatformDirectories,
354 'results-directory|o=s' => \$testResultsDirectory,
1327 # Break up a path into the directory (with slash) and base name.
1339 # Sort first by directory, then by file, so all paths in one directory are grouped
1341 # Use numericcmp to sort directory and filenames to make order logical.
1474 # unique temporary directory for each DumpRendertree - needed for running more DumpRenderTree in parallel
1719 foreach my $directory (@directories) {
1720 return $directory if -f File::Spec->catfile($directory, "$base-$expectedTag.$expectedExtension");
1723 # For cross-platform tests, text-only results should go in the cross-platform directory,
1724 # while render tree dumps should go in the least-specific platform directory.
1932 # If the file is below the test directory then convert it into a link to the file in SVN
2205 my ($lastDirectory, $directory) = @_;
2207 my @components = split('/', $directory);