Changeset 82891 in vbox for trunk/src/VBox
- Timestamp:
- Jan 28, 2020 3:59:15 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/testcase/tstClipboardServiceHost.cpp
r82890 r82891 36 36 }; 37 37 38 /** Don't let assertions in the host service panic (core dump) the test cases. */39 RTDECL(bool) RTAssertShouldPanic(void)40 {41 #ifndef DEBUG_andy42 return false;43 #else44 return true;45 #endif46 }47 48 38 /** Call completion callback for guest calls. */ 49 39 static DECLCALLBACK(int) callComplete(VBOXHGCMCALLHANDLE callHandle, int32_t rc) … … 281 271 static void testHostCall(void) 282 272 { 273 RTAssertSetMayPanic(false); 274 283 275 testSetMode(); 284 276 #ifdef VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS
Note:
See TracChangeset
for help on using the changeset viewer.