VirtualBox

Changeset 84713 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
Jun 5, 2020 7:04:13 PM (4 years ago)
Author:
vboxsync
Message:

Validation Kit/tdAddGuestCtrl.py: Skip testing very long arguments on old(er) Windows OSes, as they tend to crash in cmd.exe.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py

    r84669 r84713  
    29572957
    29582958        # 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'):
    29602962            for _ in xrange(0, 16):
    29612963                sFileName = str(self.oTestFiles.generateFilenameEx(128 * 1024, 2048));
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette