Searched refs:pszTest (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstRTUri.cpp199 static void tstScheme(size_t iCount, const char *pszUri, const char *pszTest) argument
202 if (pszTest)
204 RTTESTI_CHECK_MSG_RETV(pszResult, ("Result '%s' != '%s'", pszResult, pszTest));
205 RTTESTI_CHECK_MSG(RTStrCmp(pszResult, pszTest) == 0, ("Result '%s' != '%s'", pszResult, pszTest)); local
208 RTTESTI_CHECK_MSG(!pszResult, ("Result '%s' != '%s'", pszResult, pszTest));
214 static void tstAuthority(size_t iCount, const char *pszUri, const char *pszTest) argument
217 if (pszTest)
219 RTTESTI_CHECK_MSG_RETV(pszResult, ("Result '%s' != '%s'", pszResult, pszTest));
220 RTTESTI_CHECK_MSG(RTStrCmp(pszResult, pszTest) local
229 tstPath(size_t iCount, const char *pszUri, const char *pszTest) argument
235 RTTESTI_CHECK_MSG(RTStrCmp(pszResult, pszTest) == 0, ("Result '%s' != '%s'", pszResult, pszTest)); local
244 tstQuery(size_t iCount, const char *pszUri, const char *pszTest) argument
250 RTTESTI_CHECK_MSG(RTStrCmp(pszResult, pszTest) == 0, ("Result '%s' != '%s'", pszResult, pszTest)); local
259 tstFragment(size_t iCount, const char *pszUri, const char *pszTest) argument
265 RTTESTI_CHECK_MSG(RTStrCmp(pszResult, pszTest) == 0, ("Result '%s' != '%s'", pszResult, pszTest)); local
274 tstCreate(size_t iCount, const char *pszScheme, const char *pszAuthority, const char *pszPath, const char *pszQuery, const char *pszFragment, const char *pszTest) argument
280 RTTESTI_CHECK_MSG(RTStrCmp(pszResult, pszTest) == 0, ("Result '%s' != '%s'", pszResult, pszTest)); local
290 tstFileCreate(size_t iCount, const char *pszPath, const char *pszTest) argument
296 RTTESTI_CHECK_MSG(RTStrCmp(pszResult, pszTest) == 0, ("Result '%s' != '%s'", pszResult, pszTest)); local
306 tstFilePath(size_t iCount, const char *pszUri, const char *pszTest, uint32_t uFormat) argument
312 RTTESTI_CHECK_MSG(RTStrCmp(pszResult, pszTest) == 0, ("Result '%s' != '%s'", pszResult, pszTest)); local
[all...]
H A DtstRTR0SemMutexDriver.cpp101 * @param pszTest The test name.
104 unsigned cThreads, unsigned cSecs, PTSTRTR0SEMMUTEXREQ pReq, const char *pszTest)
106 RTTestSubF(g_hTest, "%s - %u threads", pszTest, cThreads);
103 tstDoThreadedTest(TSTRTR0SEMMUTEX enmSetup, TSTRTR0SEMMUTEX enmDo, TSTRTR0SEMMUTEX enmCleanup, unsigned cThreads, unsigned cSecs, PTSTRTR0SEMMUTEXREQ pReq, const char *pszTest) argument
H A DtstRTDigest-2.cpp54 const char *pszTest; member in struct:TESTRTDIGEST
91 RTTestIFailed("sub-test %#u (%s) failed: Expected %s, got %s.", iTest, pTest->pszTest, pTest->pszDigest, szDigest);
/vbox/src/VBox/Runtime/r3/
H A Dtest.cpp87 const char *pszTest; member in struct:RTTESTINT
191 static void rtTestXmlStart(PRTTESTINT pTest, const char *pszTest);
223 RTR3DECL(int) RTTestCreateEx(const char *pszTest, uint32_t fFlags, RTTESTLVL enmMaxLevel, argument
246 pTest->pszTest = RTStrDup(pszTest);
247 pTest->cchTest = strlen(pszTest);
311 RTStrmPrintf(g_pStdErr, "%s: test pipe error: RTEnvGetEx(IPRT_TEST_MAX_LEVEL) -> %Rrc\n", pszTest, rc);
330 pszTest, szEnvVal, rc);
335 RTStrmPrintf(g_pStdErr, "%s: test pipe error: RTEnvGetEx(IPRT_TEST_PIPE) -> %Rrc\n", pszTest, rc);
345 pszTest, iNativeTestPip
404 RTTestCreate(const char *pszTest, PRTTEST phTest) argument
410 RTTestInitAndCreate(const char *pszTest, PRTTEST phTest) argument
429 RTTestInitExAndCreate(int cArgs, char ***papszArgs, uint32_t fRtInit, const char *pszTest, PRTTEST phTest) argument
770 rtTestXmlStart(PRTTESTINT pTest, const char *pszTest) argument
[all...]
/vbox/include/iprt/
H A Dtest.h77 * @param pszTest The test name.
80 RTR3DECL(int) RTTestCreate(const char *pszTest, PRTTEST phTest);
122 * @param pszTest The test name.
138 RTR3DECL(int) RTTestCreateEx(const char *pszTest, uint32_t fFlags, RTTESTLVL enmMaxLevel,
159 * @param pszTest The test name.
162 RTR3DECL(RTEXITCODE) RTTestInitAndCreate(const char *pszTest, PRTTEST phTest);
174 * @param pszTest The test name.
177 RTR3DECL(RTEXITCODE) RTTestInitExAndCreate(int cArgs, char ***papszArgs, uint32_t fRtInit, const char *pszTest, PRTTEST phTest);

Completed in 73 milliseconds