Changeset 102953 in vbox for trunk/src/VBox/ValidationKit/tests
- Timestamp:
- Jan 18, 2024 3:11:51 PM (15 months ago)
- svn:sync-xref-src-repo-rev:
- 161181
- Location:
- trunk/src/VBox/ValidationKit/tests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r102950 r102953 1507 1507 ( False, self.testGuestCtrlFileRemove, 'file_remove', 'Removing files',), # Destroys prepped files. 1508 1508 ( False, self.testGuestCtrlUpdateAdditions, 'update_additions', 'Updating Guest Additions',), 1509 # @todo r=aeichner Only enable it again when this really works, and the 3D tests should probably live in a separate file 1509 # @todo r=aeichner Only enable it again when this really works, 1510 # the 3D tests should probably live in a separate file 1510 1511 # ( False, self.testGuestCtrl3D, '3d', '3D acceleration',), 1511 1512 ]; … … 1513 1514 if not self.fSkipKnownBugs: 1514 1515 atTests.extend([ 1515 # #@todo Seems to (mainly?) fail on Linux guests, primarily running with systemd as service supervisor.1516 # @todo Seems to (mainly?) fail on Linux guests, primarily running with systemd as service supervisor. 1516 1517 # Needs to be investigated and fixed. 1517 1518 ( False, self.testGuestCtrlSessionReboot, 'session_reboot', 'Session w/ Guest Reboot',), # May zap /tmp. … … 5617 5618 5618 5619 reporter.log2('Got screenshot (%s x %s) having %s bytes' % (iWidth, iHeight, len(aRGBData))); 5619 # @todo r=aeichner Where is this result incorporated in the test result? It gets overwritten afterwards without being taken into account 5620 # @todo r=aeichner Where is this result incorporated in the test result? 5621 # It gets overwritten afterwards without being taken into account 5620 5622 fRc = self.checkScreenShot(iWidth, iHeight, aRGBData); 5621 5623 -
trunk/src/VBox/ValidationKit/tests/installation/tdGuestOsUnattendedInst1.py
r102926 r102953 570 570 571 571 # 572 # Fedora 573 # 574 UnattendedVm(oSet, 'tst-fedora-39-64', 'Fedora_64', '7.0/uaisos/Fedora-Workstation-Live-x86_64-39-1.5.iso', 575 UnattendedVm.kfAvoidNetwork | UnattendedVm.kfNoGAs), 576 577 # 572 578 # OS/2. 573 579 #
Note:
See TracChangeset
for help on using the changeset viewer.