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

/vbox/src/VBox/VMM/testcase/
H A DtstVMMFork.cpp46 int rcErrors = 0; local
96 rcErrors++;
128 rcErrors++;
131 if (rcErrors == 0)
141 if (rcErrors > 0)
142 RTPrintf(TESTCASE ": error: %d error(s) during fork(). Cannot proceed to test the VM.\n", rcErrors);
153 rcErrors++;
159 rcErrors++;
166 rcErrors++;
169 return rcErrors;
[all...]

Completed in 42 milliseconds