Lines Matching refs:tests
20 my @testArgs; # different kinds of tests we want to do
56 my $tests = shift;
83 compareLoop ($tests, $locale, $DATADIR."/".$data);
85 compareLoop ($tests, $locale, $data);
90 compareLoop($tests);
98 my $tests = shift;
99 #debug("tests $tests");
100 #my @tests = @{$tests};
101 my %tests = %{$tests};
102 #debug("tests $tests");
116 foreach $i ( sort keys %tests ) {
118 $aref = $tests{$i};
130 # ($program, @argsAndTest) = split(/\ /, @{ $tests{$i} }[$j]);
141 my $testCommand = @{ $tests{$i} }[$j];