VirtualBox

source: vbox/trunk/src/VBox/ValidationKit

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @90961   3 years vboxsync Audio/Validation Kit: Skip audio tests for non-trunk builds for now. …
(edit) @90957   3 years vboxsync USB/Validation Kit: Applied the roughly the same fix as for r146541: …
(edit) @90918   3 years vboxsync Audio/Validation Kit: Simplified ATS init / destruction handling. …
(edit) @90912   3 years vboxsync Audio/Validation Kit: More connection mode handling. bugref:10008
(edit) @90900   3 years vboxsync Audio/VKAT: Renaming. bugref:10008
(edit) @90899   3 years vboxsync Audio/VKAT: Simplified self-test. bugref:10008
(edit) @90898   3 years vboxsync Audio/VKAT: More logging. bugref:10008
(edit) @90896   3 years vboxsync Audio/ValKit: Explicitly let the guest VKAT connect to the host on …
(edit) @90895   3 years vboxsync Audio/VKAT: Context for self-test is only needed to be available in …
(edit) @90894   3 years vboxsync Audio/VKAT: Context for self-test is only needed to be available in …
(edit) @90892   3 years vboxsync Audio/VKAT: More code for TCP/IP connection mode handling; don't do …
(edit) @90891   3 years vboxsync Audio/VKAT: The ATS callback context has to be on the heap, not on the …
(edit) @90887   3 years vboxsync Audio/VKAT: More code for TCP/IP connection mode handling; don't do …
(edit) @90868   3 years vboxsync Audio/VKAT: More logging adjustments. bugref:10008
(edit) @90851   3 years vboxsync Audio/VKAT: Fail-safe for not trying too hard playing back stuff; …
(edit) @90846   3 years vboxsync Audio/ValKit: tdAudioTest.py: Log adjuments for …
(edit) @90845   3 years vboxsync Audio/ValKit: Fix trying to address Validation Kit XML output error …
(edit) @90831   3 years vboxsync Audio/ValKit: More work on ATS client destruction handling [build …
(edit) @90830   3 years vboxsync Audio/ValKit: More work on ATS client destruction handling. bugref:10008
(edit) @90793   3 years vboxsync Audio/ValKit: tdAudioTest.py: Toned down verbose logging for process …
(edit) @90788   3 years vboxsync Audio/VKAT: Space nit. bugref:10008
(edit) @90787   3 years vboxsync Audio/ValKit: Try canceling the guest VKAT execution task to not run …
(edit) @90786   3 years vboxsync Audio/ValKit: Use "--probe-backends" on the host and guests by default …
(edit) @90777   3 years vboxsync Audio/ValKit: Use "--probe-backends" on the host and guests by default …
(edit) @90776   3 years vboxsync Audio/VKAT: Implemented "--probe-backends" commands to auto-probe all …
(edit) @90772   3 years vboxsync Audio/ValKit: tdAudioTest.py: Always decode process output as UTF-8. …
(edit) @90769   3 years vboxsync Audio/VKAT: More self-test fixes; docs. bugref:10008
(edit) @90767   3 years vboxsync Audio/ValKit: Decoupled the driver stack from the test environment, so …
(edit) @90766   3 years vboxsync Audio/ValKit: Decoupled the driver stack from the test environment, so …
(edit) @90754   3 years vboxsync Audio/ValKit: tdAudioTest.py: Log stuff in killHstProcessByName() to …
(edit) @90753   3 years vboxsync Audio/ValKit: tdAudioTest.py: Log stuff in killHstProcessByName() to …
(edit) @90746   3 years vboxsync Audio/ValKit: tdAudioTest.py: Removed asyncio stuff again; requires …
(edit) @90744   3 years vboxsync Audio/ValKit: tdAudioTest.py: Removed asyncio stuff again; requires …
(edit) @90741   3 years vboxsync Audio/ValKit: tdAudioTest.py: More adjustments / additions for Windows …
(edit) @90740   3 years vboxsync ValKit: More Python 3.9 API changes needed (array.array.tostring() -> …
(edit) @90736   3 years vboxsync Audio/VKAT: Use 16-bit sample sizes as default when manually playing …
(edit) @90724   3 years vboxsync Audio/VKAT: Implemented ability to play test tones locally (for …
(edit) @90723   3 years vboxsync Audio/VKAT: Implemented ability to play test tones locally (for …
(edit) @90721   3 years vboxsync Audio/VKAT: Brought syntax help up-to-date. ​bugref:10008
(edit) @90718   3 years vboxsync Audio/VKAT: A bit more error logging; useful for the test boxes. …
(edit) @90704   3 years vboxsync Audio/VKAT: Don't download stuff and verify if g_fTerminate already is …
(edit) @90703   3 years vboxsync Audio/VKAT: Release logger tweaks. ​bugref:10008
(edit) @90684   3 years vboxsync Audio/ValKit: tdAudioTest.py: Factored out running host binaries into …
(edit) @90683   3 years vboxsync Audio/ValKit: Logging tweaks for VKAT. ​bugref:10008
(edit) @90682   3 years vboxsync bs3-locking-1: Report time per loop, corrected a sub test name. bugref:6695
(edit) @90681   3 years vboxsync bs3kit/UD8DQ: In assembly we use ASM_MODEL_FAR_CODE not …
(edit) @90678   3 years vboxsync bs3-locking-1: More tests. bugref:6695
(edit) @90668   3 years vboxsync Audio/ValKit: Fixes for tdAudioTest.py to disable the guest and host …
(edit) @90666   3 years vboxsync Audio/ValKit: Fixes for tdAudioTest.py to disable the guest and host …
(edit) @90656   3 years vboxsync Audio/ValKit: Renaming (killProcessByName -> killHstProcessByName). …
(edit) @90655   3 years vboxsync Audio/ValKit: Added initial support to tdAudioTest.py to disable the …
(edit) @90653   3 years vboxsync Audio/ValKit: Added initial support to tdAudioTest.py to disable the …
(edit) @90651   3 years vboxsync Audio/ValKit: Added initial support to tdAudioTest.py to disable the …
(edit) @90646   3 years vboxsync Audio/ValKit: Added initial support to tdAudioTest.py to disable the …
(edit) @90644   3 years vboxsync Audio/ValKit: Don't use killall but grep'ing ps instead, as older …
(edit) @90643   3 years vboxsync Audio/ValKit: Don't use killall but grep'ing ps instead, as older …
(edit) @90635   3 years vboxsync bs3-locking-1: More tests. bugref:6695
(edit) @90616   3 years vboxsync ValKit: More Python 3.9 API changes needed (array.array.tostring() -> …
(edit) @90615   3 years vboxsync ValKit: More Python 3.9 API changes needed (array.array.tostring() -> …
(edit) @90596   3 years vboxsync ValKit: More Python 3.9 API changes needed (array.array.tostring() -> …
(edit) @90595   3 years vboxsync ValKit: More Python 3.9 API changes needed (array.array.tostring() -> …
(edit) @90594   3 years vboxsync ValKit: More Python 3.9 API changes needed (Thread.isAlive() -> …
(edit) @90517   3 years vboxsync Audio/ValKit: killall is not available on older Debians; use pidof …
(edit) @90510   3 years vboxsync Audio/ValKit: Try to retrieve (daemonized) VKAT guest logs for better …
(edit) @90509   3 years vboxsync Audio/ValKit: No need to wait for draining audio data if there only is …
(edit) @90508   3 years vboxsync Audio/ValKit: More logging for tdAudioTest.py. ​bugref:10008
(edit) @90507   3 years vboxsync Audio/ValKit: More error logging for VKAT. ​bugref:10008
(edit) @90506   3 years vboxsync Audio/ValKit: Show VKAT logo before daemonizing. ​bugref:10008
(edit) @90503   3 years vboxsync VMMDevTesting,bs3-locking-1: Expanded the locking test port to two …
(edit) @90496   3 years vboxsync Audio/ValKit: More bugfixing for tdAudioTest. ​bugref:10008
(edit) @90474   3 years vboxsync bs3-locking-1: scm fix. bugref:6695
(edit) @90471   3 years vboxsync bs3-locking-1: Test more, report some values. bugref:6695
(edit) @90470   3 years vboxsync ValKit/Bs3Kit: Added Bs3TestValue.
(edit) @90463   3 years vboxsync bs3-locking-1: New testcase. bugref:6695
(edit) @90248   3 years vboxsync ValidationKit: Enable Intel IOMMU (VT-d) smoketest as well since AC'97 …
(edit) @90246   3 years vboxsync ValidationKit: Disabled tst-ubuntu-20_04-64-vtd until AC'97 issue is …
(edit) @90244   3 years vboxsync ValidationKit: Add support for testing IOMMU. Ubuntu 20.04 smoketest …
(edit) @90243   3 years vboxsync testdriver/vbox.py: Fix floating point rounding issues (0.1 is known …
(edit) @90224   3 years vboxsync Audio/ValKit: Make sure that the Validation Kit .ISO is mounted to …
(edit) @90222   3 years vboxsync Audio/ValKit: More bugfixing for tdAudioTest. bugref:10008
(edit) @90221   3 years vboxsync Audio/ValKit: Trying to fix the VM config action in tdAudioTest.py() …
(edit) @90207   3 years vboxsync Audio/ValKit: Added --audio-tests option to tdAudioTest.py for running …
(edit) @90195   3 years vboxsync Audio/ValKit: tdAudioTest.py build fix. bugref:10008
(edit) @90194   3 years vboxsync Audio/ValKit: tdAudioTest.py build fix [pylint]. bugref:10008
(edit) @90191   3 years vboxsync Audio/ValKit: Added tdAudioTest test driver to the Validation Kit …
(edit) @90130   3 years vboxsync Audio/ValKit: A bit of renaming. bugref:10008
(edit) @90129   3 years vboxsync Audio/ValKit: More fixes and additions for the Validation Kit test …
(edit) @90117   3 years vboxsync Audio/ValKit: Made daemonizing of VKAT / VBoxAudioTest more generic to …
(edit) @90100   3 years vboxsync Reverted r145598 (Audio/ValKit: Use RTProcDaemonizeUsingFork() and …
(edit) @90099   3 years vboxsync Audio/ValKit: First working version of the VKAT Validation Kit test …
(edit) @90098   3 years vboxsync Audio/ValKit: Use RTProcDaemonizeUsingFork() and also added PID file …
(edit) @90087   3 years vboxsync Audio/ValKit: Unified (and fixed some of the) RTGetOpt return values …
(edit) @90084   3 years vboxsync Audio/ValKit: Added daemonizing testing support for VKAT / …
(edit) @90079   3 years vboxsync Audio/ValKit: Device detection / enumeration fixes. bugref:10008
(edit) @90044   3 years vboxsync Audio/ValKit: Added a debug message to the test command to …
(edit) @89994   3 years vboxsync Audio/ValKit: Cleaned up test object API + handling. bugref:10008
(edit) @89992   3 years vboxsync Audio/ValKit: More testing code fixes and additions. bugref:10008
(edit) @89988   3 years vboxsync Audio/ValKit: Fixes and additions for test tone playback. bugref:10008
(edit) @89966   3 years vboxsync Audio/ValKit: Be less strict when (binary) comparing test set audio …
(edit) @89964   3 years vboxsync Audio/ValKit: Closing fixes for audioVerifyOne(). bugref:10008
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