Changeset 82966 in vbox for trunk/src/VBox/ValidationKit/common/utils.py
- Timestamp:
- Feb 4, 2020 10:09:09 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/common/utils.py
r82640 r82966 1338 1338 # Note! We cannot use time.clock() as the timestamp must be portable across 1339 1339 # processes. See timeout testcase problem on win hosts (no logs). 1340 # Also, time.clock() was axed in python 3.8 (https://bugs.python.org/issue31803). 1340 1341 # 1341 1342 #import sys;
Note:
See TracChangeset
for help on using the changeset viewer.