Changeset 65115 in vbox
- Timestamp:
- Jan 4, 2017 3:49:13 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vboxinstaller.py
r65114 r65115 310 310 'vboxnetadpctl', 'vboxtestogl', 'vboxtunctl', 'vboxvmmpreload', 'vboxxpcomipcd', 'vmCreator', ]: 311 311 aoTodo.append(oProcess); 312 if sBase.startswith('virtualbox-') and sBase.endswith('-multiarch.exe'): 313 aoTodo.append(oProcess); 312 314 if iIteration in [0, 21] and sBase in [ 'windbg', 'gdb', 'gdb-i386-apple-darwin', ]: 313 315 reporter.log('Warning: debugger running: %s (%s)' % (oProcess.iPid, sBase,));
Note:
See TracChangeset
for help on using the changeset viewer.