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

  /external/webkit/Source/JavaScriptCore/tests/mozilla/
mklistpage.pl 40 local $suite_path = $ARGV[0] || "./";
53 if (!($suite_path =~ /\/$/)) {
54 $suite_path = $suite_path . "/";
57 @suite_list = sort(&get_subdirs ($suite_path));
72 if (open (README, $suite_path . $suite . "/README")) {
93 &process_suite ($suite_path, $suite_list[$i], $prev_href, $next_href);
105 local ($suite_path, $suite, $prev_href, $next_href) = @_;
136 &process_test_dir ($suite_path . $suite . "/", $test_dir_list[$i], $suite,
jsDriver.pl 1034 # Grovels through $suite_path, searching for *all* test files. Used when the
1038 my ($suite_path) = @_;
1039 my @suite_list = &get_subdirs($suite_path);
    [all...]

Completed in 78 milliseconds