VirtualBox

Changeset 75170 in vbox


Ignore:
Timestamp:
Oct 30, 2018 9:04:34 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
126249
Message:

ValidationKit/tests/serial: Change to integer division to avoid TypeError errors on some testboxes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/serial/tdSerial1.py

    r73623 r75170  
    233233                sFmt = '=I';
    234234                cBytes = 4;
    235                 for i in xrange(1048576 / 4):
     235                for i in xrange(1048576 // 4):
    236236                    _ = i;
    237237                    sData = oFile.read(cBytes);
Note: See TracChangeset for help on using the changeset viewer.

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