Searched refs:RTTestErrorCount (Results 1 - 21 of 21) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstRTR0TimerDriver.cpp75 if (RTTestErrorCount(g_hTest) == 0)
98 if (RTTestErrorCount(g_hTest) == 0)
H A DtstRTTime.cpp67 if (RTTestErrorCount(hTest) >= 256)
75 if (RTTestErrorCount(hTest) >= 256)
H A DtstRTLocalIpc.cpp148 return !RTTestErrorCount(hTest) ? RTEXITCODE_SUCCESS : RTEXITCODE_FAILURE;
267 return !RTTestErrorCount(hTest) ? RTEXITCODE_SUCCESS : RTEXITCODE_FAILURE;
361 return !RTTestErrorCount(hTest) ? VINF_SUCCESS : VERR_GENERAL_FAILURE /* Doesn't matter */;
390 if (!RTTestErrorCount(pCtx->hTest))
402 if (RTTestErrorCount(pCtx->hTest))
405 if (!RTTestErrorCount(pCtx->hTest))
412 return !RTTestErrorCount(pCtx->hTest) ? VINF_SUCCESS : VERR_GENERAL_FAILURE /* Doesn't matter */;
452 if (RTTestErrorCount(hTest))
468 return !RTTestErrorCount(hTest) ? VINF_SUCCESS : VERR_GENERAL_FAILURE /* Doesn't matter */;
552 return !RTTestErrorCount(hTes
[all...]
H A DtstRTTcp-1.cpp44 uint32_t cStartErrors = RTTestErrorCount(g_hTest);
45 for (unsigned i = 0; i < 100 && cStartErrors == RTTestErrorCount(g_hTest); i++)
H A DtstRTCritSectRw.cpp254 uint32_t cErrorsBefore = RTTestErrorCount(g_hTest);
272 if (RTTestErrorCount(g_hTest) != cErrorsBefore)
H A DtstRTLockValidator.cpp357 uint32_t cErrors = RTTestErrorCount(g_hTest);
372 if (g_fDoNotSpin && RTTestErrorCount(g_hTest) != cErrors)
381 } while ( RTTestErrorCount(g_hTest) == cErrors
391 RTThreadSleep(RTTestErrorCount(g_hTest) == cErrors ? 0 : 50);
875 uint32_t cErrorsBefore = RTTestErrorCount(g_hTest);
913 if (cErrorsBefore == RTTestErrorCount(g_hTest))
1289 return RTTestErrorCount(g_hTest) > 0
1321 if (RTTestErrorCount(g_hTest) == 0)
H A DtstRTSemRW.cpp253 uint32_t cErrorsBefore = RTTestErrorCount(g_hTest);
272 if (RTTestErrorCount(g_hTest) != cErrorsBefore)
H A DtstRTFileAio.cpp206 if (RTTestErrorCount(g_hTest) == 0)
H A DtstRTSemEventMulti.cpp253 if (!RTTestErrorCount(g_hTest))
H A DtstRTPipe.cpp498 if (RTTestErrorCount(hTest) == 0)
H A DtstRTPoll.cpp418 if (RTTestErrorCount(hTest) == 0)
/vbox/src/VBox/Main/testcase/
H A DtstGuestCtrlContextID.cpp55 for (int t = 0; t < 4 && !RTTestErrorCount(hTest); t++)
79 for (int t = 0; t < 4048 && !RTTestErrorCount(hTest); t++)
/vbox/src/VBox/Runtime/r3/
H A Dtesti.cpp125 return RTTestErrorCount(NIL_RTTEST);
H A Dtest.cpp1641 RTR3DECL(uint32_t) RTTestErrorCount(RTTEST hTest) function
/vbox/src/VBox/HostDrivers/Support/testcase/
H A DtstSupSem.cpp293 if (RTTestErrorCount(hTest) == 0)
347 if (RTTestErrorCount(hTest) == 0)
408 if (RTTestErrorCount(hTest) == 0)
463 if (RTTestErrorCount(hTest) == 0)
518 if (RTTestErrorCount(hTest) == 0)
575 if (RTTestErrorCount(hTest) == 0)
/vbox/src/VBox/VMM/testcase/
H A DtstX86-1.cpp218 if (!RTTestErrorCount(hTest))
/vbox/src/VBox/Debugger/testcase/
H A DtstDBGCParser.cpp1176 if (RTTestErrorCount(g_hTest) == 0)
1178 if (RTTestErrorCount(g_hTest) == 0)
1184 if (RTTestErrorCount(g_hTest) == 0)
/vbox/src/VBox/Devices/VMMDev/
H A DVMMDevTesting.cpp329 while (RTTestErrorCount(pThis->hTestingTest) < u32)
/vbox/include/iprt/
H A Dtest.h561 RTR3DECL(uint32_t) RTTestErrorCount(RTTEST hTest);
H A Dmangling.h1621 # define RTTestErrorCount RT_MANGLER(RTTestErrorCount) macro
/vbox/src/VBox/Devices/Network/testcase/
H A DtstIntNetR0.cpp504 if (RTTestErrorCount(g_hTest) == 0)

Completed in 121 milliseconds