Changeset 84713 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Jun 5, 2020 7:04:13 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r84669 r84713 2957 2957 2958 2958 # Test very long arguments. 2959 if self.oTstDrv.fpApiVer >= 6.1: 2959 # Old(er) Windows OSes tend to crash in cmd.exe, so skip this. 2960 if self.oTstDrv.fpApiVer >= 6.1 \ 2961 and oTestVm.sKind not in ('WindowsNT4', 'Windows2000', 'WindowsXP', 'Windows2003'): 2960 2962 for _ in xrange(0, 16): 2961 2963 sFileName = str(self.oTestFiles.generateFilenameEx(128 * 1024, 2048));
Note:
See TracChangeset
for help on using the changeset viewer.