- Timestamp:
- Jul 25, 2017 3:27:24 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 117166
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py
r67716 r68110 469 469 ktReason_Host_DriverNotCompilable = ( 'Host', 'Driver not compilable' ); 470 470 ktReason_Host_NotSignedWithBuildCert = ( 'Host', 'Not signed with build cert' ); 471 ktReason_Host_DoubleFreeHeap = ( 'Host', 'Double free or corruption' ); 471 472 ktReason_Host_LeftoverService = ( 'Host', 'Leftover service' ); 472 473 ktReason_Host_Reboot_OSX_Watchdog_Timeout = ( 'Host Reboot', 'OSX Watchdog Timeout' ); … … 863 864 ( True, ktReason_Host_DriverNotLoaded, 'Error opening VBoxDrvStub: STATUS_OBJECT_NAME_NOT_FOUND' ), 864 865 ( True, ktReason_Host_NotSignedWithBuildCert, 'Not signed with the build certificate' ), 866 ( True, ktReason_Host_DoubleFreeHeap, 'double free or corruption' ), 865 867 ]; 866 868
Note:
See TracChangeset
for help on using the changeset viewer.