Searched refs:iExpect (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Main/testcase/ |
H A D | tstGuid.cpp | 51 #define CHECK_EQUAL_I(iRes, iExpect) \ 53 if (iRes != iExpect) \ 54 RTTestIFailed("line %u: expected \"%zd\" got \"%zd\"", __LINE__, iExpect, iRes); \
|
/vbox/src/VBox/VMM/testcase/ |
H A D | tstVMMR0CallHost-1.cpp | 94 int iExpect = (i % 7) == 0 ? i + 10000 : i; local 96 RTTESTI_CHECK_MSG_RET(rc == iExpect, ("i=%d rc=%d expected=%d\n", i, rc, iExpect), 1);
|
/vbox/src/VBox/Runtime/testcase/ |
H A D | tstIprtMiniString.cpp | 71 #define CHECK_EQUAL_I(iRes, iExpect) \ 73 if (iRes != iExpect) \ 74 RTTestIFailed("line %u: expected \"%zd\" got \"%zd\"", __LINE__, iExpect, iRes); \
|
Completed in 207 milliseconds