# # ChangeLog for trunk/src/VBox/ValidationKit in vbox # # Generated by Trac 1.4.3.2 # Dec 18, 2024 2:19:13 PM Mon, 06 May 2019 14:08:51 GMT vboxsync [78391] * trunk/src/VBox/ValidationKit/tests/api/tdMoveMedium1.py (modified) tdMoveMedium1.py: Removed weird 'assert fRc is true' statement at the ... Mon, 06 May 2019 10:43:47 GMT vboxsync [78385] * trunk/src/VBox/ValidationKit/testdriver/vboxinstaller.py (modified) vboxinstaller.py: Don't let the installation report success when it ... Sat, 04 May 2019 13:55:26 GMT vboxsync [78379] * trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp (modified) FsPerf: Test noticing remote file changes when opening a file. ... Fri, 03 May 2019 01:55:45 GMT vboxsync [78367] * trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp (modified) FsPerf: More tests of host<->guest interaction. bugref:9172 Wed, 01 May 2019 13:00:32 GMT vboxsync [78362] * trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp (modified) FsPerf: More tests of host<->guest interaction. bugref:9172 Wed, 01 May 2019 04:12:47 GMT vboxsync [78361] * trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp (modified) FsPerf: More on the slave mode for testing host<->guest interaction. ... Wed, 01 May 2019 01:05:17 GMT vboxsync [78360] * trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp (modified) FsPerf: More on the slave mode for testing host<->guest interaction. ... Tue, 30 Apr 2019 16:35:01 GMT vboxsync [78359] * trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp (modified) FsPerf: Working on adding a slave that runs on the host and so we can ... Tue, 30 Apr 2019 16:32:43 GMT vboxsync [78358] * trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp (modified) FsPerf: Working on adding a slave that runs on the host and so we can ... Fri, 26 Apr 2019 18:26:32 GMT vboxsync [78333] * trunk/src/VBox/ValidationKit/tests/api/Makefile.kmk (modified) Main:bugref:8612: Reverted the r130307 because the test should be ... Fri, 26 Apr 2019 17:22:51 GMT vboxsync [78331] * trunk/src/VBox/ValidationKit/tests/api/Makefile.kmk (modified) Main: bugref:8612: Added test to check IMachine::applyDefaults() Fri, 26 Apr 2019 07:16:14 GMT vboxsync [78312] * trunk/src/VBox/ValidationKit/testdriver/vboxtestvms.py (modified) Shared Clipboard/URI: Rerverted r130275 (committed wrong file). Fri, 26 Apr 2019 07:11:56 GMT vboxsync [78310] * trunk/src/VBox/ValidationKit/testdriver/vboxtestvms.py (modified) Shared Clipboard/URI: Build fix. Thu, 25 Apr 2019 00:24:18 GMT vboxsync [78284] * trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp (modified) FsPerf: Some more corner cases. bugref:9172 Mon, 22 Apr 2019 14:17:25 GMT vboxsync [78248] * trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp (modified) FsPerf: Adjusting and extending nt-read-eof tests. bugref:9172 Wed, 17 Apr 2019 22:39:36 GMT vboxsync [78189] * trunk/src/VBox/ValidationKit/tests/api/Makefile.kmk (modified) ValidationKit: Try to fix OSE burns Wed, 17 Apr 2019 21:36:59 GMT vboxsync [78186] * trunk/include/iprt/dir.h (modified) * trunk/src/VBox/Runtime/r3/dir.cpp (modified) * trunk/src/VBox/Runtime/r3/dir2.cpp (modified) * trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp (modified) IPRT,FsPerf: Added RTDIR_F_NO_ABS_PATH and RTDIRRMREC_F_NO_ABS_PATH ... Wed, 17 Apr 2019 19:13:51 GMT vboxsync [78180] * trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp (modified) FsPerf: Added '--relative-dir' option to work around PATH_MAX ... Mon, 15 Apr 2019 14:35:53 GMT vboxsync [78125] * trunk/src/VBox/ValidationKit/tests/storage/tdStorageSnapshotMerging1.py (modified) Main:bugref:6598:Fixed pylint issue Mon, 15 Apr 2019 14:25:27 GMT vboxsync [78123] * trunk/src/VBox/ValidationKit/tests/storage/tdStorageSnapshotMerging1.py (modified) Main:bugref:6598:Fixed the tdStorageSnapshotMerging1.py for linux Wed, 03 Apr 2019 12:56:12 GMT vboxsync [77991] * trunk/src/VBox/ValidationKit/tests/api/Makefile.kmk (modified) Put tdOCIExport1.py to validation kit build. Mon, 01 Apr 2019 13:21:04 GMT vboxsync [77979] * trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp (modified) FsPerf: Bigger path buffers. bugref:9172 Mon, 01 Apr 2019 01:20:22 GMT vboxsync [77969] * trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp (modified) FsPerf: Skip block sizes that exceeds the file size. bugref:9172 Sun, 31 Mar 2019 19:30:33 GMT vboxsync [77968] * trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp (modified) FsPerf: Fixed the no-file-handle testcase so it doesn't try write ... Thu, 28 Mar 2019 01:34:31 GMT vboxsync [77931] * trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp (modified) FsPerf: splice test fix + cleanup. bugref:9172 Thu, 28 Mar 2019 00:05:23 GMT vboxsync [77928] * trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp (modified) FsPerf: Do the splice() syscall ourselves (forgot) so we can build ... Wed, 27 Mar 2019 23:51:12 GMT vboxsync [77927] * trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp (modified) FsPerf: Enabled sendfile test on darwin. bugref:9172 Wed, 27 Mar 2019 23:42:19 GMT vboxsync [77926] * trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp (modified) FsPerf: Added splice() tests and benchmarks. bugref:9172 Wed, 27 Mar 2019 20:54:22 GMT vboxsync [77925] * trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp (modified) FsPerf: Added regular sendfile test (currently linux only). bugref:9172 Wed, 27 Mar 2019 10:44:32 GMT vboxsync [77908] * trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp (modified) Fix burning mac build boxes, sendfile() is not portable and OS X ... Wed, 27 Mar 2019 02:14:16 GMT vboxsync [77895] * trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp (modified) FsPerf: Added file-to-file sendfile testcase for linux. bugref:9172 Wed, 27 Mar 2019 01:41:45 GMT vboxsync [77894] * trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp (modified) FsPerf: Test readv beyond the end of the file. bugref:9172 Sun, 24 Mar 2019 15:20:10 GMT vboxsync [77865] * trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp (modified) FsPerf: Added a couple of TODOs. bugref:9172 Thu, 21 Mar 2019 18:08:12 GMT vboxsync [77831] * trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp (modified) FsPerf: Added file copy tests and benchmark. bugref:9172 Thu, 21 Mar 2019 12:23:26 GMT vboxsync [77824] * trunk/src/VBox/ValidationKit/bootsectors/bs3kit/Makefile.kmk (modified) bs3kit/VBoxBs3ObjConverter: Drop IPRT dependency to reduce rebuild ... Thu, 21 Mar 2019 12:20:13 GMT vboxsync [77823] * trunk/src/VBox/Runtime/common/sort/shellsort.cpp (modified) * trunk/src/VBox/ValidationKit/bootsectors/bs3kit/Makefile.kmk (modified) * trunk/src/VBox/ValidationKit/bootsectors/bs3kit/VBoxBs3ObjConverter.cpp (modified) bs3kit/VBoxBs3ObjConverter: Drop IPRT dependency to reduce rebuild ... Wed, 20 Mar 2019 14:41:03 GMT vboxsync [77810] * trunk/src/VBox/ValidationKit/tests/api/tdApi1.py (modified) Removed SubTstOCIExportVM1 Wed, 20 Mar 2019 13:45:47 GMT vboxsync [77808] * trunk/src/VBox/ValidationKit/tests/api/tdApi1.py (modified) Removed OCIExport. Tue, 19 Mar 2019 10:00:28 GMT vboxsync [77777] * trunk/doc/manual/Config.kmk (modified) * trunk/doc/manual/en_US/man_VBoxManage-cloudprofile.xml (added) * trunk/doc/manual/en_US/user_VBoxManage.xml (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.h (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp (modified) * trunk/src/VBox/ValidationKit/tests/api/tdApi1.py (modified) * trunk/src/VBox/ValidationKit/tests/api/tdAppliance1.py (modified) * trunk/src/VBox/ValidationKit/tests/api/tdMoveVM1.py (modified) * trunk/src/libs/xpcom18a4/python/gen_python_deps.py (modified) bugref:9312. The command 'VBoxManage cloudprofile' was implemented. ... Mon, 18 Mar 2019 12:24:20 GMT vboxsync [77755] * trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py (modified) tdAddBasic1.py: nits Wed, 13 Mar 2019 20:05:59 GMT vboxsync [77692] * trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp (modified) FsPerf: Borrow open action tests from tstRTFileOpenEx-1. ... Wed, 13 Mar 2019 19:47:51 GMT vboxsync [77690] * trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp (modified) FsPerf: Borrow open action tests from tstRTFileOpenEx-1. ticketref:9276 Mon, 11 Mar 2019 21:09:43 GMT vboxsync [77660] * trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp (modified) FsPerf: Must use NtReadFile to check for STATUS_END_OF_FILE status in ... Mon, 11 Mar 2019 18:37:53 GMT vboxsync [77657] * trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py (modified) vsheriff: make the code checking the full result tree for failures ... Mon, 11 Mar 2019 17:37:35 GMT vboxsync [77656] * trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py (modified) vsheriff: check the entire failure tree for reasons indicating bad ... Mon, 11 Mar 2019 14:03:37 GMT vboxsync [77653] * trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py (modified) vsheriff: Limit check for hanging testboxes to cHoursBack and ... Mon, 11 Mar 2019 10:03:19 GMT vboxsync [77645] * trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py (modified) vsheriff: enable automatic rebooting/disabling of testboxes which are ... Mon, 11 Mar 2019 09:26:00 GMT vboxsync [77644] * trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py (modified) vsheriff: detect solaris host install failures and driver unload failures Mon, 11 Mar 2019 08:04:08 GMT vboxsync [77643] * trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py (modified) Guest Control/Validation Kit: Try to fix tests (don't force NAT ... Sun, 10 Mar 2019 14:49:03 GMT vboxsync [77634] * trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp (modified) FsPerf: Added writev testcase. bugref:9172 ticketref:17360 Sun, 10 Mar 2019 03:10:26 GMT vboxsync [77630] * trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp (modified) FsPerf: Added readv testcase. bugref:9172 ticketref:17360 Fri, 08 Mar 2019 17:24:13 GMT vboxsync [77623] * trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py (modified) Guest Control/Validation Kit: Disabled test case for ​bugref:9398 for ... Fri, 08 Mar 2019 14:17:22 GMT vboxsync [77619] * trunk/src/VBox/ValidationKit/testdriver/vboxtestvms.py (modified) ValidationKit: disable Ubuntu 18.04 smoketest, it fails all over the ... Fri, 08 Mar 2019 12:02:23 GMT vboxsync [77618] * trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py (modified) Guest Control/Validation Kit: Added a test case for bugref:9398 ... Fri, 08 Mar 2019 10:51:26 GMT vboxsync [77615] * trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py (modified) Guest Control/Validation Kit: Added a test case for bugref:9398 [pylint]. Fri, 08 Mar 2019 10:47:45 GMT vboxsync [77614] * trunk/src/VBox/ValidationKit/testdriver/vbox.py (modified) Validation Kit/testdriver: Minor comment typo. Fri, 08 Mar 2019 10:44:51 GMT vboxsync [77613] * trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py (modified) Guest Control/Validation Kit: Added a test case for bugref:9398. Tue, 05 Mar 2019 12:53:05 GMT vboxsync [77566] * trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp (modified) FsPerf: Fix mmap coherency test, adjust rmdir(..). bugref:9172 Mon, 04 Mar 2019 10:38:15 GMT vboxsync [77552] * trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py (modified) Guest Control/Validation Kit: Pylint fixes. Mon, 04 Mar 2019 10:27:45 GMT vboxsync [77551] * trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py (modified) Guest Control/Validation Kit: Saved *a lot* of code by unifying the ... Mon, 04 Mar 2019 10:17:54 GMT vboxsync [77550] * trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py (modified) Guest Control/Validation Kit: Use bytes() for comparing the buffers ... Sat, 02 Mar 2019 20:48:24 GMT vboxsync [77540] * trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp (modified) FsPerf: Benchmark RTDirOpen/Close without the RTDirRead part, since ... Fri, 01 Mar 2019 10:21:28 GMT vboxsync [77520] * trunk/src/VBox/ValidationKit/testdriver/vbox.py (modified) Validation Kit/vbox.py: List scratch directory recursively in ... Fri, 01 Mar 2019 09:12:30 GMT vboxsync [77516] * trunk/src/VBox/ValidationKit/testdriver/vbox.py (modified) Validation Kit/vbox.py: List scratch directory recursively in ... Thu, 28 Feb 2019 16:44:56 GMT vboxsync [77507] * trunk/src/VBox/ValidationKit/testdriver/reporter.py (modified) Validation Kit/reporter.py: Don't upload empty files (with 0 bytes ... Thu, 28 Feb 2019 11:17:30 GMT vboxsync [77501] * trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py (modified) Guest Control/Validation Kit: Added a lot more tests for Linux guests. Thu, 28 Feb 2019 09:27:20 GMT vboxsync [77497] * trunk/src/VBox/ValidationKit/testdriver/vboxtestvms.py (modified) Updated ubuntu image to 18.04.02 Wed, 27 Feb 2019 20:32:42 GMT vboxsync [77491] * trunk/src/VBox/ValidationKit/testdriver/vboxtestvms.py (modified) Added Ubuntu 18.04.01 and OL7.6 guests. Wed, 27 Feb 2019 13:29:38 GMT vboxsync [77488] * trunk/src/VBox/ValidationKit/utils/TestExecServ/vboxtxs-readme.txt (modified) Validation Kit/TestExecServ: Updated readme.txt with a few more hints ... Wed, 27 Feb 2019 11:52:19 GMT vboxsync [77480] * trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py (modified) Guest Control/Validation Kit: Made all existing tests pass on Linux ... Wed, 27 Feb 2019 11:47:38 GMT vboxsync [77479] * trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py (modified) Guest Control/Validation Kit: Made all existing tests pass on Linux ... Wed, 27 Feb 2019 10:57:39 GMT vboxsync [77478] * trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py (modified) Guest Control/Validation Kit: Logging for file_write tests (build fix). Wed, 27 Feb 2019 10:40:15 GMT vboxsync [77477] * trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py (modified) Guest Control/Validation Kit: Logging for file_write tests (Pylint fix). Wed, 27 Feb 2019 10:15:55 GMT vboxsync [77476] * trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py (modified) Guest Control/Validation Kit: Logging for file_write tests. Tue, 26 Feb 2019 15:55:06 GMT vboxsync [77472] * trunk/src/VBox/ValidationKit/testdriver/vbox.py (modified) Validation Kit/testdriver: Fixed downloading guest files via ... Tue, 26 Feb 2019 15:49:27 GMT vboxsync [77471] * trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py (modified) Guest Control/Validation Kit: Logging nit (use 'misc/other' for ... Tue, 26 Feb 2019 15:47:23 GMT vboxsync [77470] * trunk/src/VBox/ValidationKit/testdriver/vbox.py (modified) Validation Kit/testdriver: Fixed downloading guest files via ... Tue, 26 Feb 2019 12:25:43 GMT vboxsync [77469] * trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py (modified) Validation Kit/tdAddBasic1.py: Added initial Linux Additions ... Tue, 26 Feb 2019 11:48:56 GMT vboxsync [77468] * trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py (modified) Guest Control/Validation Kit: Pylint fix. Tue, 26 Feb 2019 11:46:02 GMT vboxsync [77467] * trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py (modified) Guest Control/Validation Kit: Upload files for inspection on failed ... Sun, 24 Feb 2019 16:42:10 GMT vboxsync [77448] * trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp (modified) ValidationKit/FsPerf: Windows build fixes Sun, 24 Feb 2019 16:20:52 GMT vboxsync [77447] * trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp (modified) ValidationKit/FsPerf: Windows build fixes Sat, 23 Feb 2019 20:15:34 GMT vboxsync [77446] * trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp (modified) FsPerf: Another mmap test variation. bugref:9172 Sat, 23 Feb 2019 01:59:26 GMT vboxsync [77445] * trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp (modified) linux/vboxsf,FsPerf: RTFileWrite vs mmap coherency test and fixes. ... Fri, 22 Feb 2019 21:46:38 GMT vboxsync [77442] * trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp (modified) linux/vboxsf,FsPerf: RTFileWrite vs mmap coherency test and fixes. ... Fri, 22 Feb 2019 13:07:43 GMT vboxsync [77429] * trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py (modified) Guest Control/Validation Kit: Logging. Thu, 21 Feb 2019 23:51:35 GMT vboxsync [77418] * trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp (modified) FsPerf: updates. bugref:9172 Thu, 21 Feb 2019 18:35:09 GMT vboxsync [77413] * trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py (modified) Guest Control/Validation Kit: Use an array for file.write() calls. Wed, 20 Feb 2019 13:55:55 GMT vboxsync [77384] * trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py (modified) Guest Control/Validation Kit: Fixed burns (pylint). Wed, 20 Feb 2019 13:45:36 GMT vboxsync [77383] * trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py (modified) Guest Control/Validation Kit: Enabled and fixed file write tests. Tue, 19 Feb 2019 17:32:22 GMT vboxsync [77368] * trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py (modified) Guest Control/Validation Kit: More fixes for Windows XP SP2 guests. Tue, 19 Feb 2019 08:59:52 GMT vboxsync [77355] * trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py (modified) Guest Control/Validation Kit: More fixes for Windows XP guests. Mon, 18 Feb 2019 17:38:47 GMT vboxsync [77350] * trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py (modified) Guest Control/Validation Kit: Use "Windows\Media" instead of ... Mon, 18 Feb 2019 08:45:20 GMT vboxsync [77340] * trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py (modified) Guest Control/Validation Kit: Fixed and enabled test cases for ... Mon, 18 Feb 2019 08:42:14 GMT vboxsync [77339] * trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py (modified) Guest Control/Validation Kit: Use VM kind at most places instead of ... Thu, 14 Feb 2019 15:59:31 GMT vboxsync [77317] * trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py (modified) Guest Control/Validation Kit: Fixes for testGuestCtrlCopyTo(). Tue, 05 Feb 2019 13:59:37 GMT vboxsync [77165] * trunk/src/VBox/ValidationKit/testboxscript/testboxtasks.py (modified) testboxscript: Save all the TESTBOX_xxxx variables in ... Thu, 31 Jan 2019 20:44:45 GMT vboxsync [77088] * trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp (modified) FsPerf: Extended read+write tests with file offset check after random ... Wed, 30 Jan 2019 17:38:58 GMT vboxsync [77052] * trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp (modified) FsPerf: Profile RTFsQuerySizes(). bugref:9172 Sat, 26 Jan 2019 18:46:50 GMT vboxsync [77007] * trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp (modified) Build fix.