VirtualBox

Changeset 93769 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Feb 15, 2022 10:07:05 PM (3 years ago)
Author:
vboxsync
Message:

vsheriff: Failure reason for windows Python/COM issue.

File:
1 edited

Legend:

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

    r93768 r93769  
    644644    ktReason_Host_DoubleFreeHeap                       = ( 'Host',              'Double free or corruption' );
    645645    ktReason_Host_LeftoverService                      = ( 'Host',              'Leftover service' );
     646    ktReason_Host_win32com_gen_py                      = ( 'Host',              'win32com.gen_py' );
    646647    ktReason_Host_Reboot_OSX_Watchdog_Timeout          = ( 'Host Reboot',       'OSX Watchdog Timeout' );
    647648    ktReason_Host_Modprobe_Failed                      = ( 'Host',              'Modprobe failed' );
     
    10881089    katSimpleMainLogReasons = [
    10891090        # ( Whether to stop on hit, reason tuple, needle text. )
     1091        ( False, ktReason_Host_win32com_gen_py,                     'ModuleNotFoundError: No module named \'win32com.gen_py' ),
     1092
    10901093    ];
    10911094
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