Lines Matching refs:test_files

57            $test_files, $test_idx, $test_list, $test_results, $testfile,
275 $test_files = array();
388 $test_files[] = trim($test);
638 $test_files = array_merge($test_files, $pattern_match);
646 $test_files[] = $testfile;
670 $test_files = array_unique($test_files);
671 $test_files = array_merge($test_files, $redir_tests);
674 $test_cnt = count($test_files);
680 usort($test_files, "test_sort");
690 run_all_tests($test_files, $environment);
734 $test_files = array();
761 $test_files = array_unique($test_files);
762 usort($test_files, "test_sort");
767 $test_cnt = count($test_files);
769 run_all_tests($test_files, $environment);
1046 global $test_files, $exts_to_test, $ignored_by_ext, $exts_skipped;
1072 $test_files[] = $testfile;
1285 function run_all_tests($test_files, $env, $redir_tested = null) argument
1292 run_all_tests_parallel($test_files, $env, $redir_tested);
1296 foreach ($test_files as $name) {
1345 function run_all_tests_parallel($test_files, $env, $redir_tested) { argument
1366 foreach ($test_files as $i => $file) {
1388 unset($test_files[$i]);
1397 $test_files = array_reverse($test_files);
1401 shuffle($test_files);
1498 while ($test_files || $sequentialTests || $testsInProgress > 0) {
1535 $test_files[] = $test;
1548 $test_files = array_merge($test_files, $sequentialTests);
1554 while (count($files) <= $batchSize && $file = array_pop($test_files)) {
2197 $test_files = array();
2207 $test_files[] = $org_file[1];
2209 $GLOBALS['test_files'] = $test_files;
2213 $test_files[] = array($f, $file);
2216 $test_cnt += count($test_files) - 1;
2225 usort($test_files, "test_sort");
2226 run_all_tests($test_files, $redirenv, $tested);