Changeset 65835 in vbox for trunk/src/VBox
- Timestamp:
- Feb 21, 2017 4:54:21 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vboxtestvms.py
r65693 r65835 417 417 if self.aInfo[g_iKind] in ['WindowsVista_64']: 418 418 return True; 419 # Solaris 11 hangs on VIA, tested on a physical box (testboxvqc) 420 if self.aInfo[g_iKind] in ['Solaris11_64']: 421 return True; 419 422 return False; 420 423
Note:
See TracChangeset
for help on using the changeset viewer.