VirtualBox

Changeset 92209 in vbox


Ignore:
Timestamp:
Nov 4, 2021 9:36:46 AM (3 years ago)
Author:
vboxsync
Message:

Audio/Validation Kit: Relaxed checks when calling AudioTestDestroy() on a test set which still has running (unfinished) tests. We now close all stuff we can and let it pack up all we got by now. The test set verification will then try to work on this state later then. bugref:10008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/AudioTest.cpp

    r92208 r92209  
    10611061        return VINF_SUCCESS;
    10621062
    1063     AssertReturn(pSet->cTestsRunning == 0, VERR_WRONG_ORDER); /* Make sure no tests sill are running. */
     1063    /* No more validation (no / still running tests) here -- just pack all stuff we got so far
     1064     * and let the verification routine deal with it later. */
    10641065
    10651066    int rc = AudioTestSetClose(pSet);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette