Searched refs:testnum (Results 1 – 6 of 6) sorted by relevance
2314 my ($testnum, $testname, $subject, $firstref, $secondref)=@_;2320 $timevrfyend{$testnum} = Time::HiRes::time() if($timestats);2323 logmsg "\n $testnum: $subject FAILED:\n";2331 logmsg "FAIL: $testnum - $testname - $subject\n";2813 my $testnum = $_[0];2815 return if((not defined($testnum)) || ($testnum < 1));2819 if($timevrfyend{$testnum}) {2822 elsif($timesrvrlog{$testnum}) {2823 $timevrfyend{$testnum} = $timesrvrlog{$testnum};2826 elsif($timetoolend{$testnum}) {[all …]
120 long testnum; in main() local173 testnum = lnum; in main()185 filename = test2file(testnum); in main()191 logmsg("Couldn't open test file %ld", testnum); in main()209 logmsg("Couldn't open test file %ld", testnum); in main()229 logmsg("Couldn't open test file %ld", testnum); in main()251 logmsg("Couldn't open test file %ld", testnum); in main()
222 int testnum = sizeof(tests) / sizeof(struct testcase); variable225 for(i = 0; i < testnum; i++) {
5403 java.lang.String testnum; in mathtestcheck() local5412 testnum = "gen" in mathtestcheck()5416 (new Test(testnum)).ok = flag; in mathtestcheck()
5399 java.lang.String testnum; in mathtestcheck() local5408 testnum = "gen" in mathtestcheck()5412 (new Test(testnum)).ok = flag; in mathtestcheck()
2329 - Josef Wolf's extension that allows a $TESTDIR/gdbinit$testnum file that when