Lines Matching refs:shortname
1313 $shortname = str_replace($cwd . '/', '', $file);
1314 $tested_file = $shortname;
1326 junit_mark_test_as('BORK', $shortname, $tested_file, 0, $bork_info);
1353 junit_init_suite(junit_get_suitename_for($shortname));
1354 junit_mark_test_as('SKIP', $shortname, $tested, 0, 'CGI not available');
1360 show_test($test_idx, $shortname);
1506 junit_start_timer($shortname);
1510 junit_finish_timer($shortname);
1533 junit_mark_test_as('SKIP', $shortname, $tested, null, $message);
1558 junit_mark_test_as('SKIP', $shortname, $tested, null, $message);
1566 $IN_REDIRECT['via'] = "via [$shortname]\n\t";
1599 junit_mark_test_as('PASS', $shortname, $tested);
1632 junit_mark_test_as('BORK', $shortname, $tested, null, $bork_info);
1687 junit_mark_test_as('BORK', $shortname, $tested, null, 'empty $request');
1721 junit_mark_test_as('BORK', $shortname, $tested, null, 'empty $request');
1806 junit_start_timer($shortname);
1810 junit_finish_timer($shortname);
1999 junit_mark_test_as('PASS', $shortname, $tested);
2029 junit_mark_test_as('PASS', $shortname, $tested);
2081 $diff = "# original source file: $shortname\n" . $diff;
2549 function show_test($test_idx, $shortname) argument
2554 $str = "TEST $test_idx/$test_cnt [$shortname]\r";