Lines Matching refs:testsToRun
2111 my @testsToRun;
2126 push @testsToRun, $path if !exists $ignoredFiles{$path};
2133 @testsToRun = ();
2145 push @testsToRun, $test;
2166 @testsToRun = keys %{{ map { $_ => 1 } @testsToRun }};
2168 @testsToRun = sort pathcmp @testsToRun;
2176 foreach my $test (@testsToRun) {
2185 @testsToRun = (@otherTests, @httpTests, @websocketTests);
2189 @testsToRun = reverse @testsToRun if $reverseTests;
2192 @testsToRun = shuffle(@testsToRun) if $randomizeTests;
2194 return @testsToRun;