Lines Matching refs:TESTCASE

39 #define TESTCASE    "tstVMREQ"
56 RTPrintf(TESTCASE ": pvUser=%p:{%s}!\n", pvUser, (const char *)pvUser);
61 RTPrintf(TESTCASE ": fFlags=%#x!\n", fFlags);
66 RTPrintf(TESTCASE ": pszErrorId=%p:{%s}!\n", pszErrorId, pszErrorId);
71 RTPrintf(TESTCASE ": pszFormat=%p:{%s}!\n", pszFormat, pszFormat);
79 RTPrintf(TESTCASE ": RTStrPrintfV -> '%s'!\n", szBuf);
93 RTPrintf(TESTCASE ": u4K=%#x!\n", u4K);
98 RTPrintf(TESTCASE ": u1G=%#x!\n", u1G);
104 RTPrintf(TESTCASE ": pszFormat=%p:{%s}!\n", pszFormat, pszFormat);
112 RTPrintf(TESTCASE ": RTStrPrintfV -> '%s'!\n", szBuf);
183 RTPrintf(TESTCASE ": i=%d iReq=%d cReqs=%d rc=%Rrc (alloc)\n", i, iReq, cReqs, rc);
193 RTPrintf(TESTCASE ": i=%d iReq=%d cReqs=%d: iStatus=%d != %d\n", i, iReq, cReqs, apReq[iReq]->iStatus, iReq + i);
199 RTPrintf(TESTCASE ": i=%d iReq=%d cReqs=%d rc=%Rrc (free)\n", i, iReq, cReqs, rc);
204 // RTPrintf(TESTCASE ": i=%d\n", i);
233 RTPrintf(TESTCASE ": TESTING...\n");
259 RTPrintf(TESTCASE ": RTThreadWait(Thread1,,) failed, rc=%Rrc\n", rc);
267 RTPrintf(TESTCASE ": RTThreadCreate(&Thread1,,,,) failed, rc=%Rrc\n", rc);
275 RTPrintf(TESTCASE ": RTThreadWait(Thread1,,) failed, rc=%Rrc\n", rc);
283 RTPrintf(TESTCASE ": RTThreadCreate(&Thread0,,,,) failed, rc=%Rrc\n", rc);
287 RTPrintf(TESTCASE ": %llu ns elapsed\n", u64ElapsedTS);
298 RTPrintf(TESTCASE ": va_list argument test...\n"); RTStrmFlush(g_pStdOut);
309 RTPrintf(TESTCASE ": error: failed to power off vm! rc=%Rrc\n", rc);
315 RTPrintf(TESTCASE ": error: failed to destroy vm! rc=%Rrc\n", rc);
322 RTPrintf(TESTCASE ": fatal error: failed to create vm! rc=%Rrc\n", rc);
330 RTPrintf(TESTCASE ": SUCCESS\n");
332 RTPrintf(TESTCASE ": FAILURE - %d errors\n", g_cErrors);