Searched refs:RTTestPassed (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Main/testcase/
H A DtstVBoxAPI.cpp66 RTTestPassed(g_hTest, "IVirtualBox::version");
73 RTTestPassed(g_hTest, "IVirtualBox::versionNormalized");
80 RTTestPassed(g_hTest, "IVirtualBox::revision");
87 RTTestPassed(g_hTest, "IVirtualBox::packageType");
94 RTTestPassed(g_hTest, "IVirtualBox::APIVersion");
101 RTTestPassed(g_hTest, "IVirtualBox::homeFolder");
108 RTTestPassed(g_hTest, "IVirtualBox::settingsFilePath");
116 RTTestPassed(g_hTest, "IVirtualBox::guestOSTypes");
132 RTTestPassed(g_hTest, "IVirtualBox::CreateMachine");
142 RTTestPassed(g_hTes
[all...]
/vbox/src/VBox/Runtime/testcase/
H A DtstUtf8.cpp100 RTTestPassed(hTest, "Random UTF-16 -> UTF-8 -> Current -> UTF-8 successful.\n");
106 RTTestPassed(hTest, "The second part of random UTF-16 -> UTF-8 -> Current -> UTF-8 returned VERR_NO_TRANSLATION. This is probably as it should be.\n");
108 RTTestPassed(hTest, "The second part of random UTF-16 -> UTF-8 -> Current -> UTF-8 returned VWRN_NO_TRANSLATION. This is probably as it should be.\n");
135 RTTestPassed(hTest, "Random UTF-16 -> UTF-8 -> UTF-16 successful.\n");
171 RTTestPassed(hTest, "Random UTF-16 -> fixed length UTF-8 -> UTF-16 successful.\n");
205 RTTestPassed(hTest, "Random UTF-16 -> UTF-8 -> fixed length UTF-16 successful.\n");
225 RTTestPassed(hTest, "Random UTF-16 -> fixed length UTF-8 with too short buffer successfully rejected.\n");
244 RTTestPassed(hTest, "Random UTF-16 -> UTF-8 -> fixed length UTF-16 with too short buffer successfully rejected.\n");
/vbox/src/VBox/ValidationKit/utils/usb/
H A DUsbTest.cpp277 RTTestPassed(g_hTest, "Opening device successful\n");
/vbox/include/iprt/
H A Dtest.h416 RTR3DECL(int) RTTestPassed(RTTEST hTest, const char *pszFormat, ...);
H A Dmangling.h1652 # define RTTestPassed RT_MANGLER(RTTestPassed) macro
/vbox/src/VBox/Runtime/r3/
H A Dtest.cpp1472 RTR3DECL(int) RTTestPassed(RTTEST hTest, const char *pszFormat, ...) function

Completed in 96 milliseconds