VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @66971   8 years vboxsync ValidationKit: addLogsToReport() is not available because the session …
(edit) @66964   8 years vboxsync ValidationKit: collect VM release log even if power up failed, there …
(edit) @66962   8 years vboxsync TxsConnectTask: Dropped the oVBox and fpApiVer members as the former …
(edit) @66960   8 years vboxsync TxsConnectTask: Try avoid cylic references with the callback instance. …
(edit) @66954   8 years vboxsync ValidationKit: fix comment regarding vboxcon use which showed bit rot
(edit) @66953   8 years vboxsync ValidationKit: when tearing down the API connection, don't forget to …
(edit) @66869   8 years vboxsync Chenged smoke test Windows8 to Windows8_64
(edit) @66622   8 years vboxsync ValidationKit: Kill cdb.exe on Windows during uninstall. No idea why …
(edit) @66618   8 years vboxsync VBox/Main: bugref:3300: VBoxSVC from terminal server session is not …
(edit) @66617   8 years vboxsync VBox/Main: bugref:3300: VBoxSVC from terminal server session is not …
(edit) @66478   8 years vboxsync ValidationKit: typo
(edit) @66477   8 years vboxsync ValidationKit: directly killing the verification dialogs didn't work, …
(edit) @66468   8 years vboxsync ValidationKit: fix pylint warnings
(edit) @66466   8 years vboxsync ValidationKit: get rid of leftover verification dialogs explicitly, as …
(edit) @66376   8 years vboxsync ValidationKit: if the msiexec process was found, decrease the amount …
(edit) @66364   8 years vboxsync ValidationKit: better waiting
(edit) @66360   8 years vboxsync ValidationKit: increase the timeout before we kill msiexec from 15 …
(edit) @66298   8 years vboxsync testdriver/vboxinstaller.py: there is no vboxnetadp6 driver service on …
(edit) @66291   8 years vboxsync testdriver/vboxinstaller.py: check all driver services again, since …
(edit) @66275   8 years vboxsync ValidationKit: for now don't fail a test on Windows even if services …
(edit) @66265   8 years vboxsync testdriver/vboxinstaller.py: disable VBoxNetAdp service check for now, …
(edit) @66261   8 years vboxsync testdriver/vboxinstaller.py: all services must be gone to call …
(edit) @66258   8 years vboxsync testdriver/vboxinstaller.py: Improve uninstall checking on Windows: …
(edit) @65967   8 years vboxsync ValidationKit/testdriver: pylint 2.0.0 fixes.
(edit) @65857   8 years vboxsync testdriver/reporter.py: Redid locking to account for garbage …
(edit) @65856   8 years vboxsync testdriver/reporter.py: Redid locking to account for garbage …
(edit) @65855   8 years vboxsync testdriver/reporter.py: Redid locking to account for garbage …
(edit) @65839   8 years vboxsync testdriver/reporter.py: Enabled the lock debugging for linux and …
(edit) @65838   8 years vboxsync testdriver/vboxwrappers.py: shut up warnings about already removed VM …
(edit) @65837   8 years vboxsync testdriver/reporter.py: Stupid typo in LockWrapper class.
(edit) @65835   8 years vboxsync Validation Kit: blacklist S11/64 on VIA
(edit) @65833   8 years vboxsync testdriver/reporter.py: pylint fix
(edit) @65832   8 years vboxsync testdriver/reporter.py: Temporary lock debugging for darwin hosts.
(edit) @65815   8 years vboxsync testdriver/reporter.py: Be more careful with the lock.
(edit) @65732   8 years vboxsync Validation Kit: fixes for pylint 1.6.x
(edit) @65730   8 years vboxsync ValidationKit: vboxwrappers.py no longer needs array
(edit) @65729   8 years vboxsync ValidationKit: when setting the MAC address: if we can't find out the …
(edit) @65693   8 years vboxsync Validation Kit: fixed typo
(edit) @65683   8 years vboxsync ValidationKit: when getting the IP address of the system (for testing …
(edit) @65513   8 years vboxsync ValidationKit: Collect information about the VM process state if …
(edit) @65460   8 years vboxsync ValidationKit: Allow to upload files from the misc/ category, use …
(edit) @65458   8 years vboxsync ValidationKit: Wrappers for IConsole::attachUSBDevice and …
(edit) @65386   8 years vboxsync Validation Kit: build fix
(edit) @65385   8 years vboxsync Validation Kit: blacklist rhel5 and W2k on Pentium 4 / Pentium D
(edit) @65384   8 years vboxsync Validation Kit: added isHostCpuP4()
(edit) @65378   8 years vboxsync ValidationKit: Fix getting the list of loaded binaries for some older …
(edit) @65377   8 years vboxsync ValidationKit: Another path fix for the back trace resolving, for the …
(edit) @65376   8 years vboxsync ValidationKit: Look in the scratch directory for the debug archive not …
(edit) @65374   8 years vboxsync ValidationKit: Some logging when RTLdrFlt couldn't be found
(edit) @65372   8 years vboxsync disable a pylint warning
(edit) @65371   8 years vboxsync trailing whitespace
(edit) @65370   8 years vboxsync ValidationKit: Make use of the BacktraceResolver class to symbolize …
(edit) @65369   8 years vboxsync ValidationKit: Implement method to symbolize stack traces from VM …
(edit) @65359   8 years vboxsync Validation Kit: explicitly blacklist WinXP x64, W2K3 x64 and Vista x64 …
(edit) @65341   8 years vboxsync ValidationKit: Fix for r112914, add the new kind prefix into the list …
(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) @65313   8 years vboxsync vboxinstaller.py: List the UID of the processes we're about to kill.
(edit) @65311   8 years vboxsync testdriver/vboxinstaller.py: On abort do _killAllVBoxProcesses before …
(edit) @65310   8 years vboxsync testdriver/vbox.py: On 'abort', kill the pids in the pid file before …
(edit) @65309   8 years vboxsync testdriver: append '/abort' to the log lines of scripts doing the …
(edit) @65270   8 years vboxsync Added Vista_64
(edit) @65230   8 years vboxsync testdriver: Implemented sudo kill for aborting VM processes.
(edit) @65209   8 years vboxsync testdriver/base.py: Temporarily log add pidFile* operations.
(edit) @65199   8 years vboxsync testdriver/base.py,vboxwrappers.py,tdUnitTest1.py: Modified pidFileAdd …
(edit) @65116   8 years vboxsync testdriver/vboxinstaller.py: repeat drvinst killing 4 times since MSI …
(edit) @65115   8 years vboxsync testdriver/vboxinstaller.py: Kill dangling …
(edit) @65114   8 years vboxsync testdriver/vboxinstaller.py: Kill drvinst.exe and give msiexec a …
(edit) @64543   8 years vboxsync vboxtestvms.py: Don't let the random hwvirt mode crayzness mess up the …
(edit) @64431   8 years vboxsync Added extra audio logging environment var.
(edit) @64332   8 years vboxsync Added host audio adapter init.
(edit) @64190   8 years vboxsync comment typo
(edit) @63761   8 years vboxsync ValidationKit/tdStorageBenchmark: Support testing different depths of …
(edit) @63746   8 years vboxsync ValidationKit/tdStorageBenchmark: Add option to test the different …
(edit) @63142   8 years vboxsync ValidationKit: Make it possible to set a different timeout when …
(edit) @63001   8 years vboxsync ValidationKit/testdriver/vboxwrappers.py: Make it possible to specify …
(edit) @62795   8 years vboxsync testdriver/base.py: Set TMPDIR & IPRT_TMPDIR on all platforms, and TMP …
(edit) @62484   8 years vboxsync (C) 2016
(edit) @62322   8 years vboxsync testdriver/reporter.py: delint
(edit) @62310   8 years vboxsync testdriver/reporter.py: drop xml-debug.
(edit) @62236   8 years vboxsync ValidationKit: Fix adding NVMe storage controllers
(edit) @62180   8 years vboxsync ValidationKit/vboxwrappers.py: fix typos
(edit) @62179   8 years vboxsync ValidationKit/txsclient.py: Convert string read from the stdin object …
(edit) @62159   8 years vboxsync ValidationKit/TestExecService: Add STDINEOS opcode to mark the end of …
(edit) @62110   8 years vboxsync reporter.py: delinting.
(edit) @62104   8 years vboxsync testdriver: Changed reporter.flushall() to also flush the XML stream …
(edit) @62100   8 years vboxsync reporter.doPollWork: Added debug string to see who is calling.
(edit) @62099   8 years vboxsync reporter.py: count polling as idle.
(edit) @62094   8 years vboxsync testdriver: more xml/poll/reporter hacking.
(edit) @62084   8 years vboxsync testdriver/report.py: More xml flush debug.
(edit) @62031   8 years vboxsync ValidationKit fix
(edit) @62026   8 years vboxsync testdriver/reporter.py: XML flushing debug code (must be removed lated)
(edit) @62007   8 years vboxsync asParavirtModesSup is an array
(edit) @62005   8 years vboxsync ValidationKit: use KVM for the ubuntu 15.10 smoke tests
(edit) @61981   8 years vboxsync vboxinstall.py: Don't unpack PDBs. Saved space and time.
(edit) @61956   8 years vboxsync vbox.py: VBoxStartup.log -> VBoxHardening.log
(edit) @61955   8 years vboxsync vboxwrappers.py: VBoxStartup.log -> VBoxHardening.log
(edit) @61953   8 years vboxsync testdriver: Added a doPollWork method to the reporter so the XML can …
(edit) @61952   8 years vboxsync testdriver/onRuntimeError: Log windows memory stats on HostMemoryLow.
(edit) @61951   8 years vboxsync testdriver/vbox*.py: Oh, don't be 'smart' and use pollTask to check …
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