Searched refs:fRc2 (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/ValidationKit/testdriver/
H A Dvboxinstaller.py202 fRc2 = TestDriverBase.actionAbort(self);
204 return fRc1 and fRc2 and fRc3;
460 fRc2 = self._uninstallAllExtPacks();
461 if not fRc2 and fRc:
462 fRc = fRc2;
723 # fRc2, _ = self._sudoExecuteSync(['powershell.exe', '-Command', 'set-executionpolicy unrestricted']);
724 # if not fRc2:
727 # fRc2, _ = self._sudoExecuteSync(['powershell.exe', '-File', sMagicScript]);
728 # if not fRc2:
743 fRc2, iR
[all...]
H A Dbase.py1640 fRc2 = self.actionCleanupBefore();
1641 if fRc2 is not True: reporter.log("cleanup-before failed");
1642 if fRc2 is not True and fRc is True: fRc = fRc2;
1643 reporter.log('*** cleanup-before action completed (fRc2=%s, fRc=%s) ***' % (fRc2, fRc,));
1667 fRc2 = self.actionCleanupAfter();
1668 if fRc2 is not True: reporter.log("cleanup-after failed");
1669 if fRc2 is not True and fRc is True: fRc = fRc2;
[all...]
H A Dvboxtestvms.py788 fRc2 = fnCallback(oTestVm);
789 if fRc2 is None:
790 return fRc2;
791 fRc = fRc and fRc2;
/vbox/src/VBox/ValidationKit/tests/additions/
H A DtdAddBasic1.py144 (fRc2, oTxsSession) = self.aoSubTstDrvs[0].testIt(oTestVm, oSession, oTxsSession);
145 fRc = fRc2 and fRc;
H A DtdAddGuestCtrl.py1123 fRc2, curGuestSession = curTest.createSession(curGuestSessionName);
1124 if fRc2 is not True:
1125 reporter.error('Test #%d failed: Session creation failed: Got %s, expected True' % (i, fRc2));
1220 fRc2 = curTest.closeSession();
1221 if fRc2 is False:
1274 fRc2, curGuestSession = curTest.createSession(curGuestSessionName);
1278 and fRc2 is not curRes.fRc:
1280 % (i, fRc2, curRes.fRc));
1282 if fRc2:
1298 fRc2
[all...]
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmoddbghelp.cpp458 BOOL fRc2 = SymCleanup(hFake); Assert(fRc2); NOREF(fRc2); local
/vbox/src/VBox/ValidationKit/testboxscript/
H A Dtestboxtasks.py507 (fRc2, oAbortChild) = self._spawnChild('abort');
508 if oAbortChild is not None and fRc2 is True:
596 fRc2 = self._oTestBoxScript.reinitScratch(fnLog = self._log);
598 return fRc and fRc2;

Completed in 97 milliseconds