Lines Matching refs:tested
1204 function error_report(string $testname, string $logname, string $tested): void argument
1211 echo $testname . "(1) : $tested\n";
1212 echo $logname . "(1) : $tested\n";
1215 echo $testname . ":1: $tested\n";
1216 echo $logname . ":1: $tested\n";
1998 $tested = trim($section_text['TEST']);
2014 show_result('SKIP', $tested, $tested_file, "reason: CGI not available");
2017 junit_mark_test_as('SKIP', $shortname, $tested, 0, 'CGI not available');
2038 show_result('SKIP', $tested, $tested_file, "reason: phpdbg not available");
2041 junit_mark_test_as('SKIP', $shortname, $tested, 0, 'phpdbg not available');
2107 $tested = $IN_REDIRECT['prefix'] . ' ' . trim($section_text['TEST']);
2233 show_result('SKIP', $tested, $tested_file, "reason: $m[1]", $temp_filenames);
2235 show_result('SKIP', $tested, $tested_file, '', $temp_filenames);
2243 junit_mark_test_as('SKIP', $shortname, $tested, null, $message);
2265 junit_mark_test_as('BORK', $shortname, $tested, null, $output);
2275 show_result('SKIP', $tested, $tested_file, "reason: $message", $temp_filenames);
2276 junit_mark_test_as('SKIP', $shortname, $tested, null, $message);
2302 show_redirect_start($IN_REDIRECT['TESTS'], $tested, $tested_file);
2309 run_all_tests($test_files, $redirenv, $tested);
2311 show_redirect_ends($IN_REDIRECT['TESTS'], $tested, $tested_file);
2316 junit_mark_test_as('PASS', $shortname, $tested);
2346 junit_mark_test_as('BORK', $shortname, $tested, null, $bork_info);
2417 junit_mark_test_as('BORK', $shortname, $tested, null, 'empty $request');
2448 junit_mark_test_as('BORK', $shortname, $tested, null, 'empty $request');
2535 … 'test_name' => (is_array($IN_REDIRECT) ? $IN_REDIRECT['via'] : '') . $tested . " [$tested_file]",
2698 show_result("PASS", $tested, $tested_file, '', $temp_filenames);
2699 junit_mark_test_as('PASS', $shortname, $tested);
2726 show_result("PASS", $tested, $tested_file, '', $temp_filenames);
2727 junit_mark_test_as('PASS', $shortname, $tested);
2830 error_report($file, $log_filename, $tested);
2838 show_result(implode('&', $restype), $tested, $tested_file, $info, $temp_filenames);
2843 … 'test_name' => (is_array($IN_REDIRECT) ? $IN_REDIRECT['via'] : '') . $tested . " [$tested_file]",
2852 junit_mark_test_as($restype, $shortname, $tested, null, $info, $diff);
3309 function show_redirect_start(string $tests, string $tested, string $tested_file): void argument
3314 echo "REDIRECT $tests ($tested [$tested_file]) begin\n";
3320 function show_redirect_ends(string $tests, string $tested, string $tested_file): void argument
3325 echo "REDIRECT $tests ($tested [$tested_file]) done\n";
3363 string $tested, argument
3386 echo "$color $tested [$tested_file] $extra\n";
3388 echo "$result $tested [$tested_file] $extra\n";