Lines Matching refs:tested_file

1314 	$tested_file = $shortname;
1317 show_result("BORK", $bork_info, $tested_file);
1326 junit_mark_test_as('BORK', $shortname, $tested_file, 0, $bork_info);
1351 show_result('SKIP', $tested, $tested_file, "reason: CGI not available");
1418 $tested_file = $tmp_relative_file;
1519 show_result('SKIP', $tested, $tested_file, "reason: $m[1]", $temp_filenames);
1521 show_result('SKIP', $tested, $tested_file, '', $temp_filenames);
1557 show_result('SKIP', $tested, $tested_file, "reason: $message", $temp_filenames);
1585 show_redirect_start($IN_REDIRECT['TESTS'], $tested, $tested_file);
1594 show_redirect_ends($IN_REDIRECT['TESTS'], $tested, $tested_file);
1998 show_result("PASS", $tested, $tested_file, '', $temp_filenames);
2028 show_result("PASS", $tested, $tested_file, '', $temp_filenames);
2110 show_result(implode('&', $restype), $tested, $tested_file, $info, $temp_filenames);
2115 'test_name' => (is_array($IN_REDIRECT) ? $IN_REDIRECT['via'] : '') . $tested . " [$tested_file]",
2128 …junit_mark_test_as($restype, str_replace($cwd . '/', '', $tested_file), $tested, null, $info, $dif…
2517 function show_redirect_start($tests, $tested, $tested_file) argument
2522 …fwrite($html_file, "<tr><td colspan='3'>---&gt; $tests ($tested [$tested_file]) begin</td></tr>\n"…
2526 echo "REDIRECT $tests ($tested [$tested_file]) begin\n";
2533 function show_redirect_ends($tests, $tested, $tested_file) argument
2538 …fwrite($html_file, "<tr><td colspan='3'>---&gt; $tests ($tested [$tested_file]) done</td></tr>\n");
2542 echo "REDIRECT $tests ($tested [$tested_file]) done\n";
2560 function show_result($result, $tested, $tested_file, $extra = '', $temp_filenames = null) argument
2565 echo "$result $tested [$tested_file] $extra\n";