Lines Matching refs:shortname
1320 $shortname = str_replace($cwd . '/', '', $file);
1321 $tested_file = $shortname;
1333 junit_mark_test_as('BORK', $shortname, $tested_file, 0, $bork_info);
1360 junit_init_suite(junit_get_suitename_for($shortname));
1361 junit_mark_test_as('SKIP', $shortname, $tested, 0, 'CGI not available');
1367 show_test($test_idx, $shortname);
1513 junit_start_timer($shortname);
1517 junit_finish_timer($shortname);
1540 junit_mark_test_as('SKIP', $shortname, $tested, null, $message);
1565 junit_mark_test_as('SKIP', $shortname, $tested, null, $message);
1573 $IN_REDIRECT['via'] = "via [$shortname]\n\t";
1606 junit_mark_test_as('PASS', $shortname, $tested);
1639 junit_mark_test_as('BORK', $shortname, $tested, null, $bork_info);
1694 junit_mark_test_as('BORK', $shortname, $tested, null, 'empty $request');
1728 junit_mark_test_as('BORK', $shortname, $tested, null, 'empty $request');
1813 junit_start_timer($shortname);
1817 junit_finish_timer($shortname);
2006 junit_mark_test_as('PASS', $shortname, $tested);
2036 junit_mark_test_as('PASS', $shortname, $tested);
2088 $diff = "# original source file: $shortname\n" . $diff;
2556 function show_test($test_idx, $shortname) argument
2561 $str = "TEST $test_idx/$test_cnt [$shortname]\r";