Searched refs:RTTestSkipAndDestroy (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstRTThreadPoke.cpp71 return RTTestSkipAndDestroy(g_hTest, "No RTThreadPoke on Windows");
H A DtstRTFilesystem.cpp115 return RTTestSkipAndDestroy(hTest, "Missing required arguments\n");
H A DtstRTDvm.cpp191 return RTTestSkipAndDestroy(hTest, "Missing required arguments\n");
H A DtstRTS3.cpp192 return RTTestSkipAndDestroy(hTest, "Missing required arguments\n");
H A DtstRTLockValidator.cpp1291 : RTTestSkipAndDestroy(g_hTest, pszWhyDisabled);
/vbox/src/VBox/HostDrivers/Support/testcase/
H A DtstSupTscDelta.cpp80 return RTTestSkipAndDestroy(hTest, "Nothing to do. The --iterations argument is 0 or not given.");
93 return RTTestSkipAndDestroy(hTest, "No deltas to play with: enmUseTscDelta=%d\n", pGip->enmUseTscDelta);
/vbox/include/iprt/
H A Dtest.h340 RTR3DECL(RTEXITCODE) RTTestSkipAndDestroy(RTTEST hTest, const char *pszReasonFmt, ...);
H A Dmangling.h1659 # define RTTestSkipAndDestroy RT_MANGLER(RTTestSkipAndDestroy) macro
/vbox/src/VBox/Runtime/r3/
H A Dtest.cpp1303 RTR3DECL(RTEXITCODE) RTTestSkipAndDestroy(RTTEST hTest, const char *pszReasonFmt, ...) function

Completed in 113 milliseconds