# # ChangeLog for trunk/src/VBox/ValidationKit in vbox # # Generated by Trac 1.4.3.2 # Dec 3, 2024 12:13:39 PM Tue, 10 Sep 2019 12:21:45 GMT vboxsync [80697] * trunk/src/VBox/ValidationKit/testdriver/vboxinstaller.py (modified) ValKit/vboxinstaller.py: Reverted previous commit (r133231). Tue, 10 Sep 2019 10:25:23 GMT vboxsync [80693] * trunk/src/VBox/ValidationKit/testdriver/vboxinstaller.py (modified) testdriver/vboxinstaller.py: Always include the verbose MSI ... Wed, 04 Sep 2019 14:05:50 GMT vboxsync [80585] * trunk/include/iprt/file.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/include/iprt/vfs.h (modified) * trunk/include/iprt/vfslowlevel.h (modified) * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) * trunk/src/VBox/Devices/Network/slirp/tftp.c (modified) * trunk/src/VBox/Devices/PC/ACPI/VBoxAcpi.cpp (modified) * trunk/src/VBox/Devices/PC/DevACPI.cpp (modified) * trunk/src/VBox/Devices/PC/DevPcBios.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageControlVM.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp (modified) * trunk/src/VBox/Main/src-all/TextScript.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) * trunk/src/VBox/Main/src-server/MachineImplCloneVM.cpp (modified) * trunk/src/VBox/Main/src-server/MachineImplMoveVM.cpp (modified) * trunk/src/VBox/Main/src-server/MediumImpl.cpp (modified) * trunk/src/VBox/Main/src-server/generic/AutostartDb-generic.cpp (modified) * trunk/src/VBox/Runtime/VBox/VBoxRTImp.def (modified) * trunk/src/VBox/Runtime/common/checksum/RTSha1Digest.cpp (modified) * trunk/src/VBox/Runtime/common/checksum/RTSha256Digest.cpp (modified) * trunk/src/VBox/Runtime/common/checksum/manifest.cpp (modified) * trunk/src/VBox/Runtime/common/dbg/dbgmodmapsym.cpp (modified) * trunk/src/VBox/Runtime/common/dvm/dvm.cpp (modified) * trunk/src/VBox/Runtime/common/fs/extvfs.cpp (modified) * trunk/src/VBox/Runtime/common/fs/fatvfs.cpp (modified) * trunk/src/VBox/Runtime/common/fs/isomaker.cpp (modified) * trunk/src/VBox/Runtime/common/fs/isomakercmd.cpp (modified) * trunk/src/VBox/Runtime/common/fs/isomakerimport.cpp (modified) * trunk/src/VBox/Runtime/common/fs/isovfs.cpp (modified) * trunk/src/VBox/Runtime/common/fs/ntfsvfs.cpp (modified) * trunk/src/VBox/Runtime/common/fs/xfsvfs.cpp (modified) * trunk/src/VBox/Runtime/common/fuzz/fuzz.cpp (modified) * trunk/src/VBox/Runtime/common/ldr/ldrFile.cpp (modified) * trunk/src/VBox/Runtime/common/ldr/ldrVfsFile.cpp (modified) * trunk/src/VBox/Runtime/common/log/log.cpp (modified) * trunk/src/VBox/Runtime/common/misc/inifile.cpp (modified) * trunk/src/VBox/Runtime/common/misc/s3.cpp (modified) * trunk/src/VBox/Runtime/common/vfs/vfsbase.cpp (modified) * trunk/src/VBox/Runtime/common/vfs/vfsprogress.cpp (modified) * trunk/src/VBox/Runtime/common/vfs/vfsreadahead.cpp (modified) * trunk/src/VBox/Runtime/common/vfs/vfsstdfile.cpp (modified) * trunk/src/VBox/Runtime/generic/RTFileCopyByHandlesEx-generic.cpp (modified) * trunk/src/VBox/Runtime/generic/RTFileQuerySize-generic.cpp (modified) * trunk/src/VBox/Runtime/r0drv/darwin/fileio-r0drv-darwin.cpp (modified) * trunk/src/VBox/Runtime/r3/fileio.cpp (modified) * trunk/src/VBox/Runtime/r3/posix/fileio-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/win/fileio-win.cpp (modified) * trunk/src/VBox/Runtime/r3/xml.cpp (modified) * trunk/src/VBox/Runtime/testcase/Makefile.kmk (modified) * trunk/src/VBox/Runtime/testcase/tstFile.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTDvm.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTFileQuerySize-1.cpp (moved) * trunk/src/VBox/Runtime/testcase/tstRTFilesystem.cpp (modified) * trunk/src/VBox/Runtime/tools/RTLdrCheckImports.cpp (modified) * trunk/src/VBox/Runtime/tools/RTSignTool.cpp (modified) * trunk/src/VBox/Storage/DMG.cpp (modified) * trunk/src/VBox/Storage/VD.cpp (modified) * trunk/src/VBox/Storage/VISO.cpp (modified) * trunk/src/VBox/Storage/testcase/VDIoBackend.cpp (modified) * trunk/src/VBox/Storage/testcase/tstVDIo.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMAsyncCompletionFile.cpp (modified) * trunk/src/VBox/VMM/VMMR3/SSM.cpp (modified) * trunk/src/VBox/VMM/testcase/tstAnimate.cpp (modified) * trunk/src/VBox/ValidationKit/tests/unittests/tdUnitTest1.py (modified) * trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp (modified) Runtime: Some renaming to stay consistent (*Get* always returns what ... Tue, 03 Sep 2019 14:34:21 GMT vboxsync [80569] * trunk/doc/VBox-CodingGuidelines.cpp (modified) * trunk/doc/manual/en_US/user_AdvancedTopics.xml (modified) * trunk/include/iprt/process.h (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlProcess.cpp (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlSession.cpp (modified) * trunk/src/VBox/Frontends/Common/PasswordInput.cpp (added) * trunk/src/VBox/Frontends/Common/PasswordInput.h (added) * trunk/src/VBox/Frontends/VBoxAutostart/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VBoxAutostart/VBoxAutostart-win.cpp (modified) * trunk/src/VBox/Frontends/VBoxAutostart/VBoxAutostart.h (modified) * trunk/src/VBox/Frontends/VBoxAutostart/VBoxAutostartUtils.cpp (modified) * trunk/src/VBox/Frontends/VBoxBugReport/VBoxBugReport.cpp (modified) * trunk/src/VBox/Frontends/VBoxHeadless/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.h (modified) * trunk/src/VBox/Frontends/VBoxSDL/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/MachineLaunchVMCommonWorker.h (added) * trunk/src/VBox/Main/include/VirtualBoxSDSImpl.h (modified) * trunk/src/VBox/Main/src-all/ExtPackManagerImpl.cpp (modified) * trunk/src/VBox/Main/src-all/MachineLaunchVMCommonWorker.cpp (added) * trunk/src/VBox/Main/src-client/ClientTokenHolder.cpp (modified) * trunk/src/VBox/Main/src-global/win/VirtualBoxSDSImpl.cpp (modified) * trunk/src/VBox/Main/src-helper-apps/VBoxExtPackHelperApp.cpp (modified) * trunk/src/VBox/Main/src-server/ClientToken.cpp (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) * trunk/src/VBox/Main/src-server/generic/AutostartDb-generic.cpp (modified) * trunk/src/VBox/Runtime/common/fuzz/fuzz-observer.cpp (modified) * trunk/src/VBox/Runtime/generic/RTProcDaemonize-generic.cpp (modified) * trunk/src/VBox/Runtime/r3/posix/process-creation-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/win/process-win.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTProcCreateEx.cpp (modified) * trunk/src/VBox/ValidationKit/utils/TestExecServ/TestExecService.cpp (modified) * trunk/src/bldprogs/scmsubversion.cpp (modified) * trunk/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/uxproces.c (modified) Main: bugref:9341: Added VM autostart during boot support for windows ... Mon, 02 Sep 2019 14:03:40 GMT vboxsync [80553] * trunk/src/VBox/ValidationKit/tests/storage/remoteexecutor.py (modified) ValidationKit/tdStorageBenchmark1: Try to fix execution on Windows ... Fri, 23 Aug 2019 13:28:29 GMT vboxsync [80397] * trunk/src/VBox/ValidationKit/testdriver/vbox.py (modified) Revert part of r132865 which doesn't belong there Fri, 23 Aug 2019 13:27:22 GMT vboxsync [80396] * trunk/include/VBox/HostServices/VBoxCrOpenGLSvc.h (modified) * trunk/include/VBox/hgcmsvc.h (modified) * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) * trunk/src/VBox/Devices/Graphics/DevVGA.h (modified) * trunk/src/VBox/Devices/Graphics/DevVGA_VBVA.cpp (modified) * trunk/src/VBox/Devices/Graphics/DevVGA_VDMA.cpp (modified) * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Devices/testcase/Makefile.kmk (modified) * trunk/src/VBox/Devices/testcase/tstDeviceStructSizeRC.cpp (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/include/HGCM.h (modified) * trunk/src/VBox/Main/include/VMMDev.h (modified) * trunk/src/VBox/Main/src-client/HGCM.cpp (modified) * trunk/src/VBox/Main/src-client/VMMDevInterface.cpp (modified) * trunk/src/VBox/ValidationKit/testdriver/vbox.py (modified) Devices/DevVGA, Main: Get rid of obsolete code enclosed by ... Wed, 14 Aug 2019 13:51:39 GMT vboxsync [80272] * trunk/src/VBox/ValidationKit/tests/storage/remoteexecutor.py (modified) ValidationKit/tdStorageBenchmark1: Fix searching for a binary on the host Tue, 13 Aug 2019 12:53:12 GMT vboxsync [80251] * trunk/src/VBox/ValidationKit/utils/storage/IoPerf.cpp (modified) ValidationKit/IoPerf: Collapse the tests into a single test when ... Tue, 13 Aug 2019 08:39:39 GMT vboxsync [80245] * trunk/src/VBox/ValidationKit/tests/storage/tdStorageBenchmark1.py (modified) ValidationKit/tdStoragebenchmark1: Fixes for the newly integrated ... Tue, 13 Aug 2019 08:37:08 GMT vboxsync [80244] * trunk/src/VBox/ValidationKit/tests/storage/tdStorageBenchmark1.py (modified) ValidationKit/tdStoragebenchmark1: Fixes for the newly integrated ... Tue, 13 Aug 2019 01:54:09 GMT vboxsync [80241] * trunk/src/VBox/ValidationKit/testdriver/vboxinstaller.py (modified) ValKit/vboxinstaller: Fun with services... Mon, 12 Aug 2019 22:54:43 GMT vboxsync [80238] * trunk/src/VBox/ValidationKit/testboxscript/testboxtasks.py (modified) ValKit/testboxscript: Another 'bad testbox' adjustment. Mon, 12 Aug 2019 21:16:08 GMT vboxsync [80237] * trunk/src/VBox/ValidationKit/common/constants/rtexitcode.py (modified) * trunk/src/VBox/ValidationKit/testboxscript/testboxtasks.py (modified) * trunk/src/VBox/ValidationKit/testdriver/base.py (modified) * trunk/src/VBox/ValidationKit/testdriver/vboxinstaller.py (modified) ValKit/vboxinstaller.py,++: Hack for letting vboxinstaller report a ... Mon, 12 Aug 2019 20:46:57 GMT vboxsync [80236] * trunk/src/VBox/ValidationKit/testdriver/vboxinstaller.py (modified) ValKit/vboxinstaller.py: Seems we're not quite uninstalling ... Mon, 12 Aug 2019 20:04:52 GMT vboxsync [80235] * trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py (modified) vsheriff: Some bad testbox detection. Mon, 12 Aug 2019 20:00:06 GMT vboxsync [80234] * trunk/src/VBox/ValidationKit/testdriver/vboxinstaller.py (modified) ValKit/vboxinstaller.py: Even better listing of drivers left behind. Mon, 12 Aug 2019 19:57:08 GMT vboxsync [80233] * trunk/src/VBox/ValidationKit/testdriver/vboxinstaller.py (modified) ValKit/vboxinstaller.py: Better listing of drivers left behind. Mon, 12 Aug 2019 18:51:14 GMT vboxsync [80232] * trunk/src/VBox/ValidationKit/testdriver/vboxinstaller.py (modified) ValKit/vboxinstaller.py: Made left behind drivers a cause for ... Mon, 12 Aug 2019 18:12:12 GMT vboxsync [80230] * trunk/src/VBox/ValidationKit/tests/storage/remoteexecutor.py (modified) ValidationKit/tdStorageBenchmark: Integrate our own IoPerf benchmark ... Mon, 12 Aug 2019 18:07:54 GMT vboxsync [80229] * trunk/src/VBox/ValidationKit/tests/storage/remoteexecutor.py (modified) ValidationKit/tdStorageBenchmark: Integrate our own IoPerf benchmark ... Mon, 12 Aug 2019 17:44:55 GMT vboxsync [80227] * trunk/src/VBox/ValidationKit/tests/storage/remoteexecutor.py (modified) ValidationKit/tdStorageBenchmark: Integrate our own IoPerf benchmark ... Mon, 12 Aug 2019 17:41:15 GMT vboxsync [80226] * trunk/src/VBox/ValidationKit/tests/storage/tdStorageBenchmark1.py (modified) ValidationKit/tdStorageBenchmark: Integrate our own IoPerf benchmark ... Mon, 12 Aug 2019 17:39:41 GMT vboxsync [80225] * trunk/src/VBox/ValidationKit/tests/storage/remoteexecutor.py (modified) * trunk/src/VBox/ValidationKit/tests/storage/tdStorageBenchmark1.py (modified) ValidationKit/tdStorageBenchmark: Integrate our own IoPerf benchmark ... Mon, 12 Aug 2019 14:49:24 GMT vboxsync [80224] * trunk/src/VBox/ValidationKit/Makefile.kmk (modified) ValidationKit/ISO: Bundle IoPerf Mon, 12 Aug 2019 14:02:14 GMT vboxsync [80223] * trunk/src/VBox/ValidationKit/utils/storage/IoPerf.cpp (modified) ValidationKit/IoPerf: Make the no caching option configurable through ... Mon, 12 Aug 2019 09:36:47 GMT vboxsync [80221] * trunk/src/VBox/ValidationKit/utils/storage/IoPerf.cpp (modified) ValidationKit/IoPerf: Updates Wed, 07 Aug 2019 14:14:00 GMT vboxsync [80186] * trunk/src/VBox/ValidationKit/utils/storage/IoPerf.cpp (modified) ValidationKit/IoPerf: Statistics Wed, 07 Aug 2019 12:44:16 GMT vboxsync [80185] * trunk/src/VBox/ValidationKit/utils/storage/IoPerf.cpp (modified) ValidationKit/IoPerf: Implemented more tests Wed, 07 Aug 2019 10:13:42 GMT vboxsync [80178] * trunk/src/VBox/ValidationKit/utils/storage/IoPerf.cpp (modified) ValidationKit/IoPerf: Updates Mon, 05 Aug 2019 19:59:41 GMT vboxsync [80140] * trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py (modified) vsheriff: Recognize some GA test failures. Mon, 05 Aug 2019 11:06:37 GMT vboxsync [80128] * trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py (modified) * trunk/src/VBox/ValidationKit/testmanager/core/testresults.py (modified) vsheriff: Better detect VM process SIGSEGVs. [3rd try] Mon, 05 Aug 2019 09:13:13 GMT vboxsync [80125] * trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py (modified) vsheriff: Better detect VM process SIGSEGVs. Mon, 05 Aug 2019 08:50:06 GMT vboxsync [80123] * trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py (modified) vsheriff: Better detect VM process SIGSEGVs. Wed, 31 Jul 2019 14:18:34 GMT vboxsync [80074] * trunk/include/VBox/settings.h (modified) * trunk/include/VBox/vmm/em.h (modified) * trunk/include/VBox/vmm/ftm.h (deleted) * trunk/include/VBox/vmm/pdmdrv.h (modified) * trunk/include/VBox/vmm/pgm.h (modified) * trunk/include/VBox/vmm/vm.h (modified) * trunk/include/VBox/vmm/vmapi.h (modified) * trunk/include/VBox/vmm/vmm.h (modified) * trunk/src/VBox/Devices/Network/DrvIntNet.cpp (modified) * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) * trunk/src/VBox/Devices/Network/DrvTAP.cpp (modified) * trunk/src/VBox/Devices/Network/DrvUDPTunnel.cpp (modified) * trunk/src/VBox/Devices/Network/DrvVDE.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvRamDisk.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvVD.cpp (modified) * trunk/src/VBox/Devices/USB/DrvVUSBRootHub.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackendCOM.cpp (modified) * trunk/src/VBox/Main/cbinding/tstCAPIGlue.c (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/MachineImpl.h (modified) * trunk/src/VBox/Main/src-all/Global.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/src-client/MachineDebuggerImpl.cpp (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) * trunk/src/VBox/Main/xml/VirtualBox-settings.xsd (modified) * trunk/src/VBox/VMM/Makefile.kmk (modified) * trunk/src/VBox/VMM/VMMAll/FTMAll.cpp (deleted) * trunk/src/VBox/VMM/VMMR0/PDMR0Device.cpp (modified) * trunk/src/VBox/VMM/VMMR3/EM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/FTM.cpp (deleted) * trunk/src/VBox/VMM/VMMR3/PDMDriver.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMSavedState.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VMM.cpp (modified) * trunk/src/VBox/VMM/include/FTMInternal.h (deleted) * trunk/src/VBox/VMM/include/PGMInternal.h (modified) * trunk/src/VBox/ValidationKit/testdriver/vboxwrappers.py (modified) VMM,Main,++: Retired the unfinished FTM component. Wed, 31 Jul 2019 11:06:21 GMT vboxsync [80066] * trunk/src/VBox/ValidationKit/utils/storage/IoPerf.cpp (modified) ValidationKit/IoPerf: Updates to the core test loop [build fix] Wed, 31 Jul 2019 11:04:15 GMT vboxsync [80065] * trunk/src/VBox/ValidationKit/utils/storage/IoPerf.cpp (modified) ValidationKit/IoPerf: Updates to the core test loop Sun, 28 Jul 2019 22:10:14 GMT vboxsync [80032] * trunk/src/VBox/ValidationKit/utils/storage/IoPerf.cpp (modified) ValidationKit/utils/IoPerf: Start on a I/O benchmarking/testing ... Sun, 28 Jul 2019 21:39:41 GMT vboxsync [80030] * trunk/src/VBox/ValidationKit/utils/storage/IoPerf.cpp (added) * trunk/src/VBox/ValidationKit/utils/storage/Makefile.kmk (added) ValidationKit/utils/IoPerf: Start on a I/O benchmarking/testing ... Sun, 28 Jul 2019 21:31:51 GMT vboxsync [80029] * trunk/src/VBox/ValidationKit/utils/Makefile.kmk (modified) * trunk/src/VBox/ValidationKit/utils/storage (added) ValidationKit/utils/IoPerf: Start on a I/O benchmarking/testing ... Thu, 25 Jul 2019 03:06:33 GMT vboxsync [79970] * trunk/src/VBox/ValidationKit/tests/installation/tdGuestOsUnattendedInst1.py (modified) ValKit/tdGuestOsUnattendedInst1.py: XP tests. bugref:9151 Thu, 25 Jul 2019 03:06:33 GMT vboxsync [79969] * trunk/src/VBox/ValidationKit/testdriver/vboxwrappers.py (modified) ValKit/vboxwrappers.py: Shush the findLeasByMAC noise. bugref:9151 Wed, 24 Jul 2019 00:11:17 GMT vboxsync [79945] * trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py (modified) vsheriff.py: VERR_INTNET_FLT_IF_NOT_FOUND. bugref:9151 Tue, 23 Jul 2019 16:26:02 GMT vboxsync [79933] * trunk/src/VBox/ValidationKit/tests/installation/tdGuestOsUnattendedInst1.py (modified) ValKit/tdGuestOsUnattendedInst1.py: Verified some W10 tests and put ... Tue, 23 Jul 2019 15:42:24 GMT vboxsync [79932] * trunk/src/VBox/ValidationKit/tests/installation/tdGuestOsUnattendedInst1.py (modified) ValKit/tdGuestOsUnattendedInst1.py: Added Vista tests. bugref:9151 Tue, 23 Jul 2019 12:34:16 GMT vboxsync [79930] * trunk/src/VBox/ValidationKit/tests/installation/tdGuestOsUnattendedInst1.py (modified) ValKit/tdGuestOsUnattendedInst1.py: One more Windows test. bugref:9151 Mon, 22 Jul 2019 16:04:06 GMT vboxsync [79925] * trunk/src/VBox/ValidationKit/tests/installation/tdGuestOsUnattendedInst1.py (modified) ValKit/tdGuestOsUnattendedInst1.py: Windows 7sp1, 8, and 8.1 tests. ... Mon, 22 Jul 2019 14:40:35 GMT vboxsync [79924] * trunk/src/VBox/ValidationKit/tests/installation/tdGuestOsUnattendedInst1.py (modified) ValKit/tdGuestOsUnattendedInst1.py: Windows 10 tests. bugref:9151 Mon, 22 Jul 2019 10:13:20 GMT vboxsync [79919] * trunk/src/VBox/ValidationKit/testmanager/core/testresults.py (modified) testmanager: 'UInstall' filter. [fix] bugref:9151 Mon, 22 Jul 2019 10:11:05 GMT vboxsync [79918] * trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py (modified) vsheriff: Categorize unattended install tests with the old install ... Mon, 22 Jul 2019 10:09:00 GMT vboxsync [79917] * trunk/src/VBox/ValidationKit/testmanager/core/testresults.py (modified) testmanager: 'UInstall' filter. bugref:9151 Mon, 22 Jul 2019 09:36:32 GMT vboxsync [79916] * trunk/src/VBox/ValidationKit/tests/installation/tdGuestOsUnattendedInst1.py (modified) ValKit/tdGuestOsUnattendedInst1.py: More test images. bugref:9151 Mon, 22 Jul 2019 09:36:32 GMT vboxsync [79915] * trunk/src/VBox/ValidationKit/testdriver/reporter.py (modified) ValKit/reporter.py: More log levels. Sun, 21 Jul 2019 21:14:38 GMT vboxsync [79914] * trunk/src/VBox/ValidationKit/tests/installation/tdGuestOsUnattendedInst1.py (modified) ValKit/tdGuestOsUnattendedInst1.py: More ubuntu tests. bugref:9151 Sun, 21 Jul 2019 17:38:35 GMT vboxsync [79913] * trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp (modified) FsPerf: RTFileDelete adjustment. bugref:9172 Sun, 21 Jul 2019 15:41:29 GMT vboxsync [79912] * trunk/src/VBox/ValidationKit/testdriver/vboxwrappers.py (modified) ValKit/vboxwrappers.py: Try create a new host-only interface is no ... Sun, 21 Jul 2019 14:14:57 GMT vboxsync [79911] * trunk/src/VBox/ValidationKit/testdriver/vboxwrappers.py (modified) ValKit/vboxwrappers.py: Try create a new host-only interface is no ... Sat, 20 Jul 2019 03:56:15 GMT vboxsync [79908] * trunk/src/VBox/ValidationKit/common/utils.py (modified) * trunk/src/VBox/ValidationKit/testdriver/vboxwrappers.py (modified) * trunk/src/VBox/ValidationKit/tests/installation/tdGuestOsUnattendedInst1.py (modified) ValKit: Use IDHCPServer::findLeaseByMAC to resolve VM IP addresses ... Sat, 20 Jul 2019 00:16:46 GMT vboxsync [79907] * trunk/src/VBox/ValidationKit/td-dummy.py (deleted) ValKit: Removed td-dummy.py as it doesn't even run these days. Tue, 16 Jul 2019 14:58:24 GMT vboxsync [79813] * trunk/src/VBox/ValidationKit/tests/api/tdOciConnection1.py (deleted) removed export to OSE. Tue, 16 Jul 2019 14:54:40 GMT vboxsync [79812] * trunk/src/VBox/ValidationKit/tests/api/tdOciConnection1.py (added) Added the OCI connection test. The test creates all needed objects to ... Wed, 10 Jul 2019 08:41:29 GMT vboxsync [79663] * trunk/src/VBox/ValidationKit/tests/storage/remoteexecutor.py (modified) * trunk/src/VBox/ValidationKit/tests/storage/storagecfg.py (modified) ValitdationKit/tdStorageBenchmark1: Adjust for python Wed, 10 Jul 2019 08:40:51 GMT vboxsync [79662] * trunk/src/VBox/ValidationKit/testdriver/txsclient.py (modified) ValidationKit/txsclient.py: Fix python 3.x incompatibility when ... Mon, 08 Jul 2019 20:32:43 GMT vboxsync [79608] * trunk/src/VBox/ValidationKit/tests/storage/tdStorageBenchmark1.py (modified) ValidationKit/tdStorageBenchmark1: getfqdn() returns only ... Mon, 08 Jul 2019 20:06:30 GMT vboxsync [79607] * trunk/src/VBox/ValidationKit/tests/storage/tdStorageBenchmark1.py (modified) ValidationKit/tdStorageBenchmark1: Additional logging and revert to ... Mon, 08 Jul 2019 18:15:30 GMT vboxsync [79604] * trunk/src/VBox/ValidationKit/tests/storage/tdStorageBenchmark1.py (modified) ValidationKit/tdStorageBenchmark1: Use getfqdn() instead of ... Mon, 08 Jul 2019 17:02:31 GMT vboxsync [79603] * trunk/src/VBox/ValidationKit/tests/storage/storagecfg.py (modified) ValidationKit/tdStorageBenchmark1: Testcase fixes for Windows Mon, 08 Jul 2019 17:00:21 GMT vboxsync [79602] * trunk/src/VBox/ValidationKit/tests/storage/remoteexecutor.py (modified) * trunk/src/VBox/ValidationKit/tests/storage/storagecfg.py (modified) * trunk/src/VBox/ValidationKit/tests/storage/tdStorageBenchmark1.py (modified) ValidationKit/tdStorageBenchmark1: Testcase fixes for Windows Mon, 08 Jul 2019 12:41:20 GMT vboxsync [79593] * trunk/src/VBox/ValidationKit/tests/storage/storagecfg.py (modified) ValidationKit: Build fix Mon, 08 Jul 2019 12:31:34 GMT vboxsync [79592] * trunk/src/VBox/ValidationKit/tests/storage/remoteexecutor.py (modified) * trunk/src/VBox/ValidationKit/tests/storage/tdStorageBenchmark1.py (modified) ValidationKit: build fixes Mon, 08 Jul 2019 12:25:46 GMT vboxsync [79591] * trunk/src/VBox/ValidationKit/tests/storage/remoteexecutor.py (modified) * trunk/src/VBox/ValidationKit/tests/storage/storagecfg.py (modified) * trunk/src/VBox/ValidationKit/tests/storage/tdStorageBenchmark1.py (modified) ValidationKit/tests/storage/tdStorageBenchmark1: Allow static ... Tue, 02 Jul 2019 16:49:03 GMT vboxsync [79475] * trunk/src/VBox/ValidationKit/tests/installation/tdGuestOsUnattendedInst1.py (modified) ValKit/tdGuestOsUnattendedInst1.py: Disable AVX2 for ubuntu 16.04-64 ... Tue, 02 Jul 2019 16:47:30 GMT vboxsync [79474] * trunk/src/VBox/ValidationKit/testdriver/txsclient.py (modified) ValKit/txsclient.py: Added string escape function. bugref:9151 Tue, 02 Jul 2019 16:26:28 GMT vboxsync [79471] * trunk/src/VBox/ValidationKit/tests/storage/tdStorageSnapshotMerging1.py (modified) Main: bugref:6598: Fixed pylint issue in the testcase Tue, 02 Jul 2019 16:16:44 GMT vboxsync [79470] * trunk/src/VBox/ValidationKit/tests/storage/tdStorageSnapshotMerging1.py (modified) Main: bugref:6598: Set 15 min timeout for createHd and left the only ... Tue, 02 Jul 2019 11:16:36 GMT vboxsync [79464] * trunk/src/VBox/ValidationKit/testdriver/vbox.py (modified) ValKit/vbox.py: Use getEnumValueName in the _logVmInfoUnsafe() and ... Tue, 02 Jul 2019 02:33:43 GMT vboxsync [79457] * trunk/src/VBox/ValidationKit/tests/installation/tdGuestOsUnattendedInst1.py (modified) ValKit/tdGuestOsUnattendedInst1: ISO updates. bugref:9151 Mon, 01 Jul 2019 16:49:51 GMT vboxsync [79452] * trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py (modified) * trunk/src/VBox/ValidationKit/tests/additions/tdAddSharedFolders1.py (modified) * trunk/src/VBox/ValidationKit/tests/installation/tdGuestOsUnattendedInst1.py (modified) ValKit/UnattendedInst1,++: Adjustments for ubuntu. bugref:9151 Mon, 01 Jul 2019 16:24:18 GMT vboxsync [79450] * trunk/src/VBox/ValidationKit/testdriver/vbox.py (modified) ValKit/vbox.py: Use getEnumValueName in the _logVmInfoUnsafe() and ... Mon, 01 Jul 2019 15:51:32 GMT vboxsync [79449] * trunk/src/VBox/ValidationKit/testdriver/testfileset.py (modified) ValKit/testfileset.py: Plant the files with 0666 mode (dirs are ... Mon, 01 Jul 2019 15:50:34 GMT vboxsync [79448] * trunk/src/VBox/ValidationKit/testdriver/vbox.py (modified) ValKit/vbox.py: Use getEnumValueName in the _logVmInfoUnsafe() and ... Mon, 01 Jul 2019 15:48:27 GMT vboxsync [79447] * trunk/src/VBox/ValidationKit/testdriver/txsclient.py (modified) ValKit/txsclient.py: Added chmod, chown and optional mode mask to the ... Mon, 01 Jul 2019 15:46:18 GMT vboxsync [79446] * trunk/src/VBox/ValidationKit/testdriver/base.py (modified) ValKit/base.py: Log more when innerMain throws unexpected exceptions. Mon, 01 Jul 2019 15:44:12 GMT vboxsync [79445] * trunk/src/VBox/ValidationKit/testdriver/reporter.py (modified) ValKit/reporter.py: Adjusted error count log prefix (iDebug > 1) and ... Fri, 28 Jun 2019 20:36:02 GMT vboxsync [79424] * trunk/src/VBox/ValidationKit/tests/installation/tdGuestOsUnattendedInst1.py (modified) reverted r131664, accidental commit. Fri, 28 Jun 2019 20:35:10 GMT vboxsync [79423] * trunk/src/VBox/ValidationKit/utils/TestExecServ/TestExecService.cpp (modified) ValKit/TXS: Try override umask when creating files and directories. ... Fri, 28 Jun 2019 20:34:59 GMT vboxsync [79422] * trunk/src/VBox/ValidationKit/tests/installation/tdGuestOsUnattendedInst1.py (modified) ValKit/TXS: Try override umask when creating files and directories. ... Fri, 28 Jun 2019 15:51:27 GMT vboxsync [79416] * trunk/src/VBox/ValidationKit/utils/TestExecServ/TestExecService.cpp (modified) ValKit/TXS: Implemented CHMOD, added PUT2FILE w/ mode mask, added ... Fri, 28 Jun 2019 00:32:57 GMT vboxsync [79400] * trunk/src/VBox/ValidationKit/testdriver/vboxtestvms.py (modified) vboxtestvms.py: Array getting fixes. bugref:9320 bugref:9151 Thu, 27 Jun 2019 15:06:48 GMT vboxsync [79397] * trunk/src/VBox/ValidationKit/testdriver/vboxtestvms.py (modified) vboxtestvms.py: Typo. bugref:9320 bugref:9151 Thu, 27 Jun 2019 15:05:34 GMT vboxsync [79396] * trunk/src/VBox/ValidationKit/testdriver/vboxtestvms.py (modified) vboxtestvms.py: Typo. bugref:9320 bugref:9151 Thu, 27 Jun 2019 13:50:12 GMT vboxsync [79394] * trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py (modified) tdAddGuestCtrl.py: Adjustment of dir listing test. bugref:9320 ... Thu, 27 Jun 2019 02:51:22 GMT vboxsync [79371] * trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp (modified) FsPerf: Another w7rtm adjustment. bugref:9172 Wed, 26 Jun 2019 09:56:47 GMT vboxsync [79354] * trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py (modified) tdAddGuestCtrl.py: Increase non-stale IGuestProcess::waitForArray ... Tue, 25 Jun 2019 16:20:56 GMT vboxsync [79335] * trunk/src/VBox/ValidationKit/tests/installation/tdGuestOsUnattendedInst1.py (modified) tdGuestOsUnattendedInst1.py: updates Tue, 25 Jun 2019 15:15:01 GMT vboxsync [79333] * trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py (modified) ValKit/tdAddGuestCtrl.py: Cleanups. bugref:9320 Tue, 25 Jun 2019 15:12:26 GMT vboxsync [79332] * trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py (modified) ValKit/tdAddGuestCtrl.py: Cleanups. bugref:9320 Tue, 25 Jun 2019 14:53:44 GMT vboxsync [79330] * trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py (modified) ValKit/tdAddGuestCtrl.py: Cleanups. bugref:9320 Tue, 25 Jun 2019 14:41:07 GMT vboxsync [79328] * trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py (modified) ValKit/tdAddGuestCtrl.py: Cleanups. bugref:9320 Tue, 25 Jun 2019 14:22:42 GMT vboxsync [79327] * trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py (modified) ValKit/tdAddGuestCtrl.py: Adjusted final rmtree test now that GAs ...