Changeset 28514 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Apr 20, 2010 11:30:01 AM (15 years ago)
- Location:
- trunk/src/VBox/Runtime/testcase
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstRTR0SemMutex.cpp
r28472 r28514 77 77 { \ 78 78 RTStrPrintf(pszErr, cchErr, "!%s -> %Rrc, expected %Rrc. line %u", szOp, rc, rcExpect, __LINE__); \ 79 SUPR0Printf("%s -> %d, expected %d. line %u", szOp, rc, rcExpect, __LINE__); \ 79 80 break; \ 80 81 } -
trunk/src/VBox/Runtime/testcase/tstRTR0SemMutexDriver.cpp
r28472 r28514 84 84 VINF_SUCCESS, 85 85 rcCheck); 86 if (Req.szMsg[0] == '!') 87 { 88 RTTestFailed(g_hTest, "%s", &Req.szMsg[1]); 89 return VERR_GENERAL_FAILURE; 90 } 91 if (Req.szMsg[0]) 92 RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS, "%s", Req.szMsg); 86 93 return VINF_SUCCESS; 87 94 } … … 179 186 if (rc) 180 187 return rc; 188 g_hTest = hTest; 181 189 RTTestBanner(hTest); 182 190
Note:
See TracChangeset
for help on using the changeset viewer.