Searched refs:testFailure (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/ValidationKit/tests/teleportation/
H A DtdTeleportLocal1.py461 reporter.testFailure('TXS did not show up after %u min of teleporting (%u)...' \
561 reporter.testFailure('IConsole::teleport succeeded with bad password "%s"' % sPassword);
563 reporter.testFailure('IConsole::teleport returns %s instead of E_FAIL' \
566 reporter.testFailure('IConsole::teleport returns "%s" instead of "Invalid password"' \
569 reporter.testFailure('Destination completed unexpectedly after bad password "%s"' \
572 reporter.testFailure('IConsole::teleport failed with password "%s"' % sPassword);
578 reporter.testFailure('reconfig failed');
620 reporter.testFailure('The teleporation did not fail as expected');
624 reporter.testFailure('Result differs - src=%s dst=%s' \
628 reporter.testFailure('ErrorInf
[all...]
/vbox/src/VBox/ValidationKit/tests/selftests/
H A DtdSelfTest3.py104 # The use of testFailure.
105 reporter.testStart('Using testFailure()');
107 reporter.testFailure('failure detail message');
H A DtdSelfTest4.py105 reporter.testFailure('Detail %d' % i);
/vbox/src/VBox/ValidationKit/tests/cpu/
H A DtdCpuPae1.py67 reporter.testFailure('sErrId=%s, expected PAEmode' % (sErrId,));
69 reporter.testFailure('fFatal=%s, expected True' % (fFatal,));
209 reporter.testFailure('the callback did not fire');
/vbox/src/VBox/ValidationKit/tests/usb/
H A DtdUsb1.py281 reporter.testFailure('Failed to impersonate test device');
285 reporter.testFailure('Failed to connect to USB gadget');
287 reporter.testFailure('Failed to create USB device filter');
/vbox/src/VBox/ValidationKit/testdriver/
H A Dvboxinstaller.py424 reporter.testFailure('Installation error.');
432 reporter.testFailure('Extension pack installation error.');
458 reporter.testFailure('Uninstallation failed.');
H A Dreporter.py214 def testFailure(self, sDetails, sCaller): member in class:ReporterBase
276 self.testFailure('Test not closed by test drver', sCaller)
1198 def testFailure(sDetails): function
1206 g_oReporter.testFailure(sDetails, utils.getCallerName());
1229 # Use testFailure to do the work.
1232 g_oReporter.testFailure('Exception: %s' % (sXcpt,), sCaller);
1234 g_oReporter.testFailure('%s: %s' % (sDetails, sXcpt), sCaller);
/vbox/src/VBox/ValidationKit/tests/unittests/
H A DtdUnitTest1.py679 reporter.testFailure('Exit status: %d%s' % (iRc, sName));

Completed in 60 milliseconds