Changeset 68224 in vbox
- Timestamp:
- Aug 2, 2017 8:30:17 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 117328
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py
r68223 r68224 374 374 self.getFailureReason(self.ktReason_Host_DriverNotUnloading).idFailureReason, 375 375 self.getFailureReason(self.ktReason_Host_DriverNotCompilable).idFailureReason, 376 self.getFailureReason(self.ktReason_Host_InstallationFailed).idFailureReason, 376 377 ]; 377 378 … … 469 470 ktReason_Host_DriverNotUnloading = ( 'Host', 'Driver not unloading' ); 470 471 ktReason_Host_DriverNotCompilable = ( 'Host', 'Driver not compilable' ); 472 ktReason_Host_InstallationFailed = ( 'Host', 'Installation failed' ); 471 473 ktReason_Host_NotSignedWithBuildCert = ( 'Host', 'Not signed with build cert' ); 472 474 ktReason_Host_DoubleFreeHeap = ( 'Host', 'Double free or corruption' ); … … 676 678 ( True, ktReason_Host_DriverNotCompilable, 677 679 'This system is currently not set up to build kernel modules' ), 680 ( True, ktReason_Host_InstallationFailed, 681 'vboxdrv.sh: failed: Look at /var/log/vbox-install.log to find out what went wrong.' ), 678 682 ( True, ktReason_Host_DriverNotUnloading, 679 683 'Cannot unload module vboxdrv'),
Note:
See TracChangeset
for help on using the changeset viewer.