Searched defs:onRuntimeError (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/ValidationKit/tests/cpu/
H A DtdCpuPae1.py63 def onRuntimeError(self, fFatal, sErrId, sMessage): member in class:tdCpuPae1ConsoleCallbacks
65 reporter.log('onRuntimeError: fFatal=%s sErrId="%s" sMessage="%s"' % (fFatal, sErrId, sMessage));
/vbox/src/VBox/ValidationKit/testdriver/
H A Dvbox.py620 def onRuntimeError(self, fFatal, sErrId, sMessage): member in class:ConsoleEventHandlerBase
621 reporter.log2('onRuntimeError/%s' % (self.sName));
644 return self.onRuntimeError(oEvtIt.fatal, oEvtIt.id, oEvtIt.message)

Completed in 52 milliseconds