Changeset 75738 in vbox for trunk/src/VBox/ValidationKit/tests/usb
- Timestamp:
- Nov 26, 2018 3:53:20 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/usb/usbgadget.py
r71983 r75738 982 982 return True; 983 983 except: pass; 984 # Windows?985 984 try: 986 985 if oXcpt[0] == errno.EWOULDBLOCK: 986 return True; 987 if utils.getHostOs == 'win' and oXcpt[0] == errno.WSAEWOULDBLOCK: # pylint: disable=E1101 987 988 return True; 988 989 except: pass;
Note:
See TracChangeset
for help on using the changeset viewer.