Lines Matching refs:reporter
47 from testdriver import reporter;
65 reporter.log('onRuntimeError: fFatal=%s sErrId="%s" sMessage="%s"' % (fFatal, sErrId, sMessage));
67 reporter.testFailure('sErrId=%s, expected PAEmode' % (sErrId,));
69 reporter.testFailure('fFatal=%s, expected True' % (fFatal,));
97 reporter.log('');
98 reporter.log('tdCpuPae1 Options:');
99 reporter.log(' --virt-modes <m1[:m2[:]]');
100 reporter.log(' Default: %s' % (':'.join(self.asVirtModesDef)));
101 reporter.log(' --cpu-counts <c1[:c2[:]]');
102 reporter.log(' Default: %s' % (':'.join(str(c) for c in self.acCpusDef)));
103 reporter.log(' --quick');
104 reporter.log(' Shorthand for: --virt-modes raw --cpu-counts 1 32');
209 reporter.testFailure('the callback did not fire');
226 reporter.testStart('Test 1');
230 if cCpus == 1: reporter.testStart('1 cpu');
231 else: reporter.testStart('%u cpus' % (cCpus));
241 reporter.testStart(hsVirtModeDesc[sVirtMode]);
247 reporter.testDone();
248 reporter.testDone();
250 return reporter.testDone()[1] == 0;