Changeset 65359 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Jan 18, 2017 11:09:06 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 112951
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vboxtestvms.py
r65270 r65359 409 409 or self.sVmName.find('sp3') >= 0: 410 410 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; 411 417 return False; 412 418
Note:
See TracChangeset
for help on using the changeset viewer.