Lines Matching refs:results
9 chdir("/usr/tests/ltp/results/");
11 # Get the list of results to compare.
12 @results = param("results");
18 ($a, $b, $lastsuite) = split(/\./, $results[0]);
19 for ($i = 1; $i <= $#results; $i++) {
20 ($a, $b, $thissuite) = split(/\./, $results[$i]);
28 # print a warning and continue. If the number of available results
31 foreach $a_result (@results) {
77 # convert the results to records and add them to the list
96 # sort each set of results.
212 print "<a href=\"results.cgi?get_df=$rd->{HOST}.$rd->{DATESTR}.$rd->{SUITE}.driver&zoom_tag=$match->{TAG}\">";