Lines Matching refs:shortname
1295 $shortname = str_replace($cwd . '/', '', $file);
1296 $tested_file = $shortname;
1308 junit_mark_test_as('BORK', $shortname, $tested_file, 0, $bork_info);
1335 junit_mark_test_as('SKIP', $shortname, $tested, 0, 'CGI not available');
1341 show_test($test_idx, $shortname);
1487 junit_start_timer($shortname);
1491 junit_finish_timer($shortname);
1514 junit_mark_test_as('SKIP', $shortname, $tested, null, "<![CDATA[\n$message\n]]>");
1537 $IN_REDIRECT['via'] = "via [$shortname]\n\t";
1570 junit_mark_test_as('PASS', $shortname, $tested);
1603 junit_mark_test_as('BORK', $shortname, $tested, null, $bork_info);
1658 junit_mark_test_as('BORK', $shortname, $tested, null, 'empty $request');
1692 junit_mark_test_as('BORK', $shortname, $tested, null, 'empty $request');
1777 junit_start_timer($shortname);
1781 junit_finish_timer($shortname);
1970 junit_mark_test_as('PASS', $shortname, $tested);
2000 junit_mark_test_as('PASS', $shortname, $tested);
2052 $diff = "# original source file: $shortname\n" . $diff;
2520 function show_test($test_idx, $shortname) argument
2525 $str = "TEST $test_idx/$test_cnt [$shortname]\r";