VirtualBox

Changeset 65735 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
Feb 10, 2017 4:01:29 PM (8 years ago)
Author:
vboxsync
Message:

Validation Kit: added another VGA text failure reason

File:
1 edited

Legend:

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

    r65728 r65735  
    468468    ktReason_Networking_Nonexistent_host_nic           = ( 'Networking',        'Nonexistent host networking interface' );
    469469    ktReason_OSInstall_GRUB_hang                       = ( 'O/S Install',       'GRUB hang' );
     470    ktReason_Panic_BootManagerC000000F                 = ( 'Panic',             'Hardware Changed' );
    470471    ktReason_Panic_MP_BIOS_IO_APIC                     = ( 'Panic',             'MP-BIOS/IO-APIC' );
    471472    ktReason_Panic_HugeMemory                          = ( 'Panic',             'Huge memory assertion' );
     
    798799        ( True,  ktReason_OSInstall_GRUB_hang,
    799800          "-----\nGRUB Loading stage2..\n\n\n\n" ),
     801        ( True,  ktReason_Panic_BootManagerC000000F,
     802          "Windows failed to start. A recent hardware or software change might be the" ),
    800803    ];
    801804
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