Changeset 91085 in vbox for trunk/src/VBox/ValidationKit/utils/audio/vkat.cpp
- Timestamp:
- Sep 2, 2021 9:21:13 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/audio/vkat.cpp
r91082 r91085 338 338 339 339 if (RT_FAILURE(rc)) 340 { 340 341 RTTestFailed(g_hTest, "Test #%RU32/%RU16: Playing test tone failed with %Rrc\n", pTstParms->idxCurrent, i, rc); 342 break; /* Not worth retrying, bail out. */ 343 } 341 344 } 342 345 … … 441 444 442 445 if (RT_FAILURE(rc)) 446 { 443 447 RTTestFailed(g_hTest, "Test #%RU32/%RU16: Recording test tone failed with %Rrc\n", pTstParms->idxCurrent, i, rc); 448 break; /* Not worth retrying, bail out. */ 449 } 444 450 } 445 451
Note:
See TracChangeset
for help on using the changeset viewer.