Changeset 91202 in vbox
- Timestamp:
- Sep 10, 2021 2:48:49 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostAudioValidationKit.cpp
r91200 r91202 382 382 rc = RTSemEventWait(pThis->EventSemEnded, RT_MS_1MIN); 383 383 if (RT_FAILURE(rc)) 384 { 384 385 LogRel(("ValKit: Waiting for tests of set '%s' to end failed with %Rrc\n", pszTag, rc)); 386 387 /* The verification on the host will tell us later which tests did run and which didn't (anymore). 388 * So continue and pack (plus transfer) the test set to the host. */ 389 if (rc == VERR_TIMEOUT) 390 rc = VINF_SUCCESS; 391 } 385 392 386 393 int rc2 = RTCritSectEnter(&pThis->CritSect);
Note:
See TracChangeset
for help on using the changeset viewer.