VirtualBox

Changeset 93767 in vbox


Ignore:
Timestamp:
Feb 15, 2022 9:57:50 PM (3 years ago)
Author:
vboxsync
Message:

vsheriff: Another windows install failure reason.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py

    r93766 r93767  
    639639    ktReason_Host_InstallationFailed                   = ( 'Host',              'Installation failed' );
    640640    ktReason_Host_InstallationWantReboot               = ( 'Host',              'Installation want reboot' );
     641    ktReason_Host_InvalidPackage                       = ( 'Host',              'ERROR_INSTALL_PACKAGE_INVALID' );
    641642    ktReason_Host_NotSignedWithBuildCert               = ( 'Host',              'Not signed with build cert' );
    642643    ktReason_Host_DoubleFreeHeap                       = ( 'Host',              'Double free or corruption' );
     
    877878            ( True,  ktReason_Host_InstallationWantReboot, 'ERROR_SUCCESS_REBOOT_REQUIRED' ),
    878879            ( False, ktReason_Host_InstallationFailed, 'Installation error.' ),
     880            ( True,  ktReason_Host_InvalidPackage, 'Uninstaller failed, exit code: 1620' ),
    879881        ],
    880882    };
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