Changeset 66788 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- May 4, 2017 11:58:57 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 115200
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py
r66438 r66788 472 472 ktReason_OSInstall_GRUB_hang = ( 'O/S Install', 'GRUB hang' ); 473 473 ktReason_Panic_BootManagerC000000F = ( 'Panic', 'Hardware Changed' ); 474 ktReason_BootManager_Image_corrupt = ( 'Unknown', 'BOOTMGR Image corrupt' ); 474 475 ktReason_Panic_MP_BIOS_IO_APIC = ( 'Panic', 'MP-BIOS/IO-APIC' ); 475 476 ktReason_Panic_HugeMemory = ( 'Panic', 'Huge memory assertion' ); … … 873 874 ( True, ktReason_Panic_BootManagerC000000F, 874 875 "Windows failed to start. A recent hardware or software change might be the" ), 876 ( True, ktReason_BootManager_Image_corrupt, 877 "BOOTMGR image is corrupt. The system cannot boot." ), 875 878 ]; 876 879
Note:
See TracChangeset
for help on using the changeset viewer.