VirtualBox

Ignore:
Timestamp:
Oct 21, 2021 1:30:54 PM (3 years ago)
Author:
vboxsync
Message:

Audio/Validation Kit: Perform a quick audio driver stack self-test on start of the actual testing (guest + host), plus in self-test mode.​ bugref:10008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/utils/audio/vkat.cpp

    r91934 r91946  
    940940    }
    941941
     942    /* Do this first before everything else below. */
     943    rc = AudioTestDriverStackPerformSelftest();
     944    if (RT_FAILURE(rc))
     945        return RTMsgErrorExit(RTEXITCODE_FAILURE, "Testing driver stack failed: %Rrc\n", rc);
     946
    942947    AUDIOTESTDRVSTACK DrvStack;
    943948    if (fProbeBackends)
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