VirtualBox

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


Ignore:
Timestamp:
Jan 18, 2017 11:09:06 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
112951
Message:

Validation Kit: explicitly blacklist WinXP x64, W2K3 x64 and Vista x64 on VIA

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testdriver/vboxtestvms.py

    r65270 r65359  
    409409              or self.sVmName.find('sp3') >= 0:
    410410                return True;
     411        # XP x64 on a phyical VIA box hangs exactly like a VM.
     412        if self.aInfo[g_iKind] in ['WindowsXP_64', 'Windows2003_64']:
     413            return True;
     414        # Vista 64 throws BSOD 0x5D (UNSUPPORTED_PROCESSOR)
     415        if self.aInfo[g_iKind] in ['Vista_64']:
     416            return True;
    411417        return False;
    412418
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette