Changeset 96549 in vbox for trunk/src/VBox/Runtime/testcase
- Timestamp:
- Aug 30, 2022 12:55:51 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstRTErr-1.cpp
r96407 r96549 302 302 303 303 if (cchMsgAll == ~(size_t)0) 304 cchMsgAll = RTStrPrintf(szMsgAll, sizeof(szMsgAll), "%s (%#x) - %s", pszDefine, rc, szMsg);304 cchMsgAll = RTStrPrintf(szMsgAll, sizeof(szMsgAll), "%s (%#x)", pszDefine, rc); 305 305 memset(pszBuf, '?', cbBuf); 306 306 cchRet = RTStrPrintf2(pszBuf2, cbBuf2, "%Rwa", rc); … … 352 352 memset(pszBuf, '?', cbBuf); 353 353 cchRet = RTStrPrintf2(pszBuf2, cbBuf2, "%Rwf", rc); 354 CHECK_TEST_RESULT2("RTErrWinFormatMsg/%Rwf", psz Msg, cchMsg);354 CHECK_TEST_RESULT2("RTErrWinFormatMsg/%Rwf", pszDefine, cchDefine); 355 355 356 356 memset(pszBuf, '?', cbBuf); 357 357 cchRet = RTStrPrintf2(pszBuf2, cbBuf2, "%Rhrf", rc); 358 CHECK_TEST_RESULT2("RTErrWinFormatMsg/%Rhrf", psz Msg, cchMsg);358 CHECK_TEST_RESULT2("RTErrWinFormatMsg/%Rhrf", pszDefine, cchDefine); 359 359 360 360 memset(pszBuf, '?', cbBuf);
Note:
See TracChangeset
for help on using the changeset viewer.