VirtualBox

source: vbox/trunk/src/VBox/ValidationKit/common

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @92882   3 years vboxsync ValKit/common/utils.py: Read 'comm' when 'exe' is inaccessible on linux.
(edit) @92305   3 years vboxsync ValKit: Some new test units - forgot testmanager. [fix] bugref:10093
(edit) @92302   3 years vboxsync ValKit: Some new test units - forgot testmanager. bugref:10093
(edit) @86919   4 years vboxsync ValKit/utils.py: Made the timestamp parser treat the seconds part as …
(edit) @86918   4 years vboxsync ValKit/utils.py: Made the timestamp parser treat the seconds part as …
(edit) @86588   4 years vboxsync common/utils.py: Adding whichProgram. bugref:9841
(edit) @86436   4 years vboxsync common/webutils.py: Fixed local file handling in downloadFile. bugref:9841
(edit) @84568   5 years vboxsync common/utils.py: add OS type for macOS 10.15 and new placeholders to …
(edit) @83585   5 years vboxsync common/utils.py: Added getShortIsoTimestamp and formatShortIsoTimestamp.
(edit) @83416   5 years vboxsync common/utils.py: Added processOutputUnchecked.
(edit) @83357   5 years vboxsync common/utils.py: Added a few functions of parsing and managing iso …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82966   5 years vboxsync ValKit: time.clock was dropped in 3.8, so stop using it.
(edit) @82640   5 years vboxsync common/utils.py: Fix toUnicode method for 2.x.
(edit) @82635   5 years vboxsync common/utils.py: Added toUnicode method.
(edit) @81112   5 years vboxsync common/utils.py: Added getPresentCpuCount method. [fix] bugref:9501
(edit) @81107   5 years vboxsync common/utils.py: Added getPresentCpuCount method. bugref:9501
(edit) @80237   5 years vboxsync ValKit/vboxinstaller.py,++: Hack for letting vboxinstaller report a …
(edit) @79908   5 years vboxsync ValKit: Use IDHCPServer::findLeaseByMAC to resolve VM IP addresses …
(edit) @79279   5 years vboxsync common/utils.py: byte compare optimization for 2.x. bugref:9151 bugref:9320
(edit) @79132   5 years vboxsync tdAddGuestCtrl.py: More cleanups. Created pathutils.py for dealing …
(edit) @79092   5 years vboxsync ValKit,++: Pylint 2.3.1 adjustments.
(edit) @79087   5 years vboxsync ValKit: New pylint version - cleanup in progress.
(edit) @78472   6 years vboxsync validationkit/common/utils.py: areBytesEqual adjustment
(edit) @78464   6 years vboxsync tdAddGuestCtrl.py,utils.py: Attempt at generic byte/string array …
(edit) @78463   6 years vboxsync tdAddGuestCtrl.py,utils.py: Attempt at generic byte/string array …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @72635   6 years vboxsync webutils.py: Changed downloadFile() to use urllib2 on python 2.x so we …
(edit) @72633   6 years vboxsync webutils.py: Fixed the fNoProxies parameter for downloadFile(). [pylint]
(edit) @72632   6 years vboxsync webutils.py: Fixed the fNoProxies parameter for downloadFile().
(edit) @72317   7 years vboxsync valkit/netutils.py: Fixes to the host IP getting code. [spacing]
(edit) @72316   7 years vboxsync valkit/netutils.py: Fixes to the host IP getting code.
(edit) @72297   7 years vboxsync valkit/common: Added netutils.py with getPrimaryHostIp() and …
(edit) @72296   7 years vboxsync valkit/common: Added netutils.py with getPrimaryHostIp() and …
(edit) @72238   7 years vboxsync valkit/utils.py: Fixed hasNonAsciiCharacters (busted on 3.x) and added …
(edit) @71963   7 years vboxsync ValidationKit: Make pylint happy
(edit) @71233   7 years vboxsync utils.py: shut up seemingly confused pylint.
(edit) @71158   7 years vboxsync utils.py: printOut/Err fix for pipes and files on 2.x
(edit) @71157   7 years vboxsync utils.py,vcs_import.py: Added printOut and printErr to utils for …
(edit) @70710   7 years vboxsync common/utils.py: Untar fix for python 3.6 and later. [pylint]
(edit) @70709   7 years vboxsync common/utils.py: Untar fix for python 3.6 and later.
(edit) @70660   7 years vboxsync ValidationKit: Python 3 and pylint 1.8.1 adjustments/fixes.
(edit) @70575   7 years vboxsync ValidationKit: More python 3 adjustments.
(edit) @70569   7 years vboxsync common/utils.py: More python 3 fixes. [d'oh]
(edit) @70568   7 years vboxsync common/utils.py: More python 3 fixes.
(edit) @70567   7 years vboxsync utils.py: Python 3 fixes.
(edit) @70566   7 years vboxsync testboxdriver,testboxscript: Python3 updates.
(edit) @70518   7 years vboxsync common/utils.py: Python 3 adjustments.
(edit) @69578   7 years vboxsync better processExists() implementations for windows.
(edit) @69573   7 years vboxsync common/utils.py: Added getObjectTypeName method.
(edit) @69547   7 years vboxsync common/utils.py: Use the PyHandle.Close method rather than …
(edit) @69461   7 years vboxsync common/utils.py: pylint fix
(edit) @69443   7 years vboxsync common/utils.py: openNoDenyDeleteNoInherit
(edit) @69111   7 years vboxsync (C) year
(edit) @68314   7 years vboxsync added OS types for macOS 10.12 and 10.13
(edit) @68139   7 years vboxsync ValidationKit: disable gdb pagination
(edit) @67062   8 years vboxsync ValidationKit: common/utils.py: doesn't work reliably on Windows
(edit) @66818   8 years vboxsync ValidationKit: distinguish between workstation and server for newer …
(edit) @66472   8 years vboxsync common/utils.py: make asArgs at least an array containing one string, …
(edit) @66302   8 years vboxsync ValidationKit: in getHostOsVersion() also print the SP major/minor if not 0
(edit) @66271   8 years vboxsync ValidationKit: add Windows build ID to getHostOsVersion()
(edit) @65969   8 years vboxsync ValidationKit/common: pylint 2.0.0 fixes.
(edit) @65958   8 years vboxsync common/utils.py: Figured out how to do openNoInherit on Windows.
(edit) @65956   8 years vboxsync common/utils.py: processGetInfo: windows fix.
(edit) @65941   8 years vboxsync try to fix the Windows builds (do it like r108240)
(edit) @65828   8 years vboxsync python 3 fixes.
(edit) @65375   8 years vboxsync ValidationKit: Implement support to query some process state on …
(edit) @65335   8 years vboxsync testmanager,testdriver: Adjustments of process info dumping. Don't do …
(edit) @65321   8 years vboxsync ValidationKit: Try to gather some basic process information for failed …
(edit) @65312   8 years vboxsync common/utils.py: Fixed processListAll for darwin (returned empty list).
(edit) @65196   8 years vboxsync common/utils.py,testboxscript,tdUnitTest1: Create separate windows …
(edit) @65007   8 years vboxsync common/utils.py: Use 'ps' on solaris so we get info on suid processes …
(edit) @65006   8 years vboxsync common/utils.py: Use 'ps' on solaris so we get info on suid processes …
(edit) @64120   8 years vboxsync common/utils.py: hasNonAsciiCharacters testcase.
(edit) @62484   8 years vboxsync (C) 2016
(edit) @62025   8 years vboxsync ValidationKit,common: Wrapped shutil.copyfile in common/utils.py as …
(edit) @61988   8 years vboxsync common/utils.py,testboxscript_real.py: List the content of the scratch …
(edit) @61980   8 years vboxsync common/utils.py: Optimized unpackFile().
(edit) @61957   8 years vboxsync common/utils.py: Sierra (OS X) and drop performance counter frequency …
(edit) @61834   8 years vboxsync webutils.py: pylint 1.5.5 fixes
(edit) @61468   8 years vboxsync testmanager: Adding sComment and fRawMode fields to TestBoxes and …
(edit) @61464   8 years vboxsync common/utils.py: Corrected the timestamp implementation on windows to …
(edit) @61172   9 years vboxsync common/utils.py: Updated getHostOsVersion for OS X 10.11 and 10.12.
(edit) @56762   9 years vboxsync better idea for escapeAttrToStr.
(edit) @56374   9 years vboxsync ValidationKit: Added option for skipping raw-mode tests based on …
(edit) @56295   9 years vboxsync ValidationKit: Updated (C) year.
(edit) @53284   10 years vboxsync ValidationKit: distinguish between RHEL and OL
(edit) @53137   10 years vboxsync Validation Kit: show both the darwin version and the OSX version
(edit) @53135   10 years vboxsync Validation Kit: OS X code names
(edit) @53125   10 years vboxsync ValidationKit: OS version on darwin as OS version, not kernel version
(add) @52776   10 years vboxsync fix OSE
Note: See TracRevisionLog for help on using the revision log.

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