Changeset 65693 in vbox for trunk/src/VBox/ValidationKit/testdriver/vboxtestvms.py
- Timestamp:
- Feb 9, 2017 8:53:40 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vboxtestvms.py
r65385 r65693 415 415 return True; 416 416 # Vista 64 throws BSOD 0x5D (UNSUPPORTED_PROCESSOR) 417 if self.aInfo[g_iKind] in [' Vista_64']:417 if self.aInfo[g_iKind] in ['WindowsVista_64']: 418 418 return True; 419 419 return False;
Note:
See TracChangeset
for help on using the changeset viewer.